diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1997-11-24 22:37:52 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1997-11-24 22:37:52 +0000 |
commit | 9508b76bd2401b6b9e289b5c8ec9fc0e08909283 (patch) | |
tree | 53c88a9e5ac09e1a027e56df33bdaa66d670901b /TODO | |
download | gtk+-9508b76bd2401b6b9e289b5c8ec9fc0e08909283.tar.gz |
Initial revision
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -0,0 +1,36 @@ +Now +--- + +3. Fix focus activation of list items. Does list item activation have to be + completely reorganized? + +4. Lists should scroll to center the recently selected item if it isn't + visible. + + +The Future +---------- + +-Documentation + +-Tree widget + +-Text widget (needs to be finished) + +-Widget redrawing when the window resizes sometimes messes up. + +-Make sure a widget added to a list is a list item and a widget added + to a menu is a menu item, etc... + +-More dialogs? Print, font, etc? + +-Multiple document interface (MDI)? + +-Support another widget style? Should be possible using GtkStyle's, but + there may be some work needed to remove any style dependencies in widget + code. Maybe GtkStyle's should have 'draw_push_button', 'draw_check_button', + etc, functions to draw the various widgets. + +-OffiX drag and drop support + +-Make all widget attributes configurable after the widget is created. |