hbro-0.9.0.0: examples/ui.xml
<interface>
<object class="GtkWindow" id="mainWindow">
<child><object class="GtkVBox" id="windowBox">
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<!-- Scrolled window, will contain the webview -->
<child>
<object class="GtkScrolledWindow" id="webViewParent"></object>
</child>
<!-- Prompt bar -->
<child>
<object class="GtkHBox" id="promptBox">
<property name="homogeneous">False</property>
<property name="spacing">10</property>
<child>
<object class="GtkLabel" id="promptDescription"></object>
<packing>
<property name="fill">False</property>
<property name="expand">False</property>
</packing>
</child>
<child><object class="GtkEntry" id="promptEntry"></object></child>
</object>
<packing>
<property name="fill">False</property>
<property name="expand">False</property>
</packing>
</child>
<!-- Status bar -->
<child>
<object class="GtkHBox" id="statusBox">
<property name="homogeneous">False</property>
<property name="spacing">5</property>
<child>
<object class="GtkLabel" id="void"></object>
<packing>
<property name="fill">False</property>
<property name="expand">False</property>
</packing>
</child>
</object>
<packing>
<property name="fill">False</property>
<property name="expand">False</property>
</packing>
</child>
<!-- Notify bar -->
<child>
<object class="GtkHBox" id="notificationBox">
<property name="homogeneous">False</property>
<property name="spacing">5</property>
<child>
<object class="GtkLabel" id="notificationLabel">
<property name="single-line-mode">True</property>
<property name="xalign">0</property>
</object>
</child>
</object>
<packing>
<property name="fill">False</property>
<property name="expand">False</property>
</packing>
</child>
</object></child>
</object>
</interface>