class csStatic : public csComponent The Static component class represents a decorative control (widget) which usually does not have functionality, but serves as a decoration
The Static component class represents a decorative control (widget) which usually does not have functionality, but serves as a decoration. Static controls can be created of many different styles (see csStaticStyle definition above), and they can look completely different one from another. The only common 'function' of all static controls is that they can act as 'dialog labels', i.e. the text assigned to a static component can contain a 'hot' letter, and if you press 'Alt+letter' the first selectable component following the static one will be activated.
csStatic(csComponent *iParent, csStaticStyle iStyle = csscsRectangle)
csStatic(csComponent *iParent, csSprite2D *iBitmap)
virtual ~csStatic()
virtual void SetText(char *iText)
virtual void Draw()
virtual bool HandleEvent(csEvent &Event)
virtual bool PostHandleEvent(csEvent &Event)
virtual void SuggestSize(int &w, int &h)
void SetTextAlign(int iTextAlignment)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de