> 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);Thanks Armin.. -Ramashish _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
