Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.CheckButton

Class CheckButton

dui.ObjectG.ObjectG
        dui.DUIObject.DUIObject
                dui.Widget.Widget
                        dui.Container.Container
                                dui.Bin.Bin
                                        dui.Button.Button
                                                dui.ToggleButton.ToggleButton
                                                        dui.CheckButton.CheckButton

Implemented interfaces:


public class

CheckButton



A Check Button

Constructor Summary
()
          Creates a new Check button
(Button button)
          
(char label)
          Creates a new chekc button with a label
(char label, void delegate())
          Creates a new chekc button with a label
(char label, void delegate(CheckButton))
          Creates a new chekc button with a label

Methods Summary
alias EventHandler0!(CheckButton )
          
alias EventHandler!(CheckButton )
          
public void addOnButtonClicked(void delegate(CheckButton))
          addOnBubttonClicked
char toString()
          


EventHandler0!

alias EventHandler0!(CheckButton )

EventHandler!

alias EventHandler!(CheckButton )

addOnButtonClicked

public void addOnButtonClicked(void delegate(CheckButton))
addOnBubttonClicked

Parameters:
dlg - the method to add to the event

toString

char toString()



ctor(CheckButton)()
Creates a new Check button



ctor(CheckButton)(Button button)



ctor(CheckButton)(char label)
Creates a new chekc button with a label



ctor(CheckButton)(char label, void delegate())
Creates a new chekc button with a label



ctor(CheckButton)(char label, void delegate(CheckButton))
Creates a new chekc button with a label