[gtkmm] my toolbar stays flat and doesn't show my buttons inside
- From: cedric <cedric probesys com>
- To: gtkmm-list gnome org
- Subject: [gtkmm] my toolbar stays flat and doesn't show my buttons inside
- Date: Thu, 24 Jun 2004 15:39:36 +0200
hi !
i've passed into version 2.4 of GTKMM and the toolbars doesn't work the
same as former versions.
So i tried that :
...
Gtk::ToolButton* toolbutton;
toolbutton = Gtk::manage(new Gtk::ToolButton("NEW\nCOMPANY"));
toolbutton->signal_clicked().connect(
sigc::ptr_fun(&collaborators::add_company));
toolbarmod.append(*toolbutton);
...
and in a file included :
Gtk::Toolbar toolbarmod;
After making the project, and executing, the toolbar "stays flat" and
doesn't show my buttons inside.
I don't know if there is a problem of lost pointer or anything else ...
Thank u for your help...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]