AUI Framework
develop
Cross-platform base for C++ UI apps
|
Represents a window with customizable caption bar. More...
#include <AUI/Platform/ACustomCaptionWindow.h>
ACustomCaptionWindow implements a fully custom window with customizable caption (title) bar. The way it's done is platform dependent. The goal is to implement a customizable caption bar yet preserve native system caption bar look and feel.
Use getCaptionContainer to fill up window caption.
Use getContentContainer to fill up the window contents.
Depending on the platform, AUI provides following ASS classes to customize:
".middle" for maximize button
> All members, including inherited
|
inlinenodiscard |
|
inlinenodiscard |
|
overrideprotectedvirtual |
Implements CustomCaptionWindowImplWin32.
Contents