|
TreeView Context Menu
In the gtkmm documentation, they say that the Gtk::TreeView with a popup menu will work either with a derived class from the Gtk::TreeView, or with connect_notify(). The former has an example, but not of one with just the changed connect(). How would I use the latter? Just changing connect() to connect_notify() results in odd compilation errors.
|