GTK: add statusBar

No text yet. Probably needs to be reflected in mygui or myview state.
This commit is contained in:
2015-12-17 14:47:30 +01:00
parent d13cdac9e0
commit 0f1301622b
2 changed files with 32 additions and 1 deletions

View File

@@ -182,6 +182,25 @@
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkStatusbar" id="statusBar">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_left">10</property>
<property name="margin_right">10</property>
<property name="margin_start">10</property>
<property name="margin_end">10</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">3</property>
</packing>
</child>
</object>
</child>
</object>