Gtk.GridLayoutChild¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gtk.GridLayoutChild(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
GtkLayoutChild
subclass for children in aGtkGridLayout
.- get_column()[source]¶
- Returns:
the column number
- Return type:
Retrieves the column number to which self attaches its left side.
- get_column_span()[source]¶
- Returns:
the number of columns
- Return type:
Retrieves the number of columns that self spans to.
- get_row()[source]¶
- Returns:
the row number
- Return type:
Retrieves the row number to which self attaches its top side.
- get_row_span()[source]¶
- Returns:
the number of row
- Return type:
Retrieves the number of rows that self spans to.
- set_column(column)[source]¶
- Parameters:
column (
int
) – the attach point for self
Sets the column number to attach the left side of self.
Property Details¶
- Gtk.GridLayoutChild.props.column¶
- Name:
column
- Type:
- Default Value:
0
- Flags:
The column to place the child in.
- Gtk.GridLayoutChild.props.column_span¶
- Name:
column-span
- Type:
- Default Value:
1
- Flags:
The number of columns the child spans to.
- Gtk.GridLayoutChild.props.row¶
- Name:
row
- Type:
- Default Value:
0
- Flags:
The row to place the child in.
- Gtk.GridLayoutChild.props.row_span¶
- Name:
row-span
- Type:
- Default Value:
1
- Flags:
The number of rows the child spans to.