Ronald Bultje <[EMAIL PROTECTED]> writes:
> What is the signal name to emit a (fake) resize-event to the window, so
> that the window thinks it must be resized?
> 
> I tried gtk_signal_emit_by_name(GTK_OBJECT(window), "resize_event");, but
> that signal is unknown.
> 

You need to call gtk_main_do_event() with a GdkEventConfigure.

Havoc

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to