I'm trying to reproduce the example at - https://developer.gnome.org/gtkmm-tutorial/stable/sec-treeview-examples.html.en#treeview-dnd-example
Compile time error:
"make_managed" is not a member of 'Gtk' in the file treeview_withpopup.cc at the line auto item = Gtk::make_managed("_Edit", true);
The Netbeans IDE too shows an error at the same line
"Unable to resolve the identifier make_managed"
I've copied the code from the site and gtkmm.h is included in the header file.
I did not find any such question been asked on Stackoverflow yet! Why am I receiving this compile error?
Please help.