W Wrapl, The Programming Language

Libraries:Gtk:Glade:Interface

Types

T

Constants

Nil : T

Methods

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

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

Frees a GladeInterface structure.

interface the GladeInterface structure.


:Dump(self @ T, filename @ Std.String.T) : Std.Object.T

This function dumps the contents of a GladeInterface into a file as XML. It is intended mainly as a debugging tool.

interface the GladeInterface
filename the filename to write the interface data to.


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

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

:Names(self @ T) : Gtk.Glib.GHashTable.T

:Requires(self @ T) : Agg.List.T

:Strings(self @ T) : Gtk.Glib.GHashTable.T

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

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

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

:setNames(self @ T, value @ Gtk.Glib.GHashTable.T) : Gtk.Glib.GHashTable.T

:setRequires(self @ T, value @ Agg.List.T) : Agg.List.T

:setStrings(self @ T, value @ Gtk.Glib.GHashTable.T) : Gtk.Glib.GHashTable.T

:setToplevels(self @ T, value @ Std.Object.T) : Std.Object.T

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