Ignore a GtkWindow resize event?
- From: The Devils Jester <thedevilsjester gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Ignore a GtkWindow resize event?
- Date: Thu, 23 Apr 2015 21:48:17 -0500
I am trying to ignore/abort a window re-size event as a manual way to force
a minimum or maximum window size. I am getting the event through it
through configure-event.
Ideally I would not simply ignore the event, but "bound" the size given, as
such I tried to use gtk_window_resize() to force a size, in the
configure-event, but this gets ignored.
Is there a way of doing this without invoking GTK's built in minimum size
behavior? (which incidentally doesn't appear to have a maximum size anyway)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]