On Tue, May 5, 2009 at 10:19 PM, 明覺 <[email protected]> wrote: > I created a toolbar by this string: > Glib::ustring ui_info = > "<ui>" > " <toolbar name='ToolBar'>" > " <toolitem action='NewSurface'/>" > " <toolitem action='ImportSurface'/>" > " <toolitem action='ExportSurface'/>" > " </toolbar>" > "</ui>"; > it will show a image with a text below it for each toolitem, how could > i remove the text below the image? thanks I found the solution to be ToolBar->set_toolbar_style ( Gtk::TOOLBAR_ICONS ); > > > -- > My platform is Gnu/Linux Debian(sid-amd64, lenny-intelx86) Gnome > Mozilla/Iceweasel Gmail/Evolution Gtkmm/Anjuta/Emacs Scim Totem > Pidgin. >
-- My platform is Gnu/Linux Debian(sid-amd64, lenny-intelx86) Gnome Mozilla/Iceweasel Gmail/Evolution C++/Gtkmm Scim Totem Pidgin. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
