GLXCurses.libs.Group module

class GLXCurses.libs.Group.Group[source]

Bases: object

members
position

Extra space to put between the child and its neighbors, in chars.

Flags: Read / Write

Allowed values: <= G_MAXINT

Default value: 0

Returns:Extra space to put between the child and its neighbors, in chars.
Return type:int
widget
is_member(widget=None)[source]
add(widget=None)[source]

Adds widget to the group .

Typically used for group widget’s , by example RadioButton, MenuElement, GlobalFocus

For more complicated layout containers such as Box or Grid, this function will pick default packing parameters that may not be correct.

Parameters:widget (GLXCurses.Widget) – a widget to be placed inside container
Raises:TypeError – if widget is not a instance of GLXCurses.Widget
remove(widget=None)[source]
up()[source]
down()[source]