C# Class Stetic.Grid

Inheritance: Gtk.Container
Show file Open project: mono/stetic

Public Methods

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

Protected Methods

Method Description
Clear ( ) : void
ForAll ( bool include_internals, Gtk callback ) : void
OnRemoved ( Gtk.Widget w ) : void
OnSizeAllocated ( Gdk alloc ) : void
OnSizeRequested ( Gtk &req ) : void

Private Methods

Method Description
ExpansionChanged ( object obj, GLib args ) : void
SizeRequestGrid ( Grid grid, Gtk &req ) : void

Method Details

Append() public method

public Append ( Gtk.Widget w ) : void
w Gtk.Widget
return void

Append() public method

public Append ( Gtk.Widget w, string description ) : void
w Gtk.Widget
description string
return void

AppendGroup() public method

public AppendGroup ( string name, bool expanded ) : void
name string
expanded bool
return void

AppendLabel() public method

public AppendLabel ( string text ) : void
text string
return void

AppendPair() public method

public AppendPair ( string label, Gtk.Widget editor, string description ) : void
label string
editor Gtk.Widget
description string
return void

Clear() protected method

protected Clear ( ) : void
return void

Connect() public static method

public static Connect ( ) : void
return void

ForAll() protected method

protected ForAll ( bool include_internals, Gtk callback ) : void
include_internals bool
callback Gtk
return void

Grid() public method

public Grid ( ) : System
return System

OnRemoved() protected method

protected OnRemoved ( Gtk.Widget w ) : void
w Gtk.Widget
return void

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk alloc ) : void
alloc Gdk
return void

OnSizeRequested() protected method

protected OnSizeRequested ( Gtk &req ) : void
req Gtk
return void