GNOME Bugzilla – Bug 526742
Gtk::Widget::get_direction should be const
Last modified: 2008-04-11 20:47:59 UTC
Add a get_direction () const function to Gtk::Widget.
Created attachment 108788 [details] [review] A proposed patch for gtkmm Added the const version of get_direction to Gtk::Widget and updated the ChangeLog
Committed to svn trunk. Thanks. I also used the (little known) deprecated option with the _WRAP_METHOD() for the non-const version. In case this is a problem for you with the stable gtkmm, remember that you can use const_cast<> to work around it.