GtkResizeModeGtkResizeModeEnums
Value | Symbolic name | Description | 0 | GTK_RESIZE_PARENT |
Default setting. Effectively shares the behaviour described in
GTK_RESIZE_QUEUE. Only used when writing
an original container widget.
| 1 | GTK_RESIZE_QUEUE |
Adds any resize requests from a container widget to a queue of resize
requests marked GTK_RESIZE_PENDING.
| 2 | GTK_RESIZE_IMMEDIATE |
Immediately resets the private flags on a container to
GTK_RESIZE_NEEDED, giving the request priority
over any (standard) queued resize requests.
|
|
|