home *** CD-ROM | disk | FTP | other *** search
/ Freelog 65 / Freelog065.iso / BAS / Bureautique / Gnumeric / gnumeric-1.3.92-rc1.exe / font-sel.glade < prev    next >
Extensible Markup Language  |  2004-11-01  |  10KB  |  278 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="GtkWindow" id="font-toplevel">
  7.   <property name="title" translatable="yes">window1</property>
  8.   <property name="type">GTK_WINDOW_TOPLEVEL</property>
  9.   <property name="window_position">GTK_WIN_POS_NONE</property>
  10.   <property name="modal">False</property>
  11.   <property name="resizable">True</property>
  12.   <property name="destroy_with_parent">False</property>
  13.  
  14.   <child>
  15.     <widget class="GtkTable" id="toplevel-table">
  16.       <property name="visible">True</property>
  17.       <property name="n_rows">4</property>
  18.       <property name="n_columns">3</property>
  19.       <property name="homogeneous">False</property>
  20.       <property name="row_spacing">4</property>
  21.       <property name="column_spacing">4</property>
  22.  
  23.       <child>
  24.     <widget class="GtkEntry" id="font-style-entry">
  25.       <property name="visible">True</property>
  26.       <property name="editable">False</property>
  27.       <property name="visibility">True</property>
  28.       <property name="max_length">0</property>
  29.       <property name="text" translatable="yes"></property>
  30.       <property name="has_frame">True</property>
  31.       <property name="invisible_char" translatable="yes">*</property>
  32.       <property name="activates_default">False</property>
  33.     </widget>
  34.     <packing>
  35.       <property name="left_attach">1</property>
  36.       <property name="right_attach">2</property>
  37.       <property name="top_attach">1</property>
  38.       <property name="bottom_attach">2</property>
  39.       <property name="y_options"></property>
  40.     </packing>
  41.       </child>
  42.  
  43.       <child>
  44.     <widget class="GtkLabel" id="label1">
  45.       <property name="visible">True</property>
  46.       <property name="label" translatable="yes">Font:</property>
  47.       <property name="use_underline">False</property>
  48.       <property name="use_markup">False</property>
  49.       <property name="justify">GTK_JUSTIFY_CENTER</property>
  50.       <property name="wrap">False</property>
  51.       <property name="selectable">False</property>
  52.       <property name="xalign">0</property>
  53.       <property name="yalign">0.5</property>
  54.       <property name="xpad">0</property>
  55.       <property name="ypad">0</property>
  56.     </widget>
  57.     <packing>
  58.       <property name="left_attach">0</property>
  59.       <property name="right_attach">1</property>
  60.       <property name="top_attach">0</property>
  61.       <property name="bottom_attach">1</property>
  62.       <property name="x_options">fill</property>
  63.       <property name="y_options"></property>
  64.     </packing>
  65.       </child>
  66.  
  67.       <child>
  68.     <widget class="GtkLabel" id="label2">
  69.       <property name="visible">True</property>
  70.       <property name="label" translatable="yes">Font style:</property>
  71.       <property name="use_underline">False</property>
  72.       <property name="use_markup">False</property>
  73.       <property name="justify">GTK_JUSTIFY_CENTER</property>
  74.       <property name="wrap">False</property>
  75.       <property name="selectable">False</property>
  76.       <property name="xalign">0</property>
  77.       <property name="yalign">0.5</property>
  78.       <property name="xpad">0</property>
  79.       <property name="ypad">0</property>
  80.     </widget>
  81.     <packing>
  82.       <property name="left_attach">1</property>
  83.       <property name="right_attach">2</property>
  84.       <property name="top_attach">0</property>
  85.       <property name="bottom_attach">1</property>
  86.       <property name="x_options">fill</property>
  87.       <property name="y_options"></property>
  88.     </packing>
  89.       </child>
  90.  
  91.       <child>
  92.     <widget class="GtkLabel" id="label3">
  93.       <property name="visible">True</property>
  94.       <property name="label" translatable="yes">Size:</property>
  95.       <property name="use_underline">False</property>
  96.       <property name="use_markup">False</property>
  97.       <property name="justify">GTK_JUSTIFY_CENTER</property>
  98.       <property name="wrap">False</property>
  99.       <property name="selectable">False</property>
  100.       <property name="xalign">0</property>
  101.       <property name="yalign">0.5</property>
  102.       <property name="xpad">0</property>
  103.       <property name="ypad">0</property>
  104.     </widget>
  105.     <packing>
  106.       <property name="left_attach">2</property>
  107.       <property name="right_attach">3</property>
  108.       <property name="top_attach">0</property>
  109.       <property name="bottom_attach">1</property>
  110.       <property name="x_options">fill</property>
  111.       <property name="y_options"></property>
  112.     </packing>
  113.       </child>
  114.  
  115.       <child>
  116.     <widget class="GtkEntry" id="font-name-entry">
  117.       <property name="visible">True</property>
  118.       <property name="has_focus">True</property>
  119.       <property name="editable">False</property>
  120.       <property name="visibility">True</property>
  121.       <property name="max_length">0</property>
  122.       <property name="text" translatable="yes"></property>
  123.       <property name="has_frame">True</property>
  124.       <property name="invisible_char" translatable="yes">*</property>
  125.       <property name="activates_default">False</property>
  126.     </widget>
  127.     <packing>
  128.       <property name="left_attach">0</property>
  129.       <property name="right_attach">1</property>
  130.       <property name="top_attach">1</property>
  131.       <property name="bottom_attach">2</property>
  132.       <property name="y_options"></property>
  133.     </packing>
  134.       </child>
  135.  
  136.       <child>
  137.     <widget class="GtkFrame" id="font-preview-frame">
  138.       <property name="visible">True</property>
  139.       <property name="label_xalign">0</property>
  140.       <property name="label_yalign">0.5</property>
  141.       <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
  142.  
  143.       <child>
  144.         <widget class="GtkLabel" id="label4">
  145.           <property name="visible">True</property>
  146.           <property name="label" translatable="yes">Preview</property>
  147.           <property name="use_underline">False</property>
  148.           <property name="use_markup">False</property>
  149.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  150.           <property name="wrap">False</property>
  151.           <property name="selectable">False</property>
  152.           <property name="xalign">0.5</property>
  153.           <property name="yalign">0.5</property>
  154.           <property name="xpad">0</property>
  155.           <property name="ypad">0</property>
  156.         </widget>
  157.         <packing>
  158.           <property name="type">label_item</property>
  159.         </packing>
  160.       </child>
  161.     </widget>
  162.     <packing>
  163.       <property name="left_attach">0</property>
  164.       <property name="right_attach">3</property>
  165.       <property name="top_attach">3</property>
  166.       <property name="bottom_attach">4</property>
  167.     </packing>
  168.       </child>
  169.  
  170.       <child>
  171.     <widget class="GtkEntry" id="font-size-entry">
  172.       <property name="visible">True</property>
  173.       <property name="can_focus">True</property>
  174.       <property name="editable">True</property>
  175.       <property name="visibility">True</property>
  176.       <property name="max_length">0</property>
  177.       <property name="text" translatable="yes"></property>
  178.       <property name="has_frame">True</property>
  179.       <property name="invisible_char" translatable="yes">*</property>
  180.       <property name="activates_default">False</property>
  181.     </widget>
  182.     <packing>
  183.       <property name="left_attach">2</property>
  184.       <property name="right_attach">3</property>
  185.       <property name="top_attach">1</property>
  186.       <property name="bottom_attach">2</property>
  187.       <property name="x_options">fill</property>
  188.       <property name="y_options"></property>
  189.     </packing>
  190.       </child>
  191.  
  192.       <child>
  193.     <widget class="GtkScrolledWindow" id="scrolledwindow2">
  194.       <property name="visible">True</property>
  195.       <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  196.       <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  197.       <property name="shadow_type">GTK_SHADOW_IN</property>
  198.       <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
  199.  
  200.       <child>
  201.         <widget class="GtkTreeView" id="font-style-list">
  202.           <property name="visible">True</property>
  203.           <property name="can_focus">True</property>
  204.           <property name="headers_visible">True</property>
  205.           <property name="rules_hint">False</property>
  206.           <property name="reorderable">False</property>
  207.           <property name="enable_search">True</property>
  208.         </widget>
  209.       </child>
  210.     </widget>
  211.     <packing>
  212.       <property name="left_attach">1</property>
  213.       <property name="right_attach">2</property>
  214.       <property name="top_attach">2</property>
  215.       <property name="bottom_attach">3</property>
  216.     </packing>
  217.       </child>
  218.  
  219.       <child>
  220.     <widget class="GtkScrolledWindow" id="scrolledwindow1">
  221.       <property name="visible">True</property>
  222.       <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  223.       <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  224.       <property name="shadow_type">GTK_SHADOW_IN</property>
  225.       <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
  226.  
  227.       <child>
  228.         <widget class="GtkTreeView" id="font-name-list">
  229.           <property name="visible">True</property>
  230.           <property name="can_focus">True</property>
  231.           <property name="headers_visible">True</property>
  232.           <property name="rules_hint">False</property>
  233.           <property name="reorderable">False</property>
  234.           <property name="enable_search">True</property>
  235.         </widget>
  236.       </child>
  237.     </widget>
  238.     <packing>
  239.       <property name="left_attach">0</property>
  240.       <property name="right_attach">1</property>
  241.       <property name="top_attach">2</property>
  242.       <property name="bottom_attach">3</property>
  243.     </packing>
  244.       </child>
  245.  
  246.       <child>
  247.     <widget class="GtkScrolledWindow" id="scrolledwindow3">
  248.       <property name="visible">True</property>
  249.       <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
  250.       <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  251.       <property name="shadow_type">GTK_SHADOW_IN</property>
  252.       <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
  253.  
  254.       <child>
  255.         <widget class="GtkTreeView" id="font-size-list">
  256.           <property name="visible">True</property>
  257.           <property name="can_focus">True</property>
  258.           <property name="headers_visible">True</property>
  259.           <property name="rules_hint">False</property>
  260.           <property name="reorderable">False</property>
  261.           <property name="enable_search">True</property>
  262.         </widget>
  263.       </child>
  264.     </widget>
  265.     <packing>
  266.       <property name="left_attach">2</property>
  267.       <property name="right_attach">3</property>
  268.       <property name="top_attach">2</property>
  269.       <property name="bottom_attach">3</property>
  270.       <property name="x_options">fill</property>
  271.     </packing>
  272.       </child>
  273.     </widget>
  274.   </child>
  275. </widget>
  276.  
  277. </glade-interface>
  278.