Re: window resize-event?
- From: Havoc Pennington <hp redhat com>
- To: Ronald Bultje <rbultje ronald bitfreak net>
- Cc: gtk-list gnome org
- Subject: Re: window resize-event?
- Date: 09 Feb 2001 15:32:57 -0500
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]