#include <stdio.h>
#include <string.h>
#include <os2win.h>
#include <heapstring.h>
#include "controls.h"
#include "icontitle.h"
#include "dbglocal.h"
Include dependency graph for icontitle.cpp:
Go to the source code of this file.
Defines | |
#define | DBG_LOCALLOG DBG_icontitle |
Functions | |
BOOL | ICONTITLE_Init (void) |
HWND | ICONTITLE_Create (Win32BaseWindow *parent) |
BOOL | ICONTITLE_GetTitlePos (Win32BaseWindow *wnd, LPRECT lpRect) |
BOOL | ICONTITLE_Paint (Win32BaseWindow *wnd, HDC hDC, BOOL bActive) |
LRESULT WINAPI | IconTitleWndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
BOOL | ICONTITLE_Register () |
BOOL | ICONTITLE_Unregister () |
Variables | |
LPCSTR | emptyTitleText = "<...>" |
BOOL | bMultiLineTitle |
HFONT | hIconTitleFont |
|
Definition at line 17 of file icontitle.cpp. |
|
Definition at line 28 of file icontitle.cpp. |
|
Definition at line 41 of file icontitle.cpp. |
|
Definition at line 70 of file icontitle.cpp. Referenced by IconTitleWndProc().
|
|
Definition at line 129 of file icontitle.cpp. Referenced by IconTitleWndProc().
|
|
Definition at line 194 of file icontitle.cpp. |
|
Definition at line 255 of file icontitle.cpp. Referenced by CONTROLS_Register().
|
|
Definition at line 275 of file icontitle.cpp. Referenced by CONTROLS_Unregister().
|
|
Definition at line 20 of file icontitle.cpp. |
|
Definition at line 22 of file icontitle.cpp. |
|
Definition at line 23 of file icontitle.cpp. |