IconButton

Declaration

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

Bases: enamlnative.widgets.button.Button

proxy

A reference to the ProxyIconButton object.

Android Implementation

class enamlnative.android.android_iconify.AndroidIconButton[source]

Bases: enamlnative.android.android_button.AndroidButton, enamlnative.widgets.iconify.ProxyIconButton

An Android implementation of an Enaml ProxyIconButton.

widget

A reference to the widget created by the proxy.

create_widget()[source]

Create the underlying widget.

No iOS implementation found.