Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkRequestedSize |
Struct : | RequestedSize |
Properties | Defined By | |
---|---|---|
data : void*
|
Gtk.RequestedSize | |
minimum_size : gint32
|
Gtk.RequestedSize | |
natural_size : gint32
|
Gtk.RequestedSize |
Method / Constructor | Defined By | |
---|---|---|
new Gtk.RequestedSize
()
Create a new Gtk.RequestedSize
Create a new Gtk.RequestedSize
|
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk
Method |
Gtk.distribute_natural_allocation
(gint32 extra_space, guint32 n_requested_sizes, RequestedSize sizes)
:
gint32
Distributes extra_space to child sizes by bringing smaller
children up to natural size first. |