deft.controls.button

Push buttons and the two-state / grouped button controls.

All four classes here wrap the Win32 "BUTTON" class with different styles: Button is a plain push button, CheckBox an auto check box, and RadioButton an auto radio button (optionally starting a new group). Each is interactive (WS_TABSTOP) and exposes a delegate event fired on click.

Members

Classes

Button
class Button

A standard clickable push button.

CheckBox
class CheckBox

A labeled two-state check box.

RadioButton
class RadioButton

A labeled radio button; one selection per group.

Meta