Endless.FlexyGridCell¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
|
|
|
|
|
Virtual Methods¶
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The shape of the cell |
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
||
priv |
r |
Class Details¶
- class Endless.FlexyGridCell(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
This structure contains no public members.
Deprecated since version 0.2: Use a
Gtk.Grid
instead- classmethod new()¶
- Returns:
the newly created
Endless.FlexyGridCell
widget- Return type:
Creates a new
Endless.FlexyGridCell
widget.Deprecated since version 0.2: Use a
Gtk.Grid
instead
- get_selected()¶
- Returns:
True
if theEndless.FlexyGridCell
is selected, andFalse
otherwise- Return type:
Checks whether self is selected.
Deprecated since version 0.2: Use a
Gtk.Grid
instead
- get_shape()¶
- Returns:
the shape of the
Endless.FlexyGridCell
- Return type:
Retrieves the shape of self.
Deprecated since version 0.2: Use a
Gtk.Grid
instead
- set_shape(shape)¶
- Parameters:
shape (
Endless.FlexyShape
) – the shape of the cell
Sets the shape of the self. The shape determines the amount of space inside a
Endless.FlexyGrid
that will be assigned to the self.Deprecated since version 0.2: Use a
Gtk.Grid
instead
Property Details¶
- Endless.FlexyGridCell.props.shape¶
- Name:
shape
- Type:
- Default Value:
- Flags:
The shape of the cell.