Re: window resize-event?



Ronald Bultje <rbultje ronald bitfreak net> 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




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