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

Public Member Functions | |
| HPanel (int32 id=0) | |
| ErrCode | AddItem (int32 id, StringPtr pstrTitle, HPanelItemPtr &pItem) |
| Adds an item to the panel. | |
| ErrCode | Create (HANDLE hParent, StringPtr pstrName, HRect *prBounds=NULL, uint32 uStyle=0) |
| Creates the panel widget. | |
| ErrCode | Destroy (void) |
| Destroys the panel widget. | |
| HPanelItem * | GetItem (int32 id) const |
| Gets a pointer to a panel item. | |
| uint32 | GetItemCount (void) const |
| Gets the count of items. | |
| HPanelItem * | GetNthItem (uint32 udx) const |
| Gets a pointer to a panel item. | |
| ErrCode | SetHeight (int32 id, int32 nHeight) |
| Sets the height of an individual item. | |
| ErrCode | SetFont (const HFont &font, int32 nPoints) |
| Sets the font for the panel window. | |
Protected Attributes | |
| HArray< HPanelItemPtr > | m_items |
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
Reimplemented from HWidget. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
2006.01.09-16:37