home *** CD-ROM | disk | FTP | other *** search
/ Freelog 65 / Freelog065.iso / BAS / Bureautique / Gnumeric / gnumeric-1.3.92-rc1.exe / gog-pie-series.glade < prev    next >
Extensible Markup Language  |  2004-11-01  |  4KB  |  105 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. <requires lib="gnome"/>
  6.  
  7. <widget class="GtkWindow" id="window1">
  8.   <property name="title" translatable="yes">window1</property>
  9.   <property name="type">GTK_WINDOW_TOPLEVEL</property>
  10.   <property name="window_position">GTK_WIN_POS_NONE</property>
  11.   <property name="modal">False</property>
  12.   <property name="resizable">True</property>
  13.   <property name="destroy_with_parent">False</property>
  14.   <property name="decorated">True</property>
  15.   <property name="skip_taskbar_hint">False</property>
  16.   <property name="skip_pager_hint">False</property>
  17.   <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
  18.   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
  19.  
  20.   <child>
  21.     <widget class="GtkTable" id="gog_pie_series_element_prefs">
  22.       <property name="visible">True</property>
  23.       <property name="n_rows">1</property>
  24.       <property name="n_columns">3</property>
  25.       <property name="homogeneous">False</property>
  26.       <property name="row_spacing">6</property>
  27.       <property name="column_spacing">12</property>
  28.  
  29.       <child>
  30.     <widget class="GtkLabel" id="label64">
  31.       <property name="visible">True</property>
  32.       <property name="label" translatable="yes">_Separation:</property>
  33.       <property name="use_underline">True</property>
  34.       <property name="use_markup">False</property>
  35.       <property name="justify">GTK_JUSTIFY_LEFT</property>
  36.       <property name="wrap">False</property>
  37.       <property name="selectable">False</property>
  38.       <property name="xalign">0</property>
  39.       <property name="yalign">0.5</property>
  40.       <property name="xpad">0</property>
  41.       <property name="ypad">0</property>
  42.       <property name="mnemonic_widget">separation_spinner</property>
  43.     </widget>
  44.     <packing>
  45.       <property name="left_attach">0</property>
  46.       <property name="right_attach">1</property>
  47.       <property name="top_attach">0</property>
  48.       <property name="bottom_attach">1</property>
  49.       <property name="x_options">fill</property>
  50.       <property name="y_options"></property>
  51.     </packing>
  52.       </child>
  53.  
  54.       <child>
  55.     <widget class="GtkLabel" id="label65">
  56.       <property name="visible">True</property>
  57.       <property name="label" translatable="yes">%</property>
  58.       <property name="use_underline">False</property>
  59.       <property name="use_markup">False</property>
  60.       <property name="justify">GTK_JUSTIFY_LEFT</property>
  61.       <property name="wrap">False</property>
  62.       <property name="selectable">False</property>
  63.       <property name="xalign">0</property>
  64.       <property name="yalign">0.5</property>
  65.       <property name="xpad">0</property>
  66.       <property name="ypad">0</property>
  67.     </widget>
  68.     <packing>
  69.       <property name="left_attach">2</property>
  70.       <property name="right_attach">3</property>
  71.       <property name="top_attach">0</property>
  72.       <property name="bottom_attach">1</property>
  73.       <property name="x_options">fill</property>
  74.       <property name="y_options"></property>
  75.     </packing>
  76.       </child>
  77.  
  78.       <child>
  79.     <widget class="GtkSpinButton" id="separation_spinner">
  80.       <property name="visible">True</property>
  81.       <property name="tooltip" translatable="yes">The amount this slice is separated from the center measured as a percentage of the radius of the pie</property>
  82.       <property name="can_focus">True</property>
  83.       <property name="climb_rate">10</property>
  84.       <property name="digits">0</property>
  85.       <property name="numeric">True</property>
  86.       <property name="update_policy">GTK_UPDATE_ALWAYS</property>
  87.       <property name="snap_to_ticks">True</property>
  88.       <property name="wrap">False</property>
  89.       <property name="adjustment">0 0 500 10 50 50</property>
  90.     </widget>
  91.     <packing>
  92.       <property name="left_attach">1</property>
  93.       <property name="right_attach">2</property>
  94.       <property name="top_attach">0</property>
  95.       <property name="bottom_attach">1</property>
  96.       <property name="x_options">fill</property>
  97.       <property name="y_options"></property>
  98.     </packing>
  99.       </child>
  100.     </widget>
  101.   </child>
  102. </widget>
  103.  
  104. </glade-interface>
  105.