Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dproperties_win.cpp1040 CButton *properties_win::AddCheckBox(char *description, ULONG checked, int id) in AddCheckBox() function in properties_win
1243 AddCheckBox("Transparent", mpInfo->style & GX_STYLE_TRANSPARENT, ID_TRANSPARENT); in AddWidgetProps()
1244 AddCheckBox("Draw Selected", mpInfo->style & GX_STYLE_DRAW_SELECTED, ID_SELECTED); in AddWidgetProps()
1246 AddCheckBox("Enabled", mpInfo->style & GX_STYLE_ENABLED, ID_ENABLED); in AddWidgetProps()
1247 AddCheckBox("Accepts Focus", mpInfo->accepts_focus, ID_ACCEPTS_FOCUS); in AddWidgetProps()
1254 AddCheckBox("Runtime Allocate", FALSE, ID_DYNAMIC_WIDGET); in AddWidgetProps()
1258 AddCheckBox("Runtime Allocate", TRUE, ID_DYNAMIC_WIDGET); in AddWidgetProps()
1262 box = AddCheckBox("Runtime Allocate", TRUE, ID_DYNAMIC_WIDGET); in AddWidgetProps()
1291 AddCheckBox("Template", mpInfo->is_template, ID_TEMPLATE); in AddWidgetProps()
1292 AddCheckBox("Visible At Startup", mpInfo->visible_at_startup, ID_VISIBLE_AT_STARTUP); in AddWidgetProps()
[all …]
Dproperties_win.h30 CButton *AddCheckBox(char *description, ULONG checked, int id);