Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dproperties_win.h30 CButton *AddCheckBox(char *description, ULONG checked, int id);
35 CButton *AddRadioButton(char *description, ULONG checked, int id);
Dproperties_win.cpp1002 CButton *properties_win::AddRadioButton(char *description, ULONG checked, int id) in AddRadioButton() argument
1026 if (checked) in AddRadioButton()
1040 CButton *properties_win::AddCheckBox(char *description, ULONG checked, int id) in AddCheckBox() argument
1054 if (checked) in AddCheckBox()