Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dsprite_edit_dialog.cpp175 int index = mBackgroundCombo.FindString(0, diff_operation); in SetFrameFields()
181 mBackgroundCombo.DeleteString(index); in SetFrameFields()
188 int sel = mBackgroundCombo.InsertString(-1, diff_operation); in SetFrameFields()
189 mBackgroundCombo.SetItemData(sel, FRAME_INFO_NOT_EQUAL); in SetFrameFields()
193 SelectDropListItem(&mBackgroundCombo, bg_operation_sel); in SetFrameFields()
205 int cursel = mBackgroundCombo.GetCurSel(); in ReadFrameFields()
206 int background_operation = mBackgroundCombo.GetItemData(cursel); in ReadFrameFields()
251 DDX_Control(pDX, IDC_BACKGROUND_COMBO, mBackgroundCombo); in DoDataExchange()
278 index = mBackgroundCombo.AddString(_T("No Operation")); in DoDataExchange()
279 mBackgroundCombo.SetItemData(index, 0); in DoDataExchange()
[all …]
Dsprite_edit_dialog.h40 express_combobox mBackgroundCombo; variable