Get the toolbar with

Gtk::Toolbar* toolbar = static_cast<Gtk::Toolbar*>(ui_manager->get_widget("/ToolBar") );

and disable the display of text by

toolbar->set_toolbar_style(Gtk::TOOLBAR_ICONS);

 - Armin
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to