UniversalIndentGUI 1.2.0
Variables
UniversalIndentGUI_NPPDialog.cpp File Reference
#include "UniversalIndentGUI_NPPDialog.h"
#include "resource.h"
Include dependency graph for UniversalIndentGUI_NPPDialog.cpp:

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 []

Variable Documentation

int stdIcons[] = {IDB_EX_UNDO, IDB_EX_REDO} [static]
LPTSTR szToolTip[5] [static]
Initial value:
 {
    "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]
Initial value:
 {
    {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().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines