From 713b36cedbc670bd31894df690e1e1539a4baffc Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 25 Feb 2000 16:17:10 +0000 Subject: Added some UI items, and an explanatory comment at the top of the file. Fri Feb 25 11:12:00 2000 Owen Taylor * TODO.xml: Added some UI items, and an explanatory comment at the top of the file. --- TODO.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) (limited to 'TODO.xml') diff --git a/TODO.xml b/TODO.xml index e79215728..36cb733a7 100644 --- a/TODO.xml +++ b/TODO.xml @@ -1,5 +1,13 @@ + -
GDK @@ -285,6 +293,58 @@ gtk-devel-list@redhat.com + + Improve Radio/Checkbutton Look + +

+ The default look for the radio and checkbuttons is both + unattractive and not friendly to the user . Motif did not + get this one right, and we should not keep on following the + Motif look. The right thing here is probably to copy the + Windows appearance for these controls fairly closely. This + will fit in with well with the rest of the GTK+ look. +

+
+ gtk-devel-list@redhat.com +
+ + + Improve Submenu Navigation + +

+ Navigating through a deep menu tree in GTK+ is currently + quite tricky, because as soon as one leaves a menu item, + the submenu disappears. The way that the Macintosh is + reputed to handle this is that to pop down the current + submenu, you have to leave the triangle defined by the + upper left hand corner of the menu item and right + side of the submenu. +

+
+ gtk-devel-list@redhat.com +
+ + + Improve Spinbutton Look + +

+ Spinbuttons currently appear to have lumpy boundaries, + because sides of the arrows aren't at an angle that + meshes well with the pixel grid. However, fixing this + would require making the spinbuttons narrower and + harder to hit. This points out a general problem with + the spinbutton (and the arrows on the scrollbars) - the + target area for clicks actually the bounding box of the + arrows, but the user thinks that they must click on the + arrows themselves. It would probably be more friendly + to use a square button with an arrow drawn on top instead + of a arrow-shaped button, the approach taken by most other + windowing systems. +

+
+ gtk-devel-list@redhat.com +
+ Supply horizontable/vertical wrapping boxes -- cgit v1.2.1