Gus Koppel wrote:
> yeajchao wrote:
> 
> 
>>    I  have a question about GtkcomboBox
>>    You know,every combobox have a GList which stores
>>some optional item.
>>    My problem is about the GList.
>>    When I click the triangle to pull down the list,
>>         and move my mouse to select item,
>>         the highlight item didn't change from one
>>item to another when my mouse moves from one item to
>>another.
>>    The thing I want is that: when my mouse is on item
>>A,the highlight item is item A; when my mouse is on
>>item B,the highlight itme is item B.
>>    How can i do that ?
> 
> 
> Simple answer: don't just single-click the triangle but keep the mouse
> button pressed while moving down over the popup list.

funny thing, for me it works both ways...
either i misunderstood what exactly the desired behaviour is or the
problem is not gtk-, but windowmanager-dependent.

-- 
Georg Fritzsche
[EMAIL PROTECTED]
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to