home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Bureautique / LibreOffice / LibreOffice_4.3.5_Win_x86.msi / printeroptionsdialog.ui < prev    next >
Extensible Markup Language  |  2014-12-11  |  3KB  |  80 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface>
  3.   <!-- interface-requires gtk+ 3.0 -->
  4.   <object class="GtkDialog" id="PrinterOptionsDialog">
  5.     <property name="can_focus">False</property>
  6.     <property name="border_width">6</property>
  7.     <property name="title" translatable="yes">Printer Options</property>
  8.     <property name="type_hint">dialog</property>
  9.     <child internal-child="vbox">
  10.       <object class="GtkBox" id="dialog-vbox1">
  11.         <property name="can_focus">False</property>
  12.         <property name="orientation">vertical</property>
  13.         <property name="spacing">12</property>
  14.         <child internal-child="action_area">
  15.           <object class="GtkButtonBox" id="dialog-action_area1">
  16.             <property name="can_focus">False</property>
  17.             <property name="layout_style">end</property>
  18.             <child>
  19.               <object class="GtkButton" id="ok">
  20.                 <property name="label">gtk-ok</property>
  21.                 <property name="visible">True</property>
  22.                 <property name="can_focus">True</property>
  23.                 <property name="receives_default">True</property>
  24.                 <property name="use_stock">True</property>
  25.               </object>
  26.               <packing>
  27.                 <property name="expand">False</property>
  28.                 <property name="fill">True</property>
  29.                 <property name="position">0</property>
  30.               </packing>
  31.             </child>
  32.             <child>
  33.               <object class="GtkButton" id="cancel">
  34.                 <property name="label">gtk-cancel</property>
  35.                 <property name="visible">True</property>
  36.                 <property name="can_focus">True</property>
  37.                 <property name="receives_default">True</property>
  38.                 <property name="use_stock">True</property>
  39.               </object>
  40.               <packing>
  41.                 <property name="expand">False</property>
  42.                 <property name="fill">True</property>
  43.                 <property name="position">1</property>
  44.               </packing>
  45.             </child>
  46.             <child>
  47.               <object class="GtkButton" id="help">
  48.                 <property name="label">gtk-help</property>
  49.                 <property name="visible">True</property>
  50.                 <property name="can_focus">True</property>
  51.                 <property name="receives_default">True</property>
  52.                 <property name="use_stock">True</property>
  53.               </object>
  54.               <packing>
  55.                 <property name="expand">False</property>
  56.                 <property name="fill">True</property>
  57.                 <property name="position">2</property>
  58.               </packing>
  59.             </child>
  60.           </object>
  61.           <packing>
  62.             <property name="expand">False</property>
  63.             <property name="fill">True</property>
  64.             <property name="pack_type">end</property>
  65.             <property name="position">0</property>
  66.           </packing>
  67.         </child>
  68.         <child>
  69.           <placeholder/>
  70.         </child>
  71.       </object>
  72.     </child>
  73.     <action-widgets>
  74.       <action-widget response="0">ok</action-widget>
  75.       <action-widget response="0">cancel</action-widget>
  76.       <action-widget response="0">help</action-widget>
  77.     </action-widgets>
  78.   </object>
  79. </interface>
  80.