<?xml version="1.0" ?> <!--*- mode: xml -*--> <interface> <object class="GtkAdjustment" id="adjustment1"> <property name="lower">20</property> <property name="page_increment">10</property> <property name="step_increment">1</property> <property name="upper">500</property> <property name="value">100</property> </object> <object class="GtkDialog" id="xap_UnixDlg_Zoom"> <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">8</property> <property name="visible">True</property> <child> <object class="GtkVBox" id="vbox1"> <property name="spacing">4</property> <property name="visible">True</property> <child> <object class="GtkLabel" id="lbZoom"> <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="hbox1"> <property name="visible">True</property> <child> <object class="GtkLabel" id="label2"> <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="vbox2"> <property name="spacing">6</property> <property name="visible">True</property> <child> <object class="GtkRadioButton" id="rbPercent200"> <property name="active">True</property> <property name="can_focus">True</property> <property name="use_underline">True</property> <property name="visible">True</property> <property name="width_request">146</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <object class="GtkRadioButton" id="rbPercent100"> <property name="can_focus">True</property> <property name="group">rbPercent200</property> <property name="use_underline">True</property> <property name="visible">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkRadioButton" id="rbPercent75"> <property name="can_focus">True</property> <property name="group">rbPercent200</property> <property name="use_underline">True</property> <property name="visible">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">2</property> </packing> </child> <child> <object class="GtkRadioButton" id="rbPageWidth"> <property name="can_focus">True</property> <property name="group">rbPercent200</property> <property name="use_underline">True</property> <property name="visible">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">3</property> </packing> </child> <child> <object class="GtkRadioButton" id="rbWholePage"> <property name="active">True</property> <property name="can_focus">True</property> <property name="group">rbPercent200</property> <property name="use_underline">True</property> <property name="visible">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">4</property> </packing> </child> <child> <object class="GtkRadioButton" id="rbPercent"> <property name="can_focus">True</property> <property name="group">rbPercent200</property> <property name="use_underline">True</property> <property name="visible">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">5</property> </packing> </child> <child> <object class="GtkHBox" id="hbox2"> <property name="visible">True</property> <child> <object class="GtkLabel" id="label3"> <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="GtkSpinButton" id="sbPercent"> <property name="adjustment">adjustment1</property> <property name="can_focus">True</property> <property name="climb_rate">1</property> <property name="numeric">True</property> <property name="visible">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">6</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> <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="closebutton1"> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="label">gtk-close</property> <property name="use_stock">True</property> <property name="visible">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> </object> </child> <action-widgets> <action-widget response="-5">closebutton1</action-widget> </action-widgets> </object> </interface>