Re: [Usability] few things

2008-01-30 Thread Ross Burton
On Wed, 2008-01-30 at 10:54 +0100, Alexander Larsson wrote: > Menus are popped up with gtk_menu_popup() which takes a callback > function that lets the app position the menu wherever it wants. However, > the default one (that most apps use) puts the menu such that its where > the mouse pointer is (

Re: [Usability] few things

2008-01-30 Thread Alexander Larsson
On Wed, 2008-01-30 at 01:31 +0100, Karsten Bräckelmann wrote: > On Tue, 2008-01-29 at 12:23 +0100, John Keller wrote: > [1] GAR, just found out, that this is not true with the Simple and Thin > Ice GTK themes, even on a recent GNOME. The actual difference here > appears to be the (top) bo

Re: [Usability] few things

2008-01-30 Thread Benjamin Berg
On Wed, 2008-01-30 at 01:31 +0100, Karsten Bräckelmann wrote: > On Tue, 2008-01-29 at 12:23 +0100, John Keller wrote: [SNIP] > Another "however". This depends on the definition of "click". > > For a *click* (read: hit the mouse button and get your finger off of > that button), the context menu st

Re: [Usability] few things

2008-01-29 Thread Karsten Bräckelmann
On Tue, 2008-01-29 at 12:23 +0100, John Keller wrote: > I think I understand: In some apps, the right-click contextual menu > appears with its first item selected by default. If you release the > right button, the first item is chosen. Wow. Never noticed this before. More on that later... Just che