CompoundButton

Declaration

class enamlnative.widgets.compound_button.CompoundButton(parent=None, **kwargs)[source]

Bases: enamlnative.widgets.button.Button

A simple control for displaying read-only text.

checked

Button is checked

proxy

A reference to the ProxyLabel object.

Android Implementation

class enamlnative.android.android_compound_button.AndroidCompoundButton[source]

Bases: enamlnative.android.android_button.AndroidButton, enamlnative.widgets.compound_button.ProxyCompoundButton

An Android implementation of an Enaml ProxyCompoundButton.

widget

A reference to the widget created by the proxy.

create_widget()[source]

Create the underlying widget.

init_widget()[source]

Initialize the underlying widget.

No iOS implementation found.