W Wrapl, The Programming Language

Libraries:Gtk:Gtk:Requisition

Types

T

Constants

Nil : T

Functions

GetType() : Gtk.GObject.Type.T



NewSize(width @ Std.Integer.SmallT, height @ Std.Integer.SmallT) : Gtk.Gtk.Requisition.T



_Alloc() : Gtk.Gtk.Requisition.T



Methods

:"="(_ @ T, _ @ T)

:Copy(self @ T) : Gtk.Gtk.Requisition.T

Copies a T.

requisition a T
Returns a copy of requisition


:Free(self @ T) : Std.Object.T

Frees a T.

requisition a T


:Height(self @ T) : Std.Integer.SmallT

:Width(self @ T) : Std.Integer.SmallT

:setHeight(self @ T, value @ Std.Integer.SmallT) : Std.Integer.SmallT

:setWidth(self @ T, value @ Std.Integer.SmallT) : Std.Integer.SmallT

:"~="(_ @ T, _ @ T)