I recently played around with some more Widget functions and I noticed there are a lot of things missing. I mostly noticed it with the TextWidget class. I would like to see things like
string GetText(); // Return the text of the TextWidget like the EditTextWidget can do string GetFont(); // Return the path to the font void SetFont(string path); // Set the path to the font
also being able to copy a Widget 1:1 by default would be pretty neat, so things like being able to copy a Test Widget and having the same attributes set like the original
Maybe some people come up with more ideas what useful widget functions would be good to have