Class: LM_BaseWidget

Parent class: LM_View

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