ReactOS 0.4.16-dev-226-g79f2289
|
#include <user32.h>
Go to the source code of this file.
Functions | |
HWND | ICONTITLE_Create (HWND owner) |
static BOOL | ICONTITLE_SetTitlePos (HWND hwnd, HWND owner) |
static BOOL | ICONTITLE_Paint (HWND hwnd, HWND owner, HDC hDC, BOOL bActive) |
LRESULT WINAPI | IconTitleWndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
Variables | |
static BOOL | bMultiLineTitle |
static HFONT | hIconTitleFont |
const struct builtin_class_descr | ICONTITLE_builtin_class |
Definition at line 46 of file icontitle.c.
Definition at line 122 of file icontitle.c.
Referenced by IconTitleWndProc().
Definition at line 71 of file icontitle.c.
Referenced by IconTitleWndProc().
Definition at line 184 of file icontitle.c.
Referenced by RegisterClientPFN().
|
static |
Definition at line 23 of file icontitle.c.
Referenced by ICONTITLE_Paint(), ICONTITLE_SetTitlePos(), and IconTitleWndProc().
|
static |
Definition at line 24 of file icontitle.c.
Referenced by ICONTITLE_Paint(), ICONTITLE_SetTitlePos(), and IconTitleWndProc().
const struct builtin_class_descr ICONTITLE_builtin_class |
Definition at line 29 of file icontitle.c.