]> Pileus Git - ~andy/gtk/blob - TODO
Initial revision
[~andy/gtk] / TODO
1 Now
2 ---
3
4 3. Fix focus activation of list items. Does list item activation have to be
5    completely reorganized?
6
7 4. Lists should scroll to center the recently selected item if it isn't
8    visible.
9
10
11 The Future
12 ----------
13
14 -Documentation
15
16 -Tree widget
17
18 -Text widget (needs to be finished)
19
20 -Widget redrawing when the window resizes sometimes messes up.
21
22 -Make sure a widget added to a list is a list item and a widget added
23  to a menu is a menu item, etc...
24
25 -More dialogs? Print, font, etc?
26
27 -Multiple document interface (MDI)?
28
29 -Support another widget style? Should be possible using GtkStyle's, but
30  there may be some work needed to remove any style dependencies in widget
31  code. Maybe GtkStyle's should have 'draw_push_button', 'draw_check_button',
32  etc, functions to draw the various widgets.
33
34 -OffiX drag and drop support
35
36 -Make all widget attributes configurable after the widget is created.