GLXCurses.libs.Movable module

class GLXCurses.libs.Movable.Movable[source]

Bases: object

x_offset

x_offset for add offset value to x position of a GLXCurses.Area attach to a GLXCurses.Widget.

y_offset

y_offset for add offset value to y position of a GLXCurses.Area attach to a GLXCurses.Widget.

justify

Return the Justify of the Button

Justify:
  • LEFT
  • CENTER
  • RIGHT
Returns:str
position_type

Return the Position Type

GLXCurses.GLXC.PositionType
*GLXCurses.GLXC.POS_TOP *GLXCurses.GLXC.POS_CENTER *GLXCurses.GLXC.POS_BOTTOM
Returns:the position_type property value
Return type:str
check_justification()[source]
check_position()[source]