AgsGui.ExpanderSetChild

Fields

Name

Type

Access

Description

child

Gtk.Widget

r/w

height

int

r/w

width

int

r/w

x

int

r/w

y

int

r/w

Methods

class

alloc (x, y, width, height)

class

free (expander_set_child)

Details

class AgsGui.ExpanderSetChild
classmethod alloc(x, y, width, height)
Parameters:
  • x (int) – the x position

  • y (int) – the y position

  • width (int) – the width

  • height (int) – the height

Returns:

the new AgsGui.ExpanderSetChild-struct

Return type:

object or None

Allocate AgsGui.ExpanderSetChild-struct.

New in version 3.0.0.

classmethod free(expander_set_child)
Parameters:

expander_set_child (object or None) – the AgsGui.ExpanderSetChild-struct

Free expander_set_child.

New in version 3.2.2.