Go to the source code of this file.
Defines | |
#define | TOOLBOXSTYLE (WS_POPUP | WS_CLIPSIBLINGS | !WS_CAPTION | !WS_SYSMENU) |
#define | NO_MESSAGE -1 |
#define | NO_HELP -1 |
#define | NTOOLS 7 |
#define | TOOLCOLUMNS 1 |
#define | TOOLROWS 7 |
Typedefs | |
typedef struct tagTOOL_CONTROL | TOOL_CONTROL |
Functions | |
BOOL | OpenDraftToolbox (HWND hwnd_parent, HINSTANCE hinst_parent) |
void | DestroyDraftToolbox (void) |
void | SelectDraftTool (int nt) |
Variables | |
char | szToolboxClass [] = "SFX:DraftToolboxClass" |
char | szToolBtnClass [] = "SFX:DraftToolBtnClass" |
#define TOOLBOXSTYLE (WS_POPUP | WS_CLIPSIBLINGS | !WS_CAPTION | !WS_SYSMENU) |
#define TOOLCOLUMNS 1 |
#define TOOLROWS 7 |
typedef struct tagTOOL_CONTROL TOOL_CONTROL |
BOOL OpenDraftToolbox | ( | HWND | hwnd_parent, | |
HINSTANCE | hinst_parent | |||
) |
Definition at line 332 of file DRAFT1.C.
References FALSE, NTOOLS, sep, szToolboxClass, szToolBtnClass, ToolboxWndProc(), ToolBtnWndProc(), ToolbuttonSize, TOOLCOLUMNS, TOOLROWS, and TRUE.
void DestroyDraftToolbox | ( | void | ) |
void SelectDraftTool | ( | int | nt | ) |
char szToolboxClass[] = "SFX:DraftToolboxClass" |
Definition at line 26 of file DRAFT1.C.
Referenced by DestroyDraftToolbox(), OpenDraftToolbox(), and WinMain().
char szToolBtnClass[] = "SFX:DraftToolBtnClass" |
Definition at line 27 of file DRAFT1.C.
Referenced by DestroyDraftToolbox(), OpenDraftToolbox(), ToolboxWndProc(), and WinMain().