18#include <AUI/View/AViewContainer.h>
19#include <AUI/View/AButton.h>
21class API_AUI_VIEWS CustomCaptionWindowImplWin32 {
29 void updateMiddleButtonIcon();
32 virtual bool isCustomCaptionMaximized() = 0;
35 CustomCaptionWindowImplWin32() =
default;
37 virtual ~CustomCaptionWindowImplWin32() =
default;
Represents a Unicode character string.
Definition AString.h:37
A trivial modifiable view that represents a set of views.
Definition AViewContainer.h:33
An std::weak_ptr with AUI extensions.
Definition SharedPtrTypes.h:178