Hi, is there any special reason, why ComboBox.getText() returns String and not const String& ? The point is that I need to render the current selected text elsewhere in the window (g.drawText() ...) and don't really like the idea of this dynamic memory allocation and copying during the rendering phase.
Thanks a lot for any answer