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.ProxyIconToggleButtonAn Android implementation of an Enaml ProxyIconToggleButton.
- widget¶
A reference to the widget created by the proxy.
No iOS implementation found.
