Re: No label in toolbar icon



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]