Package muntjac :: Package ui :: Module button
[hide private]
[frames] | no frames]

Module button

source code

Defines a generic button component.

Classes [hide private]
  IClickListener
Interface for listening for a ClickEvent fired by a Component.
  Button
A generic button component.
  ClickShortcut
A ShortcutListener specifically made to define a keyboard shortcut that invokes a click on the given button.
  ClickEvent
Click event.
Functions [hide private]
 
buttonClickCallback(func) source code
Variables [hide private]
  _BUTTON_CLICK_METHOD = getattr(IClickListener, "buttonClick")