EVOLUTION-MANAGER
Edit File: cmdlinehelp.ui
<?xml version="1.0" encoding="UTF-8"?> <interface> <!-- interface-requires gtk+ 3.0 --> <object class="GtkDialog" id="CmdLineHelp"> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes">Help Message</property> <property name="destroy_with_parent">True</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">2</property> <child> <object class="GtkBox" id="box1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> <object class="GtkLabel" id="header"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="xalign">0</property> <property name="xpad">10</property> <property name="label" translatable="no">HEADER</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <child> <object class="GtkLabel" id="left"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="xalign">0</property> <property name="xpad">10</property> <property name="label" translatable="no">LEFT</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> <property name="width">1</property> <property name="height">1</property> </packing> </child> <child> <object class="GtkLabel" id="right"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="xalign">0</property> <property name="xpad">10</property> <property name="label" translatable="no">RIGHT</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> <property name="width">1</property> <property name="height">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkLabel" id="bottom"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="xalign">0</property> <property name="xpad">10</property> <property name="label" translatable="no">BOTTOM</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> <property name="halign">center</property> <property name="layout_style">center</property> <child> <object class="GtkButton" id="button1"> <property name="label">gtk-close</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="has_default">True</property> <property name="receives_default">True</property> <property name="halign">center</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="pack_type">end</property> <property name="position">1</property> </packing> </child> </object> </child> <action-widgets> <action-widget response="0">button1</action-widget> </action-widgets> </object> </interface>