GLXCurses.Button module

class GLXCurses.Button.Button[source]

Bases: GLXCurses.Widget.Widget, GLXCurses.libs.Movable.Movable

text
interface_normal

Get the interface_normal property value

It property is use for display a chars around the button when the widget has default

Default Value: “[ ]”

Returns:interface_normal property value
Return type:str
interface_selected

Get the interface_selected property value

It property is use for display a chars around the button when the widget has default

Default Value: “[<>]”

Returns:interface_selected property value
Return type:str
interface
color
draw_widget_in_area()[source]

Be here for be overwrite by every widget

update_preferred_sizes()[source]