Re: ScrolledWindow problem



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.

-- 
murrayc murrayc com
www.murrayc.com
www.openismus.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]