GNOME Bugzilla – Bug 739379
Support GTK_POLICY_EXTERNAL
Last modified: 2014-10-30 11:18:10 UTC
See patch.
Created attachment 289616 [details] [review] scroll-view: Support GTK_POLICY_EXTERNAL GTK+ added a new PolicyType which currently triggers compiler warnings about unhandled values in switch statements. We also have a use case for it already, so add support for the new policy type.
Created attachment 289617 [details] [review] appDisplay: Use EXTERNAL scroll policy Now that we support the new policy type, we can just use it instead of hiding the scrollbar.
Review of attachment 289616 [details] [review]: Looks good
Review of attachment 289617 [details] [review]: yep
Attachment 289616 [details] pushed as 5fca85c - scroll-view: Support GTK_POLICY_EXTERNAL Attachment 289617 [details] pushed as 5180ab2 - appDisplay: Use EXTERNAL scroll policy