Class LM_BaseWidget
The LM_BaseWidget class is a specialized type of view object. You would never create an LM_BaseWidget object by itslef - instead, common controls like buttons and check boxes are types of LM_BaseWidgets.
Member Functions
void Redraw()
Call this function to force the widget to redraw itself. Ordinarily, widgets take care of this on their own, but you can force it if you need to.
Return value: none
class LM_BaseWidget : public LM_View { void Redraw(); };
Related Links
-
Parent Class: class LM_View
- Posted in: LM.GUI Classes