12#if !defined(OWL_FLATCTRL_H)
16#if defined(BI_HAS_PRAGMA_ONCE)
36 void SetFlatStyle(
bool flat=
true);
40 virtual bool IsFlat();
57 auto IdleAction(
long idleCount) ->
bool override;
60 void SetupWindow()
override;
77 virtual bool IsFlat();
92 int x,
int y,
int w,
int h,
100 auto IdleAction(
long idleCount) ->
bool override;
103 void SetupWindow()
override;
122 int x,
int y,
int w,
int h,
131 virtual bool IsFlat();
144 auto IdleAction(
long idleCount) ->
bool override;
147 void SetupWindow()
override;
162 virtual bool IsFlat();
264 int x,
int y,
int w,
int h,
308 int x,
int y,
int w,
int h,
Definition of a bit set and a character set.
bool IsSet(uint t) const
Return true of the ON bits of the parameter are currently enabled.
You can use TComboBox to create a combo box or a combo box control in a parent TWindow,...
TDC is the root class for GDI DC wrappers.
A TEdit is an interface object that represents an edit control interface element.
auto IdleAction(long idleCount) -> bool override
TFlatComboBox(TWindow *parent, int id, int x, int y, int w, int h, uint32 style, uint textLimit, TModule *module=0)
DECLARE_RESPONSE_TABLE(TFlatComboBox)
DECLARE_RESPONSE_TABLE(TFlatEdit)
auto IdleAction(long idleCount) -> bool override
TFlatEdit(TWindow *parent, int id, LPCTSTR text, int x, int y, int w, int h, uint textLimit=0, bool multiline=false, TModule *module=0)
TFlatListBox(TWindow *parent, int Id, int x, int y, int w, int h, TModule *module=0)
DECLARE_RESPONSE_TABLE(TFlatListBox)
auto IdleAction(long idleCount) -> bool override
bool IdleAction(long idleCount)
For use with TGadgetWindow.
TGadgetComboBox(TWindow *parent, int id, int x, int y, int w, int h, uint32 style, uint textLimit, TModule *module=0)
For use with TGadgetWindow.
TGadgetEdit(TWindow *parent, int id, LPCTSTR text, int x, int y, int w, int h, uint textLimit=0, bool multiline=false, TModule *module=0)
For use with TGadgetWindow.
TGadgetListBox(TWindow *parent, int Id, int x, int y, int w, int h, TModule *module=0)
An interface object that represents a corresponding list box element.
ObjectWindows dynamic-link libraries (DLLs) construct an instance of TModule, which acts as an object...
TRect is a mathematical class derived from tagRect.
TWindow, derived from TEventHandler and TStreamableBase, provides window-specific behavior and encaps...
virtual bool IdleAction(long idleCount)
Called when no messages are waiting to be processed, IdleAction performs idle processing as long as t...
Definition of class TComboBox and TComboBoxData the base class for all combobox controls.
Definition of class TEdit.
Definition of TGadgetList, TGadgetWindow & TGadgetWindowFont A list holding gadgets,...
Object Windows Library (OWLNext Core)