7#if !defined(OWL_TINYCAPT_H)
11#if defined(BI_HAS_PRAGMA_ONCE)
72 void EnableTinyCaption(
int ch=0,
bool closeBox=
false);
92 void PaintCaption(
bool active);
95 TRect GetCaptionRect();
96 TRect GetSysBoxRect();
97 TRect GetMinBoxRect();
98 TRect GetMaxBoxRect();
101 void EvNCPaint(
HRGN);
106 bool EvNCActivate(
bool active);
122 bool WaitingForSysCmd;
TDC is the root class for GDI DC wrappers.
TFont derived from TGdiObject provides constructors for creating font objects from explicit informati...
TPoint is a support class, derived from tagPOINT.
TRect is a mathematical class derived from tagRect.
The tagSIZE struct is defined as.
Derived from TWindow, TTinyCaption is a mix-in class that handles a set of non-client events to produ...
TWindow, derived from TEventHandler and TStreamableBase, provides window-specific behavior and encaps...
#define DECLARE_RESPONSE_TABLE(cls)
#define DECLARE_STREAMABLE_OWL(cls, ver)
#define DECLARE_STREAMABLE_INLINES(cls)
TEventStatus
Mixin window event implementation return status.
Object Windows Library (OWLNext Core)
LRESULT TResult
Result type.
Base window class TWindow definition, including HWND encapsulation.