Gtkmm2.4 Gtk::Toolbar.



Hi,

I want to port my project from gtkmm2.0 to 2.4, but I'm having trouble with 
the toolbar... With gtkmm2 I could add a standard widget to the toolbar like 
that:

Gtk::HScale widget;
myToolbar.tools().push_back(widget);

But now with gtkmm2.4 I can't find an equivalent function!
How can I do that?

Help appreciated.

Raoul



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