GtkResizeMode

GtkResizeMode

Enums

Value

Symbolic name

Description

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

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.