I think that editbox does it (and probably chatbox as well).
Label should allow to set its size and if the text doesn't fit inside it then the text will be cut (very important step to implement resizing). The same should apply to text on buttons etc.
What do you think?
Gui libs like QT etc implement this.
Label should allow to set its size and if the text doesn't fit inside it then the text will be cut (very important step to implement resizing). The same should apply to text on buttons etc.
What do you think?
Gui libs like QT etc implement this.

Once I discovered this feature I am much more productive when writing new classes (it's so damn easier now). Unfortunately, it forced me to move to (L)ubuntu 13.04 so I have better C++11 support.