Searched refs:configure_theme_dlg (Results 1 – 3 of 3) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | configure_theme_dlg.cpp | 27 IMPLEMENT_DYNAMIC(configure_theme_dlg, express_dialog) in IMPLEMENT_DYNAMIC() argument 29 BEGIN_MESSAGE_MAP(configure_theme_dlg, express_dialog) in IMPLEMENT_DYNAMIC() 30 ON_NOTIFY(UDN_DELTAPOS, IDC_SPIN_THEME_INDEX, &configure_theme_dlg::OnDeltaposSpinThemeIndex) in IMPLEMENT_DYNAMIC() 31 ON_NOTIFY(UDN_DELTAPOS, IDC_SPIN_NUM_THEMES, &configure_theme_dlg::OnDeltaposSpinNumThemes) in IMPLEMENT_DYNAMIC() 32 ON_CBN_SELCHANGE(IDC_DISPLAY_NAME, &configure_theme_dlg::OnCbnSelchangeDisplayName) in IMPLEMENT_DYNAMIC() 33 ON_BN_CLICKED(IDB_EDIT_PALETTE, &configure_theme_dlg::OnBnClickedEditPalette) in IMPLEMENT_DYNAMIC() 34 ON_BN_CLICKED(IDOK, &configure_theme_dlg::OnOK) in IMPLEMENT_DYNAMIC() 35 ON_EN_KILLFOCUS(IDC_THEME_NAME, &configure_theme_dlg::OnEnKillfocusThemeName) in IMPLEMENT_DYNAMIC() 36 ON_MESSAGE(STUDIO_TEST, &configure_theme_dlg::OnTestMessage) in IMPLEMENT_DYNAMIC() 39 configure_theme_dlg::configure_theme_dlg(int DisplayIndex, CWnd* pParent /*=NULL*/) in IMPLEMENT_DYNAMIC() [all …]
|
| D | configure_theme_dlg.h | 9 class configure_theme_dlg : public express_dialog 11 DECLARE_DYNAMIC(configure_theme_dlg) 14 configure_theme_dlg(int DisplayIndex, CWnd* pParent = NULL); // standard constructor 15 virtual ~configure_theme_dlg();
|
| D | project_view.cpp | 1115 configure_theme_dlg dlg(m_active_display); in OnConfigureThemes()
|