class MASKING_DLL_DECLSPEC GroupBox
Similar to a Panel except that it can also have a title
Inheritance:
Public Fields
-
Panel box
- The underlaying panel widget
-
Label title
- The underlaying title label
Public Methods
-
void SetTitle(const char* title)
- Sets the title text of the groupbox
-
const char* GetTitle()
- Returns the title of the groupbox
-
void SetBitmap(int index)
- Sets the bitmap that is to be used for the groupbox's underlying panel
Protected Methods
-
void MsgInitSkin()
- Initialized the groupbox with the default bitmap, fonts and colours as defined by the skin
-
void UpdateSize()
- Updates the size of the box and the title.
Documentation
Similar to a Panel except that it can also have a title
Panel box
-
The underlaying panel widget
Label title
-
The underlaying title label
void MsgInitSkin()
-
Initialized the groupbox with the default bitmap, fonts and colours as defined by the skin
void UpdateSize()
-
Updates the size of the box and the title.
It resizes the panel to fit into the box and positions the title
text according to the title alignment setting. The title can be
aligned left or right or can be centered and can be placed at an
arbitrary offset from either the left or right edge of the box or
from the centre.
void SetTitle(const char* title)
-
Sets the title text of the groupbox
const char* GetTitle()
-
Returns the title of the groupbox
void SetBitmap(int index)
-
Sets the bitmap that is to be used for the groupbox's underlying panel
- This class has no child classes.
Alphabetic index Hierarchy of classes
Back to front page
|
page generated with DOC++