16 May
2013
16 May
'13
1:39 p.m.
What is the difference between manage and Gtk::manage ?
ui/dialog/document-properties.cpp:290 Gtk::HBox *space = manage (new Gtk::HBox); ui/dialog/document-properties.cpp:95 _page_page(Gtk::manage(new UI::Widget::NotebookPage(1, 1, true, true))),
Use of manage in my own code produces ‘manage’ was not declared in this scope even when every head has been included from the dp code. very odd.
I'm also having trouble with ButtonBox:
error: no matching function for call to ‘Gtk::ButtonBox::ButtonBox()’ even with include gtkmm/buttonbox.h
What is going on?
Martin