Home
last modified time | relevance | path

Searched refs:SelectDropListItem (Results 1 – 7 of 7) sorted by relevance

/GUIX-v6.2.1/guix_studio/
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() function in sprite_edit_dialog
172SelectDropListItem(&mPixelmapCombo, mTempInfo.ewi.sprite.framelist[mEditFrame].gx_sprite_frame_pix… in SetFrameFields()
193 SelectDropListItem(&mBackgroundCombo, bg_operation_sel); in SetFrameFields()
Dedit_pixelmap_dlg.cpp363 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()
Dstudiox_util.h40 void SelectDropListItem(CComboBox *box, long item_val);
DProjectConfigDlg.cpp288 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()
Dproperties_win.cpp883 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()
Dstudiox_util.cpp438 void SelectDropListItem(CComboBox *box, long val) in SelectDropListItem() function