Gtk.Table: Method Members

The methods of Gtk.Table are listed below. For a list of all members, see the Table Members list.

See Also: Inherited members from Gtk.Container

Public Methods

Attach(Widget, uint, uint, uint, uint)
Packs a widget into the table with default packing options.
Attach(Widget, uint, uint, uint, uint, AttachOptions, AttachOptions, uint, uint)
Packs a widget into the table.
GetColSpacing(uint) : uint
The spacing currently set for a given column.
GetRowSpacing(uint) : uint
The spacing currently set for a given row.
Resize(uint, uint)
Resizes the table so that the specified number of rows and columns are available for widget packing.
SetColSpacing(uint, uint)
Sets the spacing around a specified column.
SetRowSpacing(uint, uint)
Sets the spacing around a specified row.