2014-01-19 10:21:10 +00:00
|
|
|
#pragma once
|
|
|
|
|
2010-07-04 16:40:03 +00:00
|
|
|
BOOL
|
2011-09-19 13:18:33 +00:00
|
|
|
MyDrawFrameControl(HDC hDC, LPRECT rc, UINT uType, UINT uState, COLOR_SCHEME *scheme);
|
2010-07-04 16:40:03 +00:00
|
|
|
BOOL
|
2011-09-19 13:18:33 +00:00
|
|
|
MyDrawEdge(HDC hDC, LPRECT rc, UINT edge, UINT flags, COLOR_SCHEME *scheme);
|
2010-07-04 16:40:03 +00:00
|
|
|
VOID
|
2011-09-19 13:18:33 +00:00
|
|
|
MyDrawCaptionButtons(HDC hdc, LPRECT lpRect, BOOL bMinMax, int x, COLOR_SCHEME *scheme);
|
2010-07-04 16:40:03 +00:00
|
|
|
VOID
|
2011-09-19 13:18:33 +00:00
|
|
|
MyDrawScrollbar(HDC hdc, LPRECT rc, HBRUSH hbrScrollbar, COLOR_SCHEME *scheme);
|
2010-07-04 16:40:03 +00:00
|
|
|
BOOL
|
2011-09-19 13:18:33 +00:00
|
|
|
MyDrawCaptionTemp(HWND hwnd, HDC hdc, const RECT *rect, HFONT hFont, HICON hIcon, LPCWSTR str, UINT uFlags, COLOR_SCHEME *scheme);
|
2010-07-04 16:40:03 +00:00
|
|
|
DWORD
|
2011-09-19 13:18:33 +00:00
|
|
|
MyDrawMenuBarTemp(HWND Wnd, HDC DC, LPRECT Rect, HMENU Menu, HFONT Font, COLOR_SCHEME *scheme);
|
2013-04-21 14:36:57 +00:00
|
|
|
|
|
|
|
#define MY_BF_ACTIVEBORDER 0x1000000
|
|
|
|
#define MY_BF_INACTIVEBORDER 0x2000000
|