IconToggleButton

Declaration

class enamlnative.widgets.iconify.IconToggleButton(parent=None, **kwargs)[source]

Bases: enamlnative.widgets.toggle_button.ToggleButton

proxy

A reference to the ProxyIconToggleButton object.

Android Implementation

class enamlnative.android.android_iconify.AndroidIconToggleButton[source]

Bases: enamlnative.android.android_toggle_button.AndroidToggleButton, enamlnative.widgets.iconify.ProxyIconToggleButton

An Android implementation of an Enaml ProxyIconToggleButton.

widget

A reference to the widget created by the proxy.

create_widget()[source]

Create the underlying widget.

No iOS implementation found.