Package: gtk

GEnum gtk-resize-mode

Details

An enumeration representing the values of the resize-mode property.

Warning

Resize modes are deprecated since version 3.12 and should not be used in newly written code. They are not necessary anymore since frame clocks and might introduce obscure bugs if used.
(define-g-enum "GtkResizeMode" gtk-resize-mode
  (:export t
   :type-initializer "gtk_resize_mode_get_type")
  (:parent 0)
  (:queue 1)
  (:immediate 2))  
:parent
Pass resize request to the parent.
:queue
Queue resizes on this widget.
:immediate
Resize immediately.
 

See also

2021-9-12