Panel.GridColumn¶
- Subclasses:
 None
Methods¶
- Inherited:
 Gtk.Widget (183), GObject.Object (37), Gtk.Accessible (17), Gtk.Buildable (1)
- Structs:
 
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
Virtual Methods¶
- Inherited:
 Gtk.Widget (25), GObject.Object (7), Gtk.Accessible (6), Gtk.Buildable (9)
Properties¶
- Inherited:
 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Class Details¶
- class Panel.GridColumn(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
- classmethod new()¶
 - Return type:
 
- foreach_frame(callback, *user_data)¶
 - Parameters:
 callback (
Panel.FrameCallback) – a function to be called on each frame
Invokes a callback for each frame in the grid column.
- get_most_recent_frame()¶
 - Returns:
 a #PanelGridFrame
- Return type:
 
Gets the most recently acive frame on a grid column.