Re: No label in toolbar icon
- From: Armin Burgmeier <armin arbur net>
- To: gtkmm-list gnome org
- Subject: Re: No label in toolbar icon
- Date: Thu, 04 Aug 2005 16:31:30 +0200
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]