Go to the source code of this file.
Defines | |
#define | MODULE_TOOLBOX 1 |
#define | NO_MESSAGE -1 |
#define | NO_HELP -1 |
#define | LARGE_TOOL_X 50 |
#define | LARGE_TOOL_Y 40 |
#define | SMALL_TOOL_X 32 |
#define | SMALL_TOOL_Y 32 |
#define | N_ICONS 12 |
Typedefs | |
typedef struct tagTOOL_STRUCT | TOOL_STRUCT |
Functions | |
void | ToolboxShow (BOOL fShow) |
void | ToolboxDestroy (void) |
void | EnableTools (BOOL status) |
void | MoveToolsWindow (void) |
void | ChangeToolboxBitmaps (void) |
LRESULT CALLBACK | ToolboxWndProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
LRESULT CALLBACK | ToolBtnWndProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
void | ToolboxSetPosition (int w) |
LRESULT CALLBACK | CoordinatesDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
LRESULT CALLBACK | LockDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
Variables | |
HBITMAP | hBmBackground |
typedef struct tagTOOL_STRUCT TOOL_STRUCT |
HBITMAP hBmBackground |
Definition at line 26 of file ANIMATE.C.
Referenced by MainAnimatorWndProc(), MainModelerWndProc(), PaintDialogBackground(), and ToolBtnWndProc().