window: use SpMultiPaned

This allows us to have the SpVisualizerView grow and shrink
along with the visualizer content up until the user has manually
moved the paned handle. At which point it clamps to that
position as allowed by the size request phases.
This commit is contained in:
Christian Hergert
2016-09-30 13:00:31 -07:00
parent d64bd3fe51
commit 2d8401a542
2 changed files with 2 additions and 39 deletions

View File

@ -161,7 +161,7 @@
</packing>
</child>
<child>
<object class="GtkPaned" id="paned">
<object class="SpMultiPaned" id="paned">
<property name="orientation">vertical</property>
<property name="visible">true</property>
<property name="vexpand">true</property>
@ -180,20 +180,12 @@
</object>
</child>
</object>
<packing>
<property name="shrink">false</property>
<property name="resize">false</property>
</packing>
</child>
<child>
<object class="SpCallgraphView" id="callgraph_view">
<property name="visible">true</property>
<property name="vexpand">true</property>
</object>
<packing>
<property name="shrink">false</property>
<property name="resize">true</property>
</packing>
</child>
</object>
<packing>