TOOLBOX.C File Reference
Go to the source code of this file.
|
Defines |
| #define | MODULE_TOOLBOX 1 |
| #define | LARGE_TOOL_X 50 |
| #define | LARGE_TOOL_Y 40 |
| #define | SMALL_TOOL_X 32 |
| #define | SMALL_TOOL_Y 32 |
| #define | N_ICONS 9 |
| #define | NO_MESSAGE -1 |
| #define | NO_HELP -1 |
| #define | STATICSIZE 40 |
| #define | NC_BUTTONS 5 |
Typedefs |
| typedef struct tagQUICKTIME | QUICKTIME |
| typedef struct tagTOOL_STRUCT | TOOL_STRUCT |
Functions |
| void | ToolboxShow (BOOL fShow) |
| void | ToolboxDestroy (void) |
| void | AugmentToolPannel (BOOL state) |
| 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 | QuicktimeWndProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
| void | UpdateFrameBox (void) |
| LRESULT CALLBACK | CoordinatesDlgProc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
Variables |
| HBITMAP | hBmBackground |
Define Documentation
Typedef Documentation
Variable Documentation