GME
13
|
Go to the source code of this file.
#define MSG_MAP_VIEW_PANE | ( | ID, | |
class_, | |||
member | |||
) |
ON_COMMAND(ID, (&CMainFrame::OnViewPane<class_, &CMainFrame::member>)) \ ON_UPDATE_COMMAND_UI(ID, (&CMainFrame::OnUpdateViewPane<class_, &CMainFrame::member>))
Definition at line 98 of file MainFrm.cpp.
CMainFrame::OnUpdateViewPane ON_COMMAND | ( | ID_VIEW_OBJECTINSPECTOR | , |
&::< ,&:: > | m_objectInspector | ||
) |
CMainFrame::OnUpdateViewPane CMainFrame::OnUpdateViewPane ON_COMMAND | ( | ID_VIEW_PARTBROWSER | , |
&::< ,&:: > | m_partBrowser | ||
) |
CMainFrame::OnUpdateViewPane CMainFrame::OnUpdateViewPane CMainFrame::OnUpdateViewPane ON_COMMAND | ( | ID_VIEW_PANNWIN | , |
&::< ,&:: > | m_panningWindow | ||
) |
CMainFrame::OnUpdateViewPane CMainFrame::OnUpdateViewPane CMainFrame::OnUpdateViewPane CMainFrame::OnUpdateViewPane ON_COMMAND | ( | ID_VIEW_CONSOLE | , |
&::< ,&:: > | m_console | ||
) |
const int iMaxUserToolbars = 10 |
Definition at line 61 of file MainFrm.cpp.
{ ID_SEPARATOR, ID_INDICATOR_CAPS, ID_INDICATOR_NUM, ID_INDICATOR_SCRL, }
Definition at line 147 of file MainFrm.cpp.
const UINT uiFirstUserToolBarId = AFX_IDW_CONTROLBAR_FIRST + 40 |
Definition at line 62 of file MainFrm.cpp.
const UINT uiLastUserToolBarId = uiFirstUserToolBarId + iMaxUserToolbars - 1 |
Definition at line 63 of file MainFrm.cpp.