Buttons - hpi-swa-teaching/MaterialDesignWidgets GitHub Wiki

class MDButton

Use MDButton's subclasses instead of the MDButton class to stick to the Material Design Guidelines easily

Button wide methods

  • target: anObject set the target the message actionSelector will be send to
  • actionSelector: aSymbolOrString set the message which will be send to target
  • arguments: aCollection set the arguments for the message actionSelector which be send to target
  • enable makes the button clickable default
  • disable prevents the button from being clicked