Panel.GridColumn

g GObject.GInterface GObject.GInterface Gtk.Accessible Gtk.Accessible GObject.GInterface->Gtk.Accessible Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable Gtk.ConstraintTarget Gtk.ConstraintTarget GObject.GInterface->Gtk.ConstraintTarget GObject.InitiallyUnowned GObject.InitiallyUnowned Gtk.Widget Gtk.Widget GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Accessible->Gtk.Widget Gtk.Buildable->Gtk.Widget Gtk.ConstraintTarget->Gtk.Widget Panel.GridColumn Panel.GridColumn Gtk.Widget->Panel.GridColumn

Subclasses:

None

Methods

Inherited:

Gtk.Widget (181), GObject.Object (37), Gtk.Accessible (15), Gtk.Buildable (1)

Structs:

Gtk.WidgetClass (18), GObject.ObjectClass (5)

class

new ()

foreach_frame (callback, *user_data)

get_empty ()

get_most_recent_frame ()

get_n_rows ()

get_row (row)

Virtual Methods

Inherited:

Gtk.Widget (25), GObject.Object (7), Gtk.Accessible (6), Gtk.Buildable (9)

Properties

Inherited:

Gtk.Widget (34), Gtk.Accessible (1)

Signals

Inherited:

Gtk.Widget (13), GObject.Object (1)

Fields

Inherited:

Gtk.Widget (13), GObject.Object (1)

Class Details

class Panel.GridColumn(**kwargs)
Bases:

Gtk.Widget

Abstract:

No

Structure:

Panel.GridColumnClass

classmethod new()
Return type:

Gtk.Widget

foreach_frame(callback, *user_data)
Parameters:

Invokes a callback for each frame in the grid column.

get_empty()
Return type:

bool

get_most_recent_frame()
Returns:

a #PanelGridFrame

Return type:

Panel.Frame

Gets the most recently acive frame on a grid column.

get_n_rows()
Return type:

int

get_row(row)
Parameters:

row (int) – the index of the row

Returns:

a #PanelGridFrame

Return type:

Panel.Frame

Gets the frame corresponding to a row index.