Public Methods |
| StringView (Rect cFrame, const char *pzName, const char *pzString, alignment eAlign=ALIGN_LEFT, uint32 nResizeMask=CF_FOLLOW_LEFT|CF_FOLLOW_TOP, uint32 nFlags=WID_WILL_DRAW|WID_FULL_UPDATE_ON_RESIZE) |
| ~StringView () |
void | SetMinPreferredSize (int nWidthChars) |
void | SetMaxPreferredSize (int nWidthChars) |
virtual Point | GetPreferredSize (bool bLargest) const |
virtual void | Paint (const Rect &cUpdateRect) |
| Called by the system update "damaged" areas of the view. More...
|
void | SetString (const char *pzString) |
const char* | GetString (void) const |
void | SetAlignment (alignment eAlign) |
alignment | GetAlignment (void) const |
virtual void | AttachedToWindow () |