Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstring_table_edit_dlg.h169 class button_frame : public CWnd
172 button_frame(string_table *table);
173 ~button_frame();
266 button_frame *mpButtonFrame;
Dstring_table_edit_dlg.cpp287 mpButtonFrame = new button_frame(mpTable); in OnCreate()
1058 BEGIN_MESSAGE_MAP(button_frame, CWnd) in BEGIN_MESSAGE_MAP() argument
1061 ON_BN_CLICKED(ID_DELETE_STRING, button_frame::OnDeleteClicked) in BEGIN_MESSAGE_MAP()
1062 ON_BN_CLICKED(ID_ADD_STRING, button_frame::OnAddString) in BEGIN_MESSAGE_MAP()
1063 ON_BN_CLICKED(ID_SEARCH_BUTTON, button_frame::OnSearchButton) in BEGIN_MESSAGE_MAP()
1064 ON_BN_CLICKED(ID_IMPORT, button_frame::OnImportString) in BEGIN_MESSAGE_MAP()
1065 ON_BN_CLICKED(ID_EXPORT, button_frame::OnExportString) in BEGIN_MESSAGE_MAP()
1073 button_frame::button_frame(string_table *table) in BEGIN_MESSAGE_MAP()
1081 button_frame::~button_frame() in ~button_frame()
1086 void button_frame::UpdateControlDimensions(int text_scaler) in UpdateControlDimensions()
[all …]