class MASKING_DLL_DECLSPEC Panel
The basic panel widget.
Inheritance:
Public Methods
-
void SetMasked(bool masked)
- Enables or disables masked drawing.
-
bool GetMasked()
- Returns the masked drawing setting
Protected Methods
-
void Draw(Bitmap &canvas)
- Draws a panel by tiling its bitmap over the entire canvas
-
void MsgInitSkin()
- Initializes the panel with the selcted panel bitmap from the skin.
Documentation
The basic panel widget.
This is an extremely simple widgets that just draws a panel. Good for
vsiually separating groups of widgets. You can change the appearance
of the panel with the SetBitmap() function to select different kinds
of panels.
void Draw(Bitmap &canvas)
-
Draws a panel by tiling its bitmap over the entire canvas
void MsgInitSkin()
-
Initializes the panel with the selcted panel bitmap from the skin.
The default for this panel is the "raised panel" bitmap.
void SetMasked(bool masked)
-
Enables or disables masked drawing.
If masked drawing is enabled, the panel is draw so that bright
pink pixels are skipped otherwise it is drawn completely opaque.
By default masked drawing is enabled.
bool GetMasked()
-
Returns the masked drawing setting
- Direct child classes:
- PanelSunken
PanelRidge
PanelRaised
PanelGroove
BoxShadow
Alphabetic index Hierarchy of classes
Back to front page
|
page generated with DOC++