>Is it possible to capture a 'click and hold' type mouse event in gtk ?
>and if so how's it done ?
use button_press_event and button_release_event. some widgets don't
receive button_release_event, however, so take care.
--p
___
gtk-list mailing list
[E
Hi all;
Is it possible to capture a 'click and hold' type mouse event in gtk ?
and if so how's it done ?
Many thanks;
-- mallum
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list
Around about 11/26/01 07:44, thomas wong scribbled ...
> I am wondering how to put multiple widgets into a Notebook page.
> I tried to pack two labels into a table. Then add the table widget into the notebook.
> When I run it the page is shown but contain nothing. The command prompt show a err