12#if !defined(OWL_CONTROLG_H)
16#if defined(BI_HAS_PRAGMA_ONCE)
42 void SetVisible(
bool visible)
override;
45 void Created()
override;
46 void Inserted()
override;
47 void Removed()
override;
52 void SetBounds(
const TRect&)
override;
53 void GetDesiredSize(
TSize&)
override;
TControlGadget serves as a surrogate for TControl so that you can place TControl objects such as edit...
TWindow * GetControl() const
Return the control that is simulating a gadget.
void SetControl(TWindow *control)
Set the control that is simulating a gadget.
TGadget is the base class for the following derived gadget classes:
TBorderStyle
Gadget border styles.
TRect is a mathematical class derived from tagRect.
The tagSIZE struct is defined as.
TWindow, derived from TEventHandler and TStreamableBase, provides window-specific behavior and encaps...
Base class TGadget and simple derived TSeparatorGadget.
Object Windows Library (OWLNext Core)