Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Struct Gtk.RequestedSize

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkRequestedSize
Struct : RequestedSize
Represents a request of a screen object in a given orientation. These
are primarily used in container implementations when allocating a natural
size for children calling. See gtk_distribute_natural_allocation().
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gtk.RequestedSize ()
Create a new Gtk.RequestedSize
Create a new Gtk.RequestedSize
 
Events
None
Used by These Methods / Signals / Properties
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:20 GMT+0800 (HKT)