how to print a string in gtk+

hi
i wanna print a string in window in gtk+
how i should do this?
You don't "print" anything with a GUI toolkit, but you can create a text label.
http://developer.gnome.org/gtkmm/stable/classGtk_1_1Label.html
Topic archived. No new replies allowed.