]> matita.cs.unibo.it Git - helm.git/blob - helm/gtkmathview-bonobo/TODO
ocaml 3.09 transition
[helm.git] / helm / gtkmathview-bonobo / TODO
1
2 * remove shadow from plugin. This causes the plugin window to be dirty,
3   find out why
4
5 * disable double buffering for the plugin with GTK+ API?
6
7 * remove black border in upper and left corners of the plugin window
8
9 * try to implement size negotiations with the plugin that sends javascript
10   to the browser.
11
12 * access object's attribute and <PARAM> children. Jean claims he does
13   this already, but the code seems to access GLib properties only,
14   no external params
15
16 * implement a size negotiation mechanism from the plugin using 
17   javascript. The plugin understands its ID from the object element,
18   calculates the size and sends a URL with a javascript call to a function
19   that sets width, height attributes of the object element
20
21