Re: How to catch a 'click and hold' event.

2001-11-26 Thread Paul Davis
>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

How to catch a 'click and hold' event.

2001-11-26 Thread mallum
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

Re: Howto put multiple widgets into a single notebook page

2001-11-26 Thread Neil Bird
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