AgsGui.ExpanderChild

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_child)

Details

class AgsGui.ExpanderChild
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.ExpanderChild-struct

Return type:

object or None

Allocate AgsGui.ExpanderChild-struct.

New in version 3.0.0.

classmethod free(expander_child)
Parameters:

expander_child (object or None) – the AgsGui.ExpanderChild-struct

Free expander_child.

New in version 3.2.2.