Table of Contents

wxCheckBox

include file: wxCheckBox


Creation parameters:

  • func get_checked( atom this )   
  • proc set_checked( atom this, integer check )     
     
    Parent Topics:
  • Classes
  • Controls
  • wxWindow


    Table of Contents

    [func]
    get_checked
    ( atom this )

    Category: wxCheckBox

    Returns 1 if checked, 0 otherwise. This function works for wxCheckBox and wxToggleButton.

    See Also: set_checked



    Table of Contents

    [proc]
    set_checked
    ( atom this, integer check )

    Category: wxCheckBox

    This procedure works for wxCheckBox and wxToggleButton.

    See Also: get_checked