GLXCurses.libs.Groups module

class GLXCurses.libs.Groups.Groups[source]

Bases: object

groups
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
group
is_group(group=None)[source]
add_group(group=None)[source]

Adds group to the GLXCurses.Application groups list .

Typically used to permit GLXCurses.Application to manage Widgets Groups

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

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