UniversalIndentGUI 1.2.0
|
Go to the source code of this file.
Variables | |
static int | stdIcons [] = {IDB_EX_UNDO, IDB_EX_REDO} |
static LPTSTR | szToolTip [5] |
static ToolBarButtonUnit | toolBarIcons [] |
int stdIcons[] = {IDB_EX_UNDO, IDB_EX_REDO} [static] |
Definition at line 34 of file UniversalIndentGUI_NPPDialog.cpp.
Referenced by UniversalIndentGUI_NPPDialog::InitialDialog().
LPTSTR szToolTip[5] [static] |
{ "Undo", "Redo" }
Note: On change, keep sure to change order of IDM_EX_... also in function GetNameStrFromCmd
Definition at line 39 of file UniversalIndentGUI_NPPDialog.cpp.
Referenced by UniversalIndentGUI_NPPDialog::GetNameStrFromCmd().
ToolBarButtonUnit toolBarIcons[] [static] |
{ {IDM_EX_UNDO, -1, -1, -1, -1, 0 }, {IDM_EX_REDO, -1, -1, -1, -1, 0 } }
Definition at line 29 of file UniversalIndentGUI_NPPDialog.cpp.
Referenced by UniversalIndentGUI_NPPDialog::InitialDialog().