Re: combo box and click



I found the most reliable way to detect end-of-select was to listen for 
hide on the popup pane of the combo:

   popwin = GTK_COMBO (combo)->popwin;
   gtk_signal_connect (GTK_OBJECT (popwin), "hide",
                       GTK_SIGNAL_FUNC (myfunc),
                       (gpointer) data);

this way you get keyboard navigation too.

Of course, you're not supposed to look at the popwin member :-(

Sijin M. Stephen wrote:
> Jean-Yves Lamoureux wrote:
> 
>> Hi,
>>
>> I'm using some combo boxes, it work like I want exept for a thing :
>> The user has to hit enter at the end of his choice, or the "activate"
>> signal won't be passed.
>> How can I do the same thing but with a simple mouse click ?
>>
>> Thanks
>>
>>
> use the gdk events..
>   for mouse



========================================================== 
Coming soon:
Fabric of Vision 
Dress and Drapery in Painting 

19 June - 8 September 2002 

For information and tickets: 
http://www.nationalgallery.org.uk/exhibitions/fabric/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]