tangram.widget.ToggleButton

class tangram.widget.ToggleButton(**kwargs)[source]

https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html

Signals: :toggled(state): Emitted when the button is pressed.

argument state:bool, true if is active, false else.

Methods

__init__(**kwargs)[source]