OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Decorated windows

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 }
 

Detailed Description

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.

Enumeration Type Documentation

◆ THintText

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.