ReactOS
0.4.15-dev-1618-g9c8ed68
|
#include <precomp.h>
Go to the source code of this file.
Classes | |
struct | _TOOLDOCKWND_INIT |
Macros | |
#define | GWLP_TBDOCKS 0 |
#define | GWLP_DOCKITEM (GWLP_TBDOCKS + sizeof(PTOOLBAR_DOCKS)) |
#define | TD_EXTRA_BYTES (GWLP_DOCKITEM + sizeof(PDOCKBAR_ITEM)) |
Typedefs | |
typedef struct _TOOLDOCKWND_INIT | TOOLDOCKWND_INIT |
typedef struct _TOOLDOCKWND_INIT * | PTOOLDOCKWND_INIT |
Variables | |
static const TCHAR | szToolDockWndClass [] = TEXT("ImageSoftToolDockWndClass") |
#define GWLP_DOCKITEM (GWLP_TBDOCKS + sizeof(PTOOLBAR_DOCKS)) |
Definition at line 638 of file tooldock.c.
#define GWLP_TBDOCKS 0 |
Definition at line 637 of file tooldock.c.
#define TD_EXTRA_BYTES (GWLP_DOCKITEM + sizeof(PDOCKBAR_ITEM)) |
Definition at line 639 of file tooldock.c.
typedef struct _TOOLDOCKWND_INIT * PTOOLDOCKWND_INIT |
typedef struct _TOOLDOCKWND_INIT TOOLDOCKWND_INIT |
|
static |
Definition at line 718 of file tooldock.c.
Referenced by TbdInitializeDocks().
BOOL TbdAddToolbar | ( | PTOOLBAR_DOCKS | TbDocks, |
const DOCKBAR * | Dockbar, | ||
PVOID | Context, | ||
const DOCKBAR_ITEM_CALLBACKS * | Callbacks | ||
) |
Definition at line 585 of file tooldock.c.
Referenced by CreateToolbars().
INT TbdAdjustUpdateClientRect | ( | PTOOLBAR_DOCKS | TbDocks, |
PRECT | rcClient | ||
) |
Definition at line 44 of file tooldock.c.
Referenced by MainWndResize().
|
static |
Definition at line 12 of file tooldock.c.
Referenced by RebarSubclassProc().
|
static |
Definition at line 349 of file tooldock.c.
Referenced by RebarSubclassProc(), and TdbInsertToolbar().
HDWP TbdDeferDocks | ( | HDWP | hWinPosInfo, |
PTOOLBAR_DOCKS | TbDocks | ||
) |
Definition at line 71 of file tooldock.c.
Referenced by MainWndResize().
BOOL TbdDockBarIdFromClientWindow | ( | PTOOLBAR_DOCKS | TbDocks, |
HWND | hWndClient, | ||
UINT * | Id | ||
) |
VOID TbdHandleActivation | ( | PTOOLBAR_DOCKS | TbDocks, |
HWND | hWnd, | ||
WPARAM * | wParam, | ||
LPARAM * | lParam | ||
) |
Definition at line 992 of file tooldock.c.
Referenced by MainWndProc(), and ToolDockWndProc().
VOID TbdHandleEnabling | ( | PTOOLBAR_DOCKS | TbDocks, |
HWND | hWnd, | ||
BOOL | Enable | ||
) |
Definition at line 972 of file tooldock.c.
Referenced by MainWndProc().
BOOL TbdHandleNotifications | ( | PTOOLBAR_DOCKS | TbDocks, |
LPNMHDR | pnmh, | ||
LRESULT * | Result | ||
) |
Definition at line 291 of file tooldock.c.
Referenced by MainWndProc().
VOID TbdInitializeDocks | ( | PTOOLBAR_DOCKS | TbDocks, |
HWND | hWndParent, | ||
PVOID | Context, | ||
PDOCKBAR_PARENTRESIZE | ParentResizeProc | ||
) |
Definition at line 1064 of file tooldock.c.
Referenced by InitMainWnd().
Definition at line 1116 of file tooldock.c.
Referenced by _tWinMain().
VOID TbdShowFloatingToolbars | ( | PTOOLBAR_DOCKS | TbDocks, |
BOOL | Show | ||
) |
Definition at line 1042 of file tooldock.c.
|
static |
Definition at line 144 of file tooldock.c.
Referenced by TbnRebarBeginDrag(), TbnRebarChevronPushed(), and TbnRebarEndDrag().
|
static |
Definition at line 229 of file tooldock.c.
Referenced by TbdHandleNotifications().
|
static |
Definition at line 165 of file tooldock.c.
Referenced by TbdHandleNotifications().
|
static |
Definition at line 208 of file tooldock.c.
Referenced by TbdHandleNotifications().
|
static |
Definition at line 250 of file tooldock.c.
Referenced by TbdHandleNotifications().
|
static |
Definition at line 480 of file tooldock.c.
Referenced by TbdAddToolbar().
|
static |
Definition at line 642 of file tooldock.c.
Referenced by TbdInitImpl().
Definition at line 3 of file tooldock.c.
Referenced by TbdCreateToolbarWnd(), TbdInitImpl(), and TbdUninitImpl().