![]() |
Humble Framework for SkyOS |
#include <HLabel.h>
Inheritance diagram for HPane:

Definition at line 26 of file HLabel.h.
Public Types | |
| enum | Style { STYLE_PLAIN = 0, STYLE_FRAMED, STYLE_RAISED, STYLE_SUNKEN } |
Public Member Functions | |
| HPane (HPane::Style style=STYLE_PLAIN) | |
| virtual ErrCode | Draw (HRect &rDirty) |
| Draws the client area of the window. | |
| HPane::Style | GetStyle (void) const |
| Gets the pane's style (STYLE_*). | |
| HPane::Style | SetStyle (HPane::Style styleNew) |
| Sets the pane's style (STYLE_*). | |
Protected Attributes | |
| Style | m_style |
| Pane style (STYLE_*). | |
|
|
Draws the contents of the window using the cached Context (m_gc) and the background color (m_clrBG).
Reimplemented from HWidget. Reimplemented in HLabel. |
|
|
|
|
|
|
2006.01.09-16:37