9#if !defined(OWL_SPLASHWI_H)
13#if defined(BI_HAS_PRAGMA_ONCE)
52 CaptureMouse = 0x0008,
70 void SetPercentDone(
int percent);
74 auto Create() ->
bool override;
77 void SetupWindow()
override;
78 void CleanupWindow()
override;
87 bool HasStyle(TStyle)
const;
88 uint GetStyle()
const;
91 uint GetTimeOut()
const;
Pseudo-GDI object Device Independent Bitmap (DIB) class.
A streamable class derived from TControl, TGauge defines the basic behavior of gauge controls.
Derived from TWindow, TLayoutWindow provides functionality for defining the layout metrics for a wind...
ObjectWindows dynamic-link libraries (DLLs) construct an instance of TModule, which acts as an object...
This class displays a dib in a window in different ways.
TPoint is a support class, derived from tagPOINT.
This class creates a layout window that contains a TPictureWindow and optionally, a TStatic and a TGa...
uint GetTimeOut() const
Returns the number of milliseconds for the splash window to automatically close.
void SetText(const tstring &text)
bool HasStyle(TStyle) const
Determines if the splash window has a particular style.
TStyle
Styles for the splash window.
uint GetStyle() const
Returns the current style of the splash window.
TStatic * GetStatic()
Returns the static control used by the splash window.
TGauge * GetGauge()
Returns the gauge used by the splash window.
An interface object that represents a static text interface element.
#define DECLARE_RESPONSE_TABLE(cls)
Definition of classes TLayoutMetrics & TLayoutWindow.
Object Windows Library (OWLNext Core)