Searched refs:SelectDropListItem (Results 1 – 7 of 7) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| 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() function in sprite_edit_dialog 172 …SelectDropListItem(&mPixelmapCombo, mTempInfo.ewi.sprite.framelist[mEditFrame].gx_sprite_frame_pix… in SetFrameFields() 193 SelectDropListItem(&mBackgroundCombo, bg_operation_sel); in SetFrameFields()
|
| D | edit_pixelmap_dlg.cpp | 363 SelectDropListItem(&mOutputFormatCombo, mPixelmapInfo.output_color_format); in InitPixelmapDlgConfig() 381 SelectDropListItem(&mPaletteDefList, mPixelmapInfo.palette_type); in InitPixelmapDlgConfig() 950 SelectDropListItem(&mOutputFormatCombo, GX_COLOR_FORMAT_32ARGB); in OnBnClickedAlpha()
|
| D | studiox_util.h | 40 void SelectDropListItem(CComboBox *box, long item_val);
|
| D | ProjectConfigDlg.cpp | 288 SelectDropListItem(&mCpuCombo, mpProject->mHeader.target_cpu); in DoDataExchange() 289 SelectDropListItem(&mToolsCombo, mpProject->mHeader.target_tools); in DoDataExchange() 764 SelectDropListItem(&mToolsCombo, mpProject->mHeader.target_tools); in EnableDisableCCRX()
|
| D | properties_win.cpp | 883 SelectDropListItem(pBox, current_val); in AddComboBox() 941 SelectDropListItem(pBox, string_ref); in AddStringSelect() 994 SelectDropListItem(pBox, current_val); in AddComboBox() 4307 SelectDropListItem(pbox, resource_id); in OnChangeStringText()
|
| D | studiox_util.cpp | 438 void SelectDropListItem(CComboBox *box, long val) in SelectDropListItem() function
|