On Wed, 2011-04-20 at 18:38 +0400, Andrew E. Makeev wrote:
> I found the error in Gtk::ScrolledWindow class.
> 
> The methods get_hscrollbar() and get_vscrollbar() always return 0,
> because gtk_scrolled_window_get_hscrollbar() and
> gtk_scrolled_window_get_vscrollbar() both return object of type
> GtkScrolledBar that cannot be wrapped to Gtk::HScrollbar and
> Gtk::VScrollbar.

Thanks. I guess we can fix these (in gtkmm 3) without breaking API or
ABI because they cannot be working for anybody ever now.

The return type might not even be part of the mangled C++ name.

-- 
[email protected]
www.murrayc.com
www.openismus.com

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to