<?xml version="1.0" ?> <!--*- mode: xml -*--> <interface> <object class="GtkDialog" id="ap_UnixDialog_Break"> <property name="border_width">5</property> <property name="has_separator">False</property> <property name="resizable">False</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> <child internal-child="vbox"> <object class="GtkVBox" id="dialog-vbox1"> <property name="spacing">12</property> <property name="visible">True</property> <child internal-child="action_area"> <object class="GtkHButtonBox" id="dialog-action_area1"> <property name="layout_style">GTK_BUTTONBOX_END</property> <property name="visible">True</property> <child> <object class="GtkButton" id="btCancel"> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="label">gtk-cancel</property> <property name="use_stock">True</property> <property name="visible">True</property> </object> </child> <child> <object class="GtkButton" id="btInsert"> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="image">image1</property> <property name="use_underline">True</property> <property name="visible">True</property> <child> <object class="GtkImage" id="image1"> <property name="stock">gtk-ok</property> <property name="visible">True</property> </object> </child> </object> </child> </object> <packing> <property name="expand">False</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> <child> <object class="GtkHBox" id="hbox1"> <property name="visible">True</property> <child> <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="xpad">2</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <object class="GtkVBox" id="vbox1"> <property name="spacing">16</property> <property name="visible">True</property> <child> <object class="GtkVBox" id="vbox2"> <property name="spacing">10</property> <property name="visible">True</property> <child> <object class="GtkLabel" id="lbInsertBreak"> <property name="label" translatable="yes"><b>%s</b></property> <property name="use_markup">True</property> <property name="visible">True</property> <property name="xalign">0</property> <property name="ypad">2</property> </object> <packing> <property name="expand">False</property> </packing> </child> <child> <object class="GtkHBox" id="hbox2"> <property name="visible">True</property> <child> <object class="GtkLabel" id="label7"> <property name="visible">True</property> <property name="xpad">6</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <object class="GtkVBox" id="vbox4"> <property name="spacing">6</property> <property name="visible">True</property> <child> <object class="GtkRadioButton" id="rbPageBreak"> <property name="active">True</property> <property name="can_focus">True</property> <property name="use_underline">True</property> <property name="visible">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <object class="GtkRadioButton" id="rbColumnBreak"> <property name="can_focus">True</property> <property name="group">rbPageBreak</property> <property name="use_underline">True</property> <property name="visible">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> </object> </child> </object> </child> </object> </child> <child> <object class="GtkVBox" id="vbox3"> <property name="spacing">10</property> <property name="visible">True</property> <child> <object class="GtkLabel" id="lbInsertSectionBreak"> <property name="label" translatable="yes"><b>%s</b></property> <property name="use_markup">True</property> <property name="visible">True</property> <property name="xalign">0</property> <property name="ypad">2</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <object class="GtkHBox" id="hbox3"> <property name="visible">True</property> <child> <object class="GtkLabel" id="label8"> <property name="visible">True</property> <property name="xpad">6</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <object class="GtkVBox" id="vbox5"> <property name="spacing">6</property> <property name="visible">True</property> <child> <object class="GtkRadioButton" id="rbNextPage"> <property name="can_focus">True</property> <property name="group">rbPageBreak</property> <property name="use_underline">True</property> <property name="visible">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <object class="GtkRadioButton" id="rbContinuous"> <property name="can_focus">True</property> <property name="group">rbPageBreak</property> <property name="use_underline">True</property> <property name="visible">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <object class="GtkRadioButton" id="rbEvenPage"> <property name="can_focus">True</property> <property name="group">rbPageBreak</property> <property name="use_underline">True</property> <property name="visible">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <object class="GtkRadioButton" id="rbOddPage"> <property name="can_focus">True</property> <property name="group">rbPageBreak</property> <property name="use_underline">True</property> <property name="visible">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> </object> </child> </object> </child> </object> </child> </object> </child> <child> <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="xpad">2</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> </object> </child> </object> </child> <action-widgets> <action-widget response="-6">btCancel</action-widget> <action-widget response="1">btInsert</action-widget> </action-widgets> </object> </interface>