Home
last modified time | relevance | path

Searched refs:box (Results 1 – 20 of 20) sorted by relevance

/GUIX-v6.2.1/guix_studio/
DProjectConfigDlg.cpp423 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 …]
Dcheckbox_service_provider.cpp251 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()
Dtrigger_edit_dlg.cpp249 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()
Dtrigger_action_edit_dlg.cpp666 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()
Dstring_scroll_wheel_edit_dlg.cpp371 CComboBox* box = NULL; in PreTranslateMessage() local
377 box = (CComboBox*)child; in PreTranslateMessage()
380 if (!box || !box->GetDroppedState()) in PreTranslateMessage()
Dsprite_edit_dialog.h29 void SelectDropListItem(CComboBox* box, long val);
Dsprite_edit_dialog.cpp128 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()
Drich_text_edit_dlg.h52 CString InitResList(CComboBox *box, int res_type, int sel_res_id);
Drich_text_edit_dlg.cpp428 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()
Dstudiox_util.cpp438 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()
Dstudiox_util.h40 void SelectDropListItem(CComboBox *box, long item_val);
Dproperties_win.cpp1215 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/
Dgx_drop_list.h58 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);
Dgx_api.h3836 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/
Dbuild_guix_studio.cmd1 rem Initialize the developer environment just like a developer box. Note that 'call' keyword that e…
Dbuild_guix_studio_msix_package.cmd1 rem Initialize the developer environment just like a developer box. Note that 'call' keyword that e…
Dbuild_guix.cmd1 rem Initialize the developer environment just like a developer box. Note that 'call' keyword that e…
Dtest_studio_demo.cmd1 rem Initialize the developer environment just like a developer box. Note that 'call' keyword that e…
Dtest_studio_demo_compile.cmd1 rem Initialize the developer environment just like a developer box. Note that 'call' keyword that e…
Dtest_studio_view.cmd1 rem Initialize the developer environment just like a developer box. Note that 'call' keyword that e…