Endless.FlexyGridCell

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget Endless.FlexyGridCell Endless.FlexyGridCell GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Bin Gtk.Bin Gtk.Bin->Endless.FlexyGridCell Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Container->Gtk.Bin Gtk.Widget->Gtk.Container

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

new ()

get_selected ()

get_shape ()

set_shape (shape)

Virtual Methods

Inherited:

Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)

Properties

Inherited:

Gtk.Container (3), Gtk.Widget (39)

Name

Type

Flags

Short Description

shape

Endless.FlexyShape

r/w

The shape of the cell

Style Properties

Inherited:

Gtk.Widget (17)

Signals

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Fields

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Name

Type

Access

Description

parent_instance

Gtk.Bin

r

priv

object

r

Class Details

class Endless.FlexyGridCell(**kwargs)
Bases:

Gtk.Bin

Abstract:

No

Structure:

Endless.FlexyGridCellClass

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:

Gtk.Widget

Creates a new Endless.FlexyGridCell widget.

Deprecated since version 0.2: Use a Gtk.Grid instead

get_selected()
Returns:

True if the Endless.FlexyGridCell is selected, and False otherwise

Return type:

bool

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:

Endless.FlexyShape

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:

Endless.FlexyShape

Default Value:

Endless.FlexyShape.SMALL

Flags:

READABLE, WRITABLE

The shape of the cell.