the easiest way is to force it, by calling the function gtk_widget_queue_resize() on the widget you want the configure event to be called on.
richard On Fri, Apr 16, 2010 at 4:10 PM, Randy <[email protected]> wrote: > Hi list, > I know when I change the widget's size,it will emit the > "configure_event",so the function "gtk_widget_set_size_request()"could > work. > But I'd like to know is there anything else could do this too? > I mean if GTK could send messages to a thread's message queue like in > Windows programming? > And if so,is there any "message" could let application emit the signal > like "configure_event"? > Thanks a lot! > > Best regards, > randy > > _______________________________________________ > gtk-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtk-list >
_______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
