| /GUIX-v6.2.1/guix_studio/ |
| D | ProjectConfigDlg.cpp | 423 CComboBox *box = (CComboBox *)GetDlgItem(IDC_AA_TEXT_COLORS_COMBO); in SaveDisplayConfig() local 424 int sel = box->GetCurSel(); in SaveDisplayConfig() 425 mpProject->mHeader.palette_mode_aa_text_colors = box->GetItemData(sel); in SaveDisplayConfig() 587 CComboBox* box = (CComboBox*)GetDlgItem(IDC_ROTATION_ANGLE_COMBO); in SaveDisplayConfig() local 588 if (box) in SaveDisplayConfig() 590 int sel = box->GetCurSel(); in SaveDisplayConfig() 591 mpProject->mDisplays[display_index].rotation_angle = box->GetItemData(sel); in SaveDisplayConfig() 1316 CComboBox *box = (CComboBox *)GetDlgItem(IDC_AA_TEXT_COLORS_COMBO); in InitAATextColorsCombobox() local 1318 if (!box->GetCount()) in InitAATextColorsCombobox() 1320 box->InsertString(0, _T("16")); in InitAATextColorsCombobox() [all …]
|
| D | checkbox_service_provider.cpp | 251 GX_CHECKBOX *box = (GX_CHECKBOX *)widget; in AssignPixelmap() local 252 GX_RESOURCE_ID ucheck = box->gx_checkbox_unchecked_pixelmap_id; in AssignPixelmap() 253 GX_RESOURCE_ID check = box->gx_checkbox_checked_pixelmap_id; in AssignPixelmap() 254 GX_RESOURCE_ID ducheck = box->gx_checkbox_unchecked_disabled_pixelmap_id; in AssignPixelmap() 255 GX_RESOURCE_ID dcheck = box->gx_checkbox_checked_disabled_pixelmap_id; in AssignPixelmap() 302 gx_checkbox_pixelmap_set(box, ucheck, check, ducheck, dcheck); in AssignPixelmap()
|
| D | trigger_edit_dlg.cpp | 249 void trigger_edit_dlg::SelectComboListItem(CComboBox *box, LONG val) in SelectComboListItem() argument 253 for (int box_index = 0; box_index < box->GetCount(); box_index++) in SelectComboListItem() 255 if (box->GetItemData(box_index) == val) in SelectComboListItem() 262 box->SetCurSel(sel_index); in SelectComboListItem() 266 void trigger_edit_dlg::SelectComboListItem(CComboBox *box, CString string) in SelectComboListItem() argument 271 for (int box_index = 0; box_index < box->GetCount(); box_index++) in SelectComboListItem() 273 box->GetLBText(box_index, get_string); in SelectComboListItem() 281 box->SetCurSel(sel_index); in SelectComboListItem()
|
| D | trigger_action_edit_dlg.cpp | 666 void trigger_action_edit_dlg::SelectComboListItem(CComboBox *box, LONG val) in SelectComboListItem() argument 670 for (int box_index = 0; box_index < box->GetCount(); box_index++) in SelectComboListItem() 672 if (box->GetItemData(box_index) == val) in SelectComboListItem() 679 box->SetCurSel(sel_index); in SelectComboListItem() 683 void trigger_action_edit_dlg::SelectComboListItem(CComboBox *box, CString string) in SelectComboListItem() argument 688 for (int box_index = 0; box_index < box->GetCount(); box_index++) in SelectComboListItem() 690 box->GetLBText(box_index, get_string); in SelectComboListItem() 698 box->SetCurSel(sel_index); in SelectComboListItem()
|
| D | string_scroll_wheel_edit_dlg.cpp | 371 CComboBox* box = NULL; in PreTranslateMessage() local 377 box = (CComboBox*)child; in PreTranslateMessage() 380 if (!box || !box->GetDroppedState()) in PreTranslateMessage()
|
| D | sprite_edit_dialog.h | 29 void SelectDropListItem(CComboBox* box, long val);
|
| D | sprite_edit_dialog.cpp | 128 void sprite_edit_dialog::SelectDropListItem(CComboBox* box, long val) in SelectDropListItem() argument 132 for (box_index = 0; box_index < box->GetCount(); box_index++) in SelectDropListItem() 134 if (box->GetItemData(box_index) == val) in SelectDropListItem() 136 box->SetCurSel(box_index); in SelectDropListItem()
|
| D | rich_text_edit_dlg.h | 52 CString InitResList(CComboBox *box, int res_type, int sel_res_id);
|
| D | rich_text_edit_dlg.cpp | 428 CString text_edit_button_frame::InitResList(CComboBox *box, int res_type, int sel_res_id) in InitResList() argument 453 list_index = box->AddString(info->name); in InitResList() 454 box->SetItemData(list_index, res_id); in InitResList() 459 box->SetCurSel(list_index); in InitResList()
|
| D | studiox_util.cpp | 438 void SelectDropListItem(CComboBox *box, long val) in SelectDropListItem() argument 442 for (box_index = 0; box_index < box->GetCount(); box_index++) in SelectDropListItem() 444 if (box->GetItemData(box_index) == val) in SelectDropListItem() 446 box->SetCurSel(box_index); in SelectDropListItem()
|
| D | studiox_util.h | 40 void SelectDropListItem(CComboBox *box, long item_val);
|
| D | properties_win.cpp | 1215 CButton *box; in AddWidgetProps() local 1262 box = AddCheckBox("Runtime Allocate", TRUE, ID_DYNAMIC_WIDGET); in AddWidgetProps() 1263 box->EnableWindow(FALSE); in AddWidgetProps()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_drop_list.h | 58 VOID _gx_drop_list_draw(GX_DROP_LIST *box); 63 UINT _gx_drop_list_popup_get(GX_DROP_LIST *box, GX_VERTICAL_LIST **return_list); 74 UINT _gxe_drop_list_popup_get(GX_DROP_LIST *box, GX_VERTICAL_LIST **return_list);
|
| D | gx_api.h | 3836 UINT _gx_drop_list_popup_get(GX_DROP_LIST *box, GX_VERTICAL_LIST **return_list); 5313 UINT _gxe_drop_list_popup_get(GX_DROP_LIST *box, GX_VERTICAL_LIST **return_list);
|
| /GUIX-v6.2.1/scripts/ |
| D | build_guix_studio.cmd | 1 rem Initialize the developer environment just like a developer box. Note that 'call' keyword that e…
|
| D | build_guix_studio_msix_package.cmd | 1 rem Initialize the developer environment just like a developer box. Note that 'call' keyword that e…
|
| D | build_guix.cmd | 1 rem Initialize the developer environment just like a developer box. Note that 'call' keyword that e…
|
| D | test_studio_demo.cmd | 1 rem Initialize the developer environment just like a developer box. Note that 'call' keyword that e…
|
| D | test_studio_demo_compile.cmd | 1 rem Initialize the developer environment just like a developer box. Note that 'call' keyword that e…
|
| D | test_studio_view.cmd | 1 rem Initialize the developer environment just like a developer box. Note that 'call' keyword that e…
|