Constant gtk4::PRIORITY_RESIZE[][src]

pub const PRIORITY_RESIZE: u32 = ffi::GTK_PRIORITY_RESIZE as u32; // 0x0000_006eu32
Expand description

Use this priority for functionality related to size allocation.

It is used internally by GTK+ to compute the sizes of widgets. This priority is higher than GDK_PRIORITY_REDRAW to avoid resizing a widget which was just redrawn.