OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Multiply inherited from TFrameWindow and TLayoutWindow, decorated window classes let you add decorated control bars, and status bars to the frame of a window and adjust the child window to accommodate the placement of these decorations. More...
Classes | |
class | owl::TDecoratedFrame |
TDecoratedFrame automatically positions its client window (you must supply a client window) so that it is the same size as the client rectangle. More... | |
class | owl::TDecoratedMDIFrame |
Derived from both TMDIFrame and TDecoratedFrame, TDecoratedMDIFrame is an MDI frame that supports decorated child windows. More... | |
Enumerations | |
enum | owl::THintText { owl::htStatus = 0x0001 , owl::htTooltip = 0x0002 , owl::htUserDefined } |
Multiply inherited from TFrameWindow and TLayoutWindow, decorated window classes let you add decorated control bars, and status bars to the frame of a window and adjust the child window to accommodate the placement of these decorations.
TDecoratedFrame is
basically a frame window with added decorations.TDecoratedMDIFrame is
an MDI frame window that supports decorations. Enumerator | |
---|---|
htStatus | Text displayed on status bar. |
htTooltip | Shorter text displayed in a tooltip. |
htUserDefined | Can be used when enhancing 'GetHintText'. |
Definition at line 51 of file decframe.h.