Method | Description | |
---|---|---|
Append ( Gtk.Widget w ) : void | ||
Append ( Gtk.Widget w, string description ) : void | ||
AppendGroup ( string name, bool expanded ) : void | ||
AppendLabel ( string text ) : void | ||
AppendPair ( string label, Gtk.Widget editor, string description ) : void | ||
Connect ( ) : void | ||
Grid ( ) : System |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
ForAll ( bool include_internals, Gtk callback ) : void | ||
OnRemoved ( Gtk.Widget w ) : void | ||
OnSizeAllocated ( Gdk alloc ) : void | ||
OnSizeRequested ( Gtk &req ) : void |
Method | Description | |
---|---|---|
ExpansionChanged ( object obj, GLib args ) : void | ||
SizeRequestGrid ( Grid grid, Gtk &req ) : void |
public Append ( Gtk.Widget w, string description ) : void | ||
w | Gtk.Widget | |
description | string | |
return | void |
public AppendGroup ( string name, bool expanded ) : void | ||
name | string | |
expanded | bool | |
return | void |
public AppendPair ( string label, Gtk.Widget editor, string description ) : void | ||
label | string | |
editor | Gtk.Widget | |
description | string | |
return | void |
protected ForAll ( bool include_internals, Gtk callback ) : void | ||
include_internals | bool | |
callback | Gtk | |
return | void |
protected OnSizeAllocated ( Gdk alloc ) : void | ||
alloc | Gdk | |
return | void |
protected OnSizeRequested ( Gtk &req ) : void | ||
req | Gtk | |
return | void |