Move from SpScrolledWindow to GtkScrolledWindow

GtkScrolledWindow has max-content-{width,height} properties now. Remove
SpScrolledWindow and bump the gtk+ requirement to 3.21.3 at the same
time.
This commit is contained in:
Timm Bäder
2016-06-10 21:12:06 +02:00
parent 03ecb8ddfe
commit 15a2873c25
6 changed files with 3 additions and 331 deletions

View File

@ -95,7 +95,7 @@
</object>
</child>
<child>
<object class="SpScrolledWindow">
<object class="GtkScrolledWindow">
<property name="expand">true</property>
<property name="min-content-width">100</property>
<property name="max-content-width">400</property>
@ -162,7 +162,7 @@
</object>
</child>
<child>
<object class="SpScrolledWindow">
<object class="GtkScrolledWindow">
<property name="shadow-type">in</property>
<property name="min-content-height">100</property>
<property name="max-content-height">400</property>