Searched refs:mThemeNames (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | configure_theme_dlg.cpp | 93 mThemeNames[index] = project->mDisplays[mDisplayIndex].themes[index].theme_name; in OnInitDialog() 95 mThemeNameCombo.AddString(mThemeNames[index]); in OnInitDialog() 174 project->mDisplays[mDisplayIndex].themes[index].theme_name = mThemeNames[index]; in DoDataExchange() 258 if (!TestInputName(&mThemeName, "Theme Name", mThemeNames[oldval - 1], this)) in OnDeltaposSpinThemeIndex() 263 SetDlgItemText(IDC_THEME_NAME, mThemeNames[newval - 1]); in OnDeltaposSpinThemeIndex() 295 …msg.Format(_T("The theme \"%s\" will be deleted. Are you sure?"), mThemeNames[oldval - 1].GetStrin… in OnDeltaposSpinNumThemes() 306 SetDlgItemText(IDC_THEME_NAME, mThemeNames[newval - 1]); in OnDeltaposSpinNumThemes() 313 mThemeNames[newval - 1].Format(_T("theme_%d"), newval); in OnDeltaposSpinNumThemes() 364 if (TestInputName(&mThemeName, "Theme Name", mThemeNames[theme], this)) in OnOK() 386 mThemeNameCombo.AddString(mThemeNames[index]); in UpdateThemeNameCombo() [all …]
|
| D | configure_theme_dlg.h | 31 CString mThemeNames[MAX_THEMES]; variable
|