First off, I hope I am allowed to ask questions about the general code. If not, sorry, and I will not do again.
Anyway, I was wondering when a widget knows how to display itself. I know each widget has a draw() function, but I was wondering when it is called. Does it get called when the widget is loaded by LoadWidget(), or is it drawn by another function call/event handling. I have been examining the code and I have been unsucessful in answering my own question. Any help would be great!
~IngeniousMask