is it possible to extend the methods of a StaticText widget to have additional to the "SetText(const char *text)" a method that ADDS text instead of resetting it?
AddText for example.... "AddText(cont char *text)", can you tell me how to extend it, if possible? (I'm really sure it is possible)