home *** CD-ROM | disk | FTP | other *** search
/ Freelog 65 / Freelog065.iso / BAS / Bureautique / Gnumeric / gnumeric-1.3.92-rc1.exe / insert-cells.glade < prev    next >
Extensible Markup Language  |  2004-11-01  |  9KB  |  239 lines

  1. <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
  2. <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
  3.  
  4. <glade-interface>
  5.  
  6. <widget class="GtkDialog" id="Insert_cells">
  7.   <property name="border_width">6</property>
  8.   <property name="title" translatable="yes">Insert cells</property>
  9.   <property name="type">GTK_WINDOW_TOPLEVEL</property>
  10.   <property name="window_position">GTK_WIN_POS_NONE</property>
  11.   <property name="modal">True</property>
  12.   <property name="resizable">True</property>
  13.   <property name="destroy_with_parent">False</property>
  14.   <property name="has_separator">True</property>
  15.  
  16.   <child internal-child="vbox">
  17.     <widget class="GtkVBox" id="dialog-vbox1">
  18.       <property name="visible">True</property>
  19.       <property name="homogeneous">False</property>
  20.       <property name="spacing">8</property>
  21.  
  22.       <child internal-child="action_area">
  23.     <widget class="GtkHButtonBox" id="dialog-action_area1">
  24.       <property name="visible">True</property>
  25.       <property name="layout_style">GTK_BUTTONBOX_END</property>
  26.  
  27.       <child>
  28.         <widget class="GtkButton" id="helpbutton">
  29.           <property name="visible">True</property>
  30.           <property name="can_default">True</property>
  31.           <property name="can_focus">True</property>
  32.           <property name="label">gtk-help</property>
  33.           <property name="use_stock">True</property>
  34.           <property name="relief">GTK_RELIEF_NORMAL</property>
  35.           <property name="response_id">0</property>
  36.         </widget>
  37.       </child>
  38.  
  39.       <child>
  40.         <widget class="GtkButton" id="cancelbutton">
  41.           <property name="visible">True</property>
  42.           <property name="can_default">True</property>
  43.           <property name="can_focus">True</property>
  44.           <property name="label">gtk-cancel</property>
  45.           <property name="use_stock">True</property>
  46.           <property name="relief">GTK_RELIEF_NORMAL</property>
  47.           <property name="response_id">0</property>
  48.         </widget>
  49.       </child>
  50.  
  51.       <child>
  52.         <widget class="GtkButton" id="okbutton">
  53.           <property name="visible">True</property>
  54.           <property name="can_default">True</property>
  55.           <property name="has_default">True</property>
  56.           <property name="can_focus">True</property>
  57.           <property name="label">gtk-ok</property>
  58.           <property name="use_stock">True</property>
  59.           <property name="relief">GTK_RELIEF_NORMAL</property>
  60.           <property name="response_id">0</property>
  61.         </widget>
  62.       </child>
  63.     </widget>
  64.     <packing>
  65.       <property name="padding">0</property>
  66.       <property name="expand">False</property>
  67.       <property name="fill">True</property>
  68.       <property name="pack_type">GTK_PACK_END</property>
  69.     </packing>
  70.       </child>
  71.  
  72.       <child>
  73.     <widget class="GtkAlignment" id="alignment1">
  74.       <property name="visible">True</property>
  75.       <property name="xalign">0.5</property>
  76.       <property name="yalign">0.5</property>
  77.       <property name="xscale">0</property>
  78.       <property name="yscale">1</property>
  79.  
  80.       <child>
  81.         <widget class="GtkTable" id="table1">
  82.           <property name="border_width">6</property>
  83.           <property name="visible">True</property>
  84.           <property name="n_rows">5</property>
  85.           <property name="n_columns">2</property>
  86.           <property name="homogeneous">False</property>
  87.           <property name="row_spacing">6</property>
  88.           <property name="column_spacing">6</property>
  89.  
  90.           <child>
  91.         <widget class="GtkLabel" id="label1">
  92.           <property name="visible">True</property>
  93.           <property name="label" translatable="yes"><span weight="bold">Insert Method</span></property>
  94.           <property name="use_underline">False</property>
  95.           <property name="use_markup">True</property>
  96.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  97.           <property name="wrap">False</property>
  98.           <property name="selectable">False</property>
  99.           <property name="xalign">0</property>
  100.           <property name="yalign">0.5</property>
  101.           <property name="xpad">0</property>
  102.           <property name="ypad">0</property>
  103.         </widget>
  104.         <packing>
  105.           <property name="left_attach">0</property>
  106.           <property name="right_attach">2</property>
  107.           <property name="top_attach">0</property>
  108.           <property name="bottom_attach">1</property>
  109.           <property name="x_options">fill</property>
  110.           <property name="y_options"></property>
  111.         </packing>
  112.           </child>
  113.  
  114.           <child>
  115.         <widget class="GtkRadioButton" id="radio_0">
  116.           <property name="visible">True</property>
  117.           <property name="can_focus">True</property>
  118.           <property name="has_focus">True</property>
  119.           <property name="label" translatable="yes">_Shift cells right</property>
  120.           <property name="use_underline">True</property>
  121.           <property name="relief">GTK_RELIEF_NORMAL</property>
  122.           <property name="active">False</property>
  123.           <property name="inconsistent">False</property>
  124.           <property name="draw_indicator">True</property>
  125.         </widget>
  126.         <packing>
  127.           <property name="left_attach">1</property>
  128.           <property name="right_attach">2</property>
  129.           <property name="top_attach">1</property>
  130.           <property name="bottom_attach">2</property>
  131.           <property name="x_options">fill</property>
  132.           <property name="y_options"></property>
  133.         </packing>
  134.           </child>
  135.  
  136.           <child>
  137.         <widget class="GtkRadioButton" id="radio_1">
  138.           <property name="visible">True</property>
  139.           <property name="can_focus">True</property>
  140.           <property name="label" translatable="yes">Shift cells _down</property>
  141.           <property name="use_underline">True</property>
  142.           <property name="relief">GTK_RELIEF_NORMAL</property>
  143.           <property name="active">False</property>
  144.           <property name="inconsistent">False</property>
  145.           <property name="draw_indicator">True</property>
  146.           <property name="group">radio_0</property>
  147.         </widget>
  148.         <packing>
  149.           <property name="left_attach">1</property>
  150.           <property name="right_attach">2</property>
  151.           <property name="top_attach">2</property>
  152.           <property name="bottom_attach">3</property>
  153.           <property name="x_options">fill</property>
  154.           <property name="y_options"></property>
  155.         </packing>
  156.           </child>
  157.  
  158.           <child>
  159.         <widget class="GtkRadioButton" id="radio_2">
  160.           <property name="visible">True</property>
  161.           <property name="can_focus">True</property>
  162.           <property name="label" translatable="yes">Insert _row(s)</property>
  163.           <property name="use_underline">True</property>
  164.           <property name="relief">GTK_RELIEF_NORMAL</property>
  165.           <property name="active">False</property>
  166.           <property name="inconsistent">False</property>
  167.           <property name="draw_indicator">True</property>
  168.           <property name="group">radio_0</property>
  169.         </widget>
  170.         <packing>
  171.           <property name="left_attach">1</property>
  172.           <property name="right_attach">2</property>
  173.           <property name="top_attach">3</property>
  174.           <property name="bottom_attach">4</property>
  175.           <property name="x_options">fill</property>
  176.           <property name="y_options"></property>
  177.         </packing>
  178.           </child>
  179.  
  180.           <child>
  181.         <widget class="GtkLabel" id="label2">
  182.           <property name="visible">True</property>
  183.           <property name="label" translatable="yes"></property>
  184.           <property name="use_underline">False</property>
  185.           <property name="use_markup">False</property>
  186.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  187.           <property name="wrap">False</property>
  188.           <property name="selectable">False</property>
  189.           <property name="xalign">0</property>
  190.           <property name="yalign">0.5</property>
  191.           <property name="xpad">0</property>
  192.           <property name="ypad">0</property>
  193.         </widget>
  194.         <packing>
  195.           <property name="left_attach">0</property>
  196.           <property name="right_attach">1</property>
  197.           <property name="top_attach">1</property>
  198.           <property name="bottom_attach">4</property>
  199.           <property name="x_options"></property>
  200.           <property name="y_options"></property>
  201.         </packing>
  202.           </child>
  203.  
  204.           <child>
  205.         <widget class="GtkRadioButton" id="radio_3">
  206.           <property name="visible">True</property>
  207.           <property name="can_focus">True</property>
  208.           <property name="label" translatable="yes">_Insert column(s)</property>
  209.           <property name="use_underline">True</property>
  210.           <property name="relief">GTK_RELIEF_NORMAL</property>
  211.           <property name="active">False</property>
  212.           <property name="inconsistent">False</property>
  213.           <property name="draw_indicator">True</property>
  214.           <property name="group">radio_0</property>
  215.         </widget>
  216.         <packing>
  217.           <property name="left_attach">1</property>
  218.           <property name="right_attach">2</property>
  219.           <property name="top_attach">4</property>
  220.           <property name="bottom_attach">5</property>
  221.           <property name="x_options">fill</property>
  222.           <property name="y_options"></property>
  223.         </packing>
  224.           </child>
  225.         </widget>
  226.       </child>
  227.     </widget>
  228.     <packing>
  229.       <property name="padding">0</property>
  230.       <property name="expand">True</property>
  231.       <property name="fill">True</property>
  232.     </packing>
  233.       </child>
  234.     </widget>
  235.   </child>
  236. </widget>
  237.  
  238. </glade-interface>
  239.