<requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy project-wide -->
<object class="GtkWindow" id="w_main">
+ <property name="title" translatable="yes">Audit GUI</property>
<property name="window_position">center</property>
+ <property name="default_width">600</property>
+ <property name="default_height">400</property>
<signal name="destroy" handler="gtk_main_quit"/>
<child>
<object class="GtkVBox" id="vbox1">
<property name="visible">True</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
+ <signal name="activate" handler="on_mnu_help_about_activate"/>
</object>
</child>
</object>
</packing>
</child>
<child>
- <placeholder/>
+ <object class="GtkVBox" id="vbx_body">
+ <property name="visible">True</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
</child>
<child>
<object class="GtkStatusbar" id="statusbar1">