On Thu, 2012-11-15 at 16:27 +0200, Peteris Krisjanis wrote:

> I need one thing to clarify - In Gtk+ 2.x, when GtkScrolledWindow had
> policy for one of scroll bars set to GTK_POLICY_NEVER, window just
> dropped that scroll bar, but didn't do anything else. I have application
> to port which does it, and uses additional scroll bar to scroll content
> in special way.
> 
> However, in Gtk+3 GtkScrolledWindow now just extends to largest child in
> such scenario (as it probably should have done in Gtk+2 too). Is that
> true that behavior is changed or it's just my isolated experience (t.i.
> it has always been this way)?

What kind of child are you putting in the scrolled window?  Does it
support the scrollable interface, or is it something inside a
GtkViewport?

  Federico

_______________________________________________
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Reply via email to