home *** CD-ROM | disk | FTP | other *** search
/ Freelog 65 / Freelog065.iso / BAS / Bureautique / Gnumeric / gnumeric-1.3.92-rc1.exe / autoformat.glade < prev    next >
Extensible Markup Language  |  2004-11-01  |  30KB  |  845 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="dialog">
  7.   <property name="title" translatable="yes">Autoformat</property>
  8.   <property name="type">GTK_WINDOW_TOPLEVEL</property>
  9.   <property name="window_position">GTK_WIN_POS_NONE</property>
  10.   <property name="modal">True</property>
  11.   <property name="resizable">True</property>
  12.   <property name="destroy_with_parent">False</property>
  13.   <property name="has_separator">False</property>
  14.  
  15.   <child internal-child="vbox">
  16.     <widget class="GtkVBox" id="dialog-vbox1">
  17.       <property name="visible">True</property>
  18.       <property name="homogeneous">False</property>
  19.       <property name="spacing">8</property>
  20.  
  21.       <child internal-child="action_area">
  22.     <widget class="GtkHButtonBox" id="dialog-action_area1">
  23.       <property name="visible">True</property>
  24.       <property name="layout_style">GTK_BUTTONBOX_END</property>
  25.  
  26.       <child>
  27.         <widget class="GtkButton" id="format_cancel">
  28.           <property name="visible">True</property>
  29.           <property name="can_default">True</property>
  30.           <property name="can_focus">True</property>
  31.           <property name="label">gtk-cancel</property>
  32.           <property name="use_stock">True</property>
  33.           <property name="relief">GTK_RELIEF_NORMAL</property>
  34.           <property name="response_id">0</property>
  35.         </widget>
  36.       </child>
  37.  
  38.       <child>
  39.         <widget class="GtkButton" id="format_ok">
  40.           <property name="visible">True</property>
  41.           <property name="can_default">True</property>
  42.           <property name="has_default">True</property>
  43.           <property name="can_focus">True</property>
  44.           <property name="label">gtk-ok</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="help_button">
  53.           <property name="visible">True</property>
  54.           <property name="can_default">True</property>
  55.           <property name="can_focus">True</property>
  56.           <property name="label">gtk-help</property>
  57.           <property name="use_stock">True</property>
  58.           <property name="relief">GTK_RELIEF_NORMAL</property>
  59.           <property name="response_id">-11</property>
  60.         </widget>
  61.       </child>
  62.     </widget>
  63.     <packing>
  64.       <property name="padding">0</property>
  65.       <property name="expand">False</property>
  66.       <property name="fill">True</property>
  67.       <property name="pack_type">GTK_PACK_END</property>
  68.     </packing>
  69.       </child>
  70.  
  71.       <child>
  72.     <widget class="GtkNotebook" id="notebook1">
  73.       <property name="visible">True</property>
  74.       <property name="can_focus">True</property>
  75.       <property name="show_tabs">True</property>
  76.       <property name="show_border">True</property>
  77.       <property name="tab_pos">GTK_POS_TOP</property>
  78.       <property name="scrollable">False</property>
  79.       <property name="enable_popup">False</property>
  80.  
  81.       <child>
  82.         <widget class="GtkVBox" id="vbox1">
  83.           <property name="border_width">4</property>
  84.           <property name="visible">True</property>
  85.           <property name="homogeneous">False</property>
  86.           <property name="spacing">4</property>
  87.  
  88.           <child>
  89.         <widget class="GtkHBox" id="hbox3">
  90.           <property name="visible">True</property>
  91.           <property name="homogeneous">False</property>
  92.           <property name="spacing">5</property>
  93.  
  94.           <child>
  95.             <widget class="GtkLabel" id="label13">
  96.               <property name="visible">True</property>
  97.               <property name="label" translatable="yes">C_ategory:</property>
  98.               <property name="use_underline">True</property>
  99.               <property name="use_markup">False</property>
  100.               <property name="justify">GTK_JUSTIFY_RIGHT</property>
  101.               <property name="wrap">False</property>
  102.               <property name="selectable">False</property>
  103.               <property name="xalign">0</property>
  104.               <property name="yalign">0.5</property>
  105.               <property name="xpad">5</property>
  106.               <property name="ypad">0</property>
  107.               <property name="mnemonic_widget">format_category</property>
  108.               <accessibility>
  109.             <atkrelation target="menubar1" type="label-for"/>
  110.             <atkrelation target="format_category" type="label-for"/>
  111.               </accessibility>
  112.             </widget>
  113.             <packing>
  114.               <property name="padding">0</property>
  115.               <property name="expand">False</property>
  116.               <property name="fill">True</property>
  117.             </packing>
  118.           </child>
  119.  
  120.           <child>
  121.             <widget class="GtkComboBox" id="format_category">
  122.               <property name="visible">True</property>
  123.               <accessibility>
  124.             <atkrelation target="label13" type="labelled-by"/>
  125.               </accessibility>
  126.             </widget>
  127.             <packing>
  128.               <property name="padding">0</property>
  129.               <property name="expand">True</property>
  130.               <property name="fill">True</property>
  131.             </packing>
  132.           </child>
  133.  
  134.           <child>
  135.             <widget class="GtkMenuBar" id="menubar1">
  136.               <property name="visible">True</property>
  137.               <accessibility>
  138.             <atkrelation target="label13" type="labelled-by"/>
  139.               </accessibility>
  140.  
  141.               <child>
  142.             <widget class="GtkImageMenuItem" id="settings">
  143.               <property name="visible">True</property>
  144.               <property name="label" translatable="yes">_Settings</property>
  145.               <property name="use_underline">True</property>
  146.  
  147.               <child internal-child="image">
  148.                 <widget class="GtkImage" id="image1">
  149.                   <property name="visible">True</property>
  150.                   <property name="stock">gtk-properties</property>
  151.                   <property name="icon_size">1</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.               </child>
  158.  
  159.               <child>
  160.                 <widget class="GtkMenu" id="settings_menu">
  161.  
  162.                   <child>
  163.                 <widget class="GtkCheckMenuItem" id="format_number">
  164.                   <property name="visible">True</property>
  165.                   <property name="label" translatable="yes">Apply _Number Formats</property>
  166.                   <property name="use_underline">True</property>
  167.                   <property name="active">True</property>
  168.                 </widget>
  169.                   </child>
  170.  
  171.                   <child>
  172.                 <widget class="GtkCheckMenuItem" id="format_border">
  173.                   <property name="visible">True</property>
  174.                   <property name="label" translatable="yes">Apply _Borders</property>
  175.                   <property name="use_underline">True</property>
  176.                   <property name="active">True</property>
  177.                 </widget>
  178.                   </child>
  179.  
  180.                   <child>
  181.                 <widget class="GtkCheckMenuItem" id="format_font">
  182.                   <property name="visible">True</property>
  183.                   <property name="label" translatable="yes">Apply _Fonts</property>
  184.                   <property name="use_underline">True</property>
  185.                   <property name="active">True</property>
  186.                 </widget>
  187.                   </child>
  188.  
  189.                   <child>
  190.                 <widget class="GtkCheckMenuItem" id="format_patterns">
  191.                   <property name="visible">True</property>
  192.                   <property name="label" translatable="yes">Apply _Patterns</property>
  193.                   <property name="use_underline">True</property>
  194.                   <property name="active">True</property>
  195.                 </widget>
  196.                   </child>
  197.  
  198.                   <child>
  199.                 <widget class="GtkCheckMenuItem" id="format_alignment">
  200.                   <property name="visible">True</property>
  201.                   <property name="label" translatable="yes">Apply _Alignment</property>
  202.                   <property name="use_underline">True</property>
  203.                   <property name="active">True</property>
  204.                 </widget>
  205.                   </child>
  206.  
  207.                   <child>
  208.                 <widget class="GtkMenuItem" id="separator1">
  209.                   <property name="visible">True</property>
  210.                 </widget>
  211.                   </child>
  212.  
  213.                   <child>
  214.                 <widget class="GtkMenuItem" id="format_edges">
  215.                   <property name="visible">True</property>
  216.                   <property name="label" translatable="yes">Edges</property>
  217.                   <property name="use_underline">True</property>
  218.  
  219.                   <child>
  220.                     <widget class="GtkMenu" id="format_edges_menu">
  221.  
  222.                       <child>
  223.                     <widget class="GtkCheckMenuItem" id="format_edges_left">
  224.                       <property name="visible">True</property>
  225.                       <property name="label" translatable="yes">_Left</property>
  226.                       <property name="use_underline">True</property>
  227.                       <property name="active">True</property>
  228.                     </widget>
  229.                       </child>
  230.  
  231.                       <child>
  232.                     <widget class="GtkCheckMenuItem" id="format_edges_right">
  233.                       <property name="visible">True</property>
  234.                       <property name="label" translatable="yes">_Right</property>
  235.                       <property name="use_underline">True</property>
  236.                       <property name="active">True</property>
  237.                     </widget>
  238.                       </child>
  239.  
  240.                       <child>
  241.                     <widget class="GtkCheckMenuItem" id="format_edges_top">
  242.                       <property name="visible">True</property>
  243.                       <property name="label" translatable="yes">_Top</property>
  244.                       <property name="use_underline">True</property>
  245.                       <property name="active">True</property>
  246.                     </widget>
  247.                       </child>
  248.  
  249.                       <child>
  250.                     <widget class="GtkCheckMenuItem" id="format_edges_bottom">
  251.                       <property name="visible">True</property>
  252.                       <property name="label" translatable="yes">_Bottom</property>
  253.                       <property name="use_underline">True</property>
  254.                       <property name="active">True</property>
  255.                     </widget>
  256.                       </child>
  257.                     </widget>
  258.                   </child>
  259.                 </widget>
  260.                   </child>
  261.  
  262.                   <child>
  263.                 <widget class="GtkMenuItem" id="separator1">
  264.                   <property name="visible">True</property>
  265.                 </widget>
  266.                   </child>
  267.  
  268.                   <child>
  269.                 <widget class="GtkCheckMenuItem" id="format_gridlines">
  270.                   <property name="visible">True</property>
  271.                   <property name="label" translatable="yes">_Show Gridlines</property>
  272.                   <property name="use_underline">True</property>
  273.                   <property name="active">False</property>
  274.                 </widget>
  275.                   </child>
  276.                 </widget>
  277.               </child>
  278.             </widget>
  279.               </child>
  280.             </widget>
  281.             <packing>
  282.               <property name="padding">0</property>
  283.               <property name="expand">False</property>
  284.               <property name="fill">False</property>
  285.             </packing>
  286.           </child>
  287.         </widget>
  288.         <packing>
  289.           <property name="padding">0</property>
  290.           <property name="expand">False</property>
  291.           <property name="fill">True</property>
  292.         </packing>
  293.           </child>
  294.  
  295.           <child>
  296.         <widget class="GtkHBox" id="hbox1">
  297.           <property name="visible">True</property>
  298.           <property name="homogeneous">False</property>
  299.           <property name="spacing">0</property>
  300.  
  301.           <child>
  302.             <widget class="GtkHBox" id="hbox4">
  303.               <property name="visible">True</property>
  304.               <property name="homogeneous">False</property>
  305.               <property name="spacing">4</property>
  306.  
  307.               <child>
  308.             <widget class="GtkAlignment" id="alignment7">
  309.               <property name="visible">True</property>
  310.               <property name="xalign">0</property>
  311.               <property name="yalign">0</property>
  312.               <property name="xscale">0</property>
  313.               <property name="yscale">0</property>
  314.  
  315.               <child>
  316.                 <widget class="GtkTable" id="table5">
  317.                   <property name="visible">True</property>
  318.                   <property name="n_rows">3</property>
  319.                   <property name="n_columns">2</property>
  320.                   <property name="homogeneous">True</property>
  321.                   <property name="row_spacing">4</property>
  322.                   <property name="column_spacing">4</property>
  323.  
  324.                   <child>
  325.                 <widget class="GtkAlignment" id="alignment1">
  326.                   <property name="visible">True</property>
  327.                   <property name="xalign">0.5</property>
  328.                   <property name="yalign">0.5</property>
  329.                   <property name="xscale">0</property>
  330.                   <property name="yscale">0</property>
  331.  
  332.                   <child>
  333.                     <widget class="GtkFrame" id="format_frame1">
  334.                       <property name="visible">True</property>
  335.                       <property name="label_xalign">0</property>
  336.                       <property name="label_yalign">0.5</property>
  337.                       <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
  338.  
  339.                       <child>
  340.                     <placeholder/>
  341.                       </child>
  342.                     </widget>
  343.                   </child>
  344.                 </widget>
  345.                 <packing>
  346.                   <property name="left_attach">0</property>
  347.                   <property name="right_attach">1</property>
  348.                   <property name="top_attach">0</property>
  349.                   <property name="bottom_attach">1</property>
  350.                 </packing>
  351.                   </child>
  352.  
  353.                   <child>
  354.                 <widget class="GtkAlignment" id="alignment2">
  355.                   <property name="visible">True</property>
  356.                   <property name="xalign">0.5</property>
  357.                   <property name="yalign">0.5</property>
  358.                   <property name="xscale">0</property>
  359.                   <property name="yscale">0</property>
  360.  
  361.                   <child>
  362.                     <widget class="GtkFrame" id="format_frame2">
  363.                       <property name="visible">True</property>
  364.                       <property name="label_xalign">0</property>
  365.                       <property name="label_yalign">0.5</property>
  366.                       <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
  367.  
  368.                       <child>
  369.                     <placeholder/>
  370.                       </child>
  371.                     </widget>
  372.                   </child>
  373.                 </widget>
  374.                 <packing>
  375.                   <property name="left_attach">1</property>
  376.                   <property name="right_attach">2</property>
  377.                   <property name="top_attach">0</property>
  378.                   <property name="bottom_attach">1</property>
  379.                   <property name="y_options">fill</property>
  380.                 </packing>
  381.                   </child>
  382.  
  383.                   <child>
  384.                 <widget class="GtkAlignment" id="alignment3">
  385.                   <property name="visible">True</property>
  386.                   <property name="xalign">0.5</property>
  387.                   <property name="yalign">0.5</property>
  388.                   <property name="xscale">0</property>
  389.                   <property name="yscale">0</property>
  390.  
  391.                   <child>
  392.                     <widget class="GtkFrame" id="format_frame3">
  393.                       <property name="visible">True</property>
  394.                       <property name="label_xalign">0</property>
  395.                       <property name="label_yalign">0.5</property>
  396.                       <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
  397.  
  398.                       <child>
  399.                     <placeholder/>
  400.                       </child>
  401.                     </widget>
  402.                   </child>
  403.                 </widget>
  404.                 <packing>
  405.                   <property name="left_attach">0</property>
  406.                   <property name="right_attach">1</property>
  407.                   <property name="top_attach">1</property>
  408.                   <property name="bottom_attach">2</property>
  409.                   <property name="x_options">fill</property>
  410.                 </packing>
  411.                   </child>
  412.  
  413.                   <child>
  414.                 <widget class="GtkAlignment" id="alignment4">
  415.                   <property name="visible">True</property>
  416.                   <property name="xalign">0.5</property>
  417.                   <property name="yalign">0.5</property>
  418.                   <property name="xscale">0</property>
  419.                   <property name="yscale">0</property>
  420.  
  421.                   <child>
  422.                     <widget class="GtkFrame" id="format_frame4">
  423.                       <property name="visible">True</property>
  424.                       <property name="label_xalign">0</property>
  425.                       <property name="label_yalign">0.5</property>
  426.                       <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
  427.  
  428.                       <child>
  429.                     <placeholder/>
  430.                       </child>
  431.                     </widget>
  432.                   </child>
  433.                 </widget>
  434.                 <packing>
  435.                   <property name="left_attach">1</property>
  436.                   <property name="right_attach">2</property>
  437.                   <property name="top_attach">1</property>
  438.                   <property name="bottom_attach">2</property>
  439.                   <property name="x_options">fill</property>
  440.                   <property name="y_options">fill</property>
  441.                 </packing>
  442.                   </child>
  443.  
  444.                   <child>
  445.                 <widget class="GtkAlignment" id="alignment5">
  446.                   <property name="visible">True</property>
  447.                   <property name="xalign">0.5</property>
  448.                   <property name="yalign">0.5</property>
  449.                   <property name="xscale">0</property>
  450.                   <property name="yscale">0</property>
  451.  
  452.                   <child>
  453.                     <widget class="GtkFrame" id="format_frame5">
  454.                       <property name="visible">True</property>
  455.                       <property name="label_xalign">0</property>
  456.                       <property name="label_yalign">0.5</property>
  457.                       <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
  458.  
  459.                       <child>
  460.                     <placeholder/>
  461.                       </child>
  462.                     </widget>
  463.                   </child>
  464.                 </widget>
  465.                 <packing>
  466.                   <property name="left_attach">0</property>
  467.                   <property name="right_attach">1</property>
  468.                   <property name="top_attach">2</property>
  469.                   <property name="bottom_attach">3</property>
  470.                   <property name="x_options">fill</property>
  471.                 </packing>
  472.                   </child>
  473.  
  474.                   <child>
  475.                 <widget class="GtkAlignment" id="alignment6">
  476.                   <property name="visible">True</property>
  477.                   <property name="xalign">0.5</property>
  478.                   <property name="yalign">0.5</property>
  479.                   <property name="xscale">0</property>
  480.                   <property name="yscale">0</property>
  481.  
  482.                   <child>
  483.                     <widget class="GtkFrame" id="format_frame6">
  484.                       <property name="visible">True</property>
  485.                       <property name="label_xalign">0</property>
  486.                       <property name="label_yalign">0.5</property>
  487.                       <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
  488.  
  489.                       <child>
  490.                     <placeholder/>
  491.                       </child>
  492.                     </widget>
  493.                   </child>
  494.                 </widget>
  495.                 <packing>
  496.                   <property name="left_attach">1</property>
  497.                   <property name="right_attach">2</property>
  498.                   <property name="top_attach">2</property>
  499.                   <property name="bottom_attach">3</property>
  500.                   <property name="x_options">fill</property>
  501.                   <property name="y_options">fill</property>
  502.                 </packing>
  503.                   </child>
  504.                 </widget>
  505.               </child>
  506.             </widget>
  507.             <packing>
  508.               <property name="padding">0</property>
  509.               <property name="expand">True</property>
  510.               <property name="fill">True</property>
  511.             </packing>
  512.               </child>
  513.  
  514.               <child>
  515.             <widget class="GtkVScrollbar" id="format_scroll">
  516.               <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
  517.               <property name="inverted">False</property>
  518.               <property name="adjustment">0 0 0 0 0 0</property>
  519.             </widget>
  520.             <packing>
  521.               <property name="padding">0</property>
  522.               <property name="expand">False</property>
  523.               <property name="fill">True</property>
  524.             </packing>
  525.               </child>
  526.             </widget>
  527.             <packing>
  528.               <property name="padding">0</property>
  529.               <property name="expand">True</property>
  530.               <property name="fill">True</property>
  531.             </packing>
  532.           </child>
  533.         </widget>
  534.         <packing>
  535.           <property name="padding">0</property>
  536.           <property name="expand">True</property>
  537.           <property name="fill">True</property>
  538.         </packing>
  539.           </child>
  540.  
  541.           <child>
  542.         <widget class="GtkHButtonBox" id="hbuttonbox1">
  543.           <property name="visible">True</property>
  544.           <property name="layout_style">GTK_BUTTONBOX_END</property>
  545.           <property name="spacing">30</property>
  546.         </widget>
  547.         <packing>
  548.           <property name="padding">0</property>
  549.           <property name="expand">True</property>
  550.           <property name="fill">True</property>
  551.         </packing>
  552.           </child>
  553.         </widget>
  554.         <packing>
  555.           <property name="tab_expand">False</property>
  556.           <property name="tab_fill">True</property>
  557.         </packing>
  558.       </child>
  559.  
  560.       <child>
  561.         <widget class="GtkLabel" id="label9">
  562.           <property name="visible">True</property>
  563.           <property name="label" translatable="yes">Preview</property>
  564.           <property name="use_underline">False</property>
  565.           <property name="use_markup">False</property>
  566.           <property name="justify">GTK_JUSTIFY_CENTER</property>
  567.           <property name="wrap">False</property>
  568.           <property name="selectable">False</property>
  569.           <property name="xalign">0.5</property>
  570.           <property name="yalign">0.5</property>
  571.           <property name="xpad">0</property>
  572.           <property name="ypad">0</property>
  573.         </widget>
  574.         <packing>
  575.           <property name="type">tab</property>
  576.         </packing>
  577.       </child>
  578.  
  579.       <child>
  580.         <widget class="GtkTable" id="table4">
  581.           <property name="border_width">4</property>
  582.           <property name="visible">True</property>
  583.           <property name="n_rows">4</property>
  584.           <property name="n_columns">2</property>
  585.           <property name="homogeneous">False</property>
  586.           <property name="row_spacing">4</property>
  587.           <property name="column_spacing">4</property>
  588.  
  589.           <child>
  590.         <widget class="GtkScrolledWindow" id="scrolledwindow14">
  591.           <property name="visible">True</property>
  592.           <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
  593.           <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  594.           <property name="shadow_type">GTK_SHADOW_IN</property>
  595.           <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
  596.  
  597.           <child>
  598.             <widget class="GtkTextView" id="format_info_descr">
  599.               <property name="visible">True</property>
  600.               <property name="tooltip" translatable="yes">A short description of the template</property>
  601.               <property name="editable">False</property>
  602.               <property name="justification">GTK_JUSTIFY_LEFT</property>
  603.               <property name="wrap_mode">GTK_WRAP_WORD</property>
  604.               <property name="cursor_visible">True</property>
  605.               <property name="pixels_above_lines">0</property>
  606.               <property name="pixels_below_lines">0</property>
  607.               <property name="pixels_inside_wrap">0</property>
  608.               <property name="left_margin">0</property>
  609.               <property name="right_margin">0</property>
  610.               <property name="indent">0</property>
  611.               <property name="text" translatable="yes"></property>
  612.               <accessibility>
  613.             <atkrelation target="label12" type="labelled-by"/>
  614.               </accessibility>
  615.             </widget>
  616.           </child>
  617.         </widget>
  618.         <packing>
  619.           <property name="left_attach">1</property>
  620.           <property name="right_attach">2</property>
  621.           <property name="top_attach">3</property>
  622.           <property name="bottom_attach">4</property>
  623.           <property name="x_options">expand|shrink|fill</property>
  624.           <property name="y_options">expand|shrink|fill</property>
  625.         </packing>
  626.           </child>
  627.  
  628.           <child>
  629.         <widget class="GtkEntry" id="format_info_cat">
  630.           <property name="visible">True</property>
  631.           <property name="tooltip" translatable="yes">The category this template belongs to</property>
  632.           <property name="editable">False</property>
  633.           <property name="visibility">True</property>
  634.           <property name="max_length">0</property>
  635.           <property name="text" translatable="yes"></property>
  636.           <property name="has_frame">True</property>
  637.           <property name="invisible_char" translatable="yes">*</property>
  638.           <property name="activates_default">False</property>
  639.           <accessibility>
  640.             <atkrelation target="label11" type="labelled-by"/>
  641.           </accessibility>
  642.         </widget>
  643.         <packing>
  644.           <property name="left_attach">1</property>
  645.           <property name="right_attach">2</property>
  646.           <property name="top_attach">2</property>
  647.           <property name="bottom_attach">3</property>
  648.           <property name="y_options"></property>
  649.         </packing>
  650.           </child>
  651.  
  652.           <child>
  653.         <widget class="GtkEntry" id="format_info_author">
  654.           <property name="visible">True</property>
  655.           <property name="tooltip" translatable="yes">The group/individual that made the template</property>
  656.           <property name="editable">False</property>
  657.           <property name="visibility">True</property>
  658.           <property name="max_length">0</property>
  659.           <property name="text" translatable="yes"></property>
  660.           <property name="has_frame">True</property>
  661.           <property name="invisible_char" translatable="yes">*</property>
  662.           <property name="activates_default">False</property>
  663.           <accessibility>
  664.             <atkrelation target="label10" type="labelled-by"/>
  665.           </accessibility>
  666.         </widget>
  667.         <packing>
  668.           <property name="left_attach">1</property>
  669.           <property name="right_attach">2</property>
  670.           <property name="top_attach">1</property>
  671.           <property name="bottom_attach">2</property>
  672.           <property name="y_options"></property>
  673.         </packing>
  674.           </child>
  675.  
  676.           <child>
  677.         <widget class="GtkEntry" id="format_info_name">
  678.           <property name="visible">True</property>
  679.           <property name="tooltip" translatable="yes">Name of template</property>
  680.           <property name="editable">False</property>
  681.           <property name="visibility">True</property>
  682.           <property name="max_length">0</property>
  683.           <property name="text" translatable="yes"></property>
  684.           <property name="has_frame">True</property>
  685.           <property name="invisible_char" translatable="yes">*</property>
  686.           <property name="activates_default">False</property>
  687.           <accessibility>
  688.             <atkrelation target="label9" type="labelled-by"/>
  689.           </accessibility>
  690.         </widget>
  691.         <packing>
  692.           <property name="left_attach">1</property>
  693.           <property name="right_attach">2</property>
  694.           <property name="top_attach">0</property>
  695.           <property name="bottom_attach">1</property>
  696.           <property name="x_options">expand|shrink|fill</property>
  697.           <property name="y_options"></property>
  698.         </packing>
  699.           </child>
  700.  
  701.           <child>
  702.         <widget class="GtkLabel" id="label9">
  703.           <property name="visible">True</property>
  704.           <property name="label" translatable="yes">Name:</property>
  705.           <property name="use_underline">False</property>
  706.           <property name="use_markup">False</property>
  707.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  708.           <property name="wrap">False</property>
  709.           <property name="selectable">False</property>
  710.           <property name="xalign">0</property>
  711.           <property name="yalign">0.5</property>
  712.           <property name="xpad">0</property>
  713.           <property name="ypad">0</property>
  714.           <accessibility>
  715.             <atkrelation target="format_info_name" type="label-for"/>
  716.           </accessibility>
  717.         </widget>
  718.         <packing>
  719.           <property name="left_attach">0</property>
  720.           <property name="right_attach">1</property>
  721.           <property name="top_attach">0</property>
  722.           <property name="bottom_attach">1</property>
  723.           <property name="x_options">fill</property>
  724.           <property name="y_options"></property>
  725.         </packing>
  726.           </child>
  727.  
  728.           <child>
  729.         <widget class="GtkLabel" id="label10">
  730.           <property name="visible">True</property>
  731.           <property name="label" translatable="yes">Author:</property>
  732.           <property name="use_underline">False</property>
  733.           <property name="use_markup">False</property>
  734.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  735.           <property name="wrap">False</property>
  736.           <property name="selectable">False</property>
  737.           <property name="xalign">0</property>
  738.           <property name="yalign">0.5</property>
  739.           <property name="xpad">0</property>
  740.           <property name="ypad">0</property>
  741.           <accessibility>
  742.             <atkrelation target="format_info_author" type="label-for"/>
  743.           </accessibility>
  744.         </widget>
  745.         <packing>
  746.           <property name="left_attach">0</property>
  747.           <property name="right_attach">1</property>
  748.           <property name="top_attach">1</property>
  749.           <property name="bottom_attach">2</property>
  750.           <property name="x_options">fill</property>
  751.           <property name="y_options"></property>
  752.         </packing>
  753.           </child>
  754.  
  755.           <child>
  756.         <widget class="GtkLabel" id="label11">
  757.           <property name="visible">True</property>
  758.           <property name="label" translatable="yes">Category:</property>
  759.           <property name="use_underline">False</property>
  760.           <property name="use_markup">False</property>
  761.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  762.           <property name="wrap">False</property>
  763.           <property name="selectable">False</property>
  764.           <property name="xalign">0</property>
  765.           <property name="yalign">0.5</property>
  766.           <property name="xpad">0</property>
  767.           <property name="ypad">0</property>
  768.           <accessibility>
  769.             <atkrelation target="format_info_cat" type="label-for"/>
  770.           </accessibility>
  771.         </widget>
  772.         <packing>
  773.           <property name="left_attach">0</property>
  774.           <property name="right_attach">1</property>
  775.           <property name="top_attach">2</property>
  776.           <property name="bottom_attach">3</property>
  777.           <property name="x_options">fill</property>
  778.           <property name="y_options"></property>
  779.         </packing>
  780.           </child>
  781.  
  782.           <child>
  783.         <widget class="GtkLabel" id="label12">
  784.           <property name="visible">True</property>
  785.           <property name="label" translatable="yes">Description:</property>
  786.           <property name="use_underline">False</property>
  787.           <property name="use_markup">False</property>
  788.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  789.           <property name="wrap">False</property>
  790.           <property name="selectable">False</property>
  791.           <property name="xalign">0</property>
  792.           <property name="yalign">0.1</property>
  793.           <property name="xpad">0</property>
  794.           <property name="ypad">0</property>
  795.           <accessibility>
  796.             <atkrelation target="format_info_descr" type="label-for"/>
  797.           </accessibility>
  798.         </widget>
  799.         <packing>
  800.           <property name="left_attach">0</property>
  801.           <property name="right_attach">1</property>
  802.           <property name="top_attach">3</property>
  803.           <property name="bottom_attach">4</property>
  804.           <property name="x_options">fill</property>
  805.           <property name="y_options">fill</property>
  806.         </packing>
  807.           </child>
  808.         </widget>
  809.         <packing>
  810.           <property name="tab_expand">False</property>
  811.           <property name="tab_fill">True</property>
  812.         </packing>
  813.       </child>
  814.  
  815.       <child>
  816.         <widget class="GtkLabel" id="label10">
  817.           <property name="visible">True</property>
  818.           <property name="label" translatable="yes">Template Details</property>
  819.           <property name="use_underline">False</property>
  820.           <property name="use_markup">False</property>
  821.           <property name="justify">GTK_JUSTIFY_CENTER</property>
  822.           <property name="wrap">False</property>
  823.           <property name="selectable">False</property>
  824.           <property name="xalign">0.5</property>
  825.           <property name="yalign">0.5</property>
  826.           <property name="xpad">0</property>
  827.           <property name="ypad">0</property>
  828.         </widget>
  829.         <packing>
  830.           <property name="type">tab</property>
  831.         </packing>
  832.       </child>
  833.     </widget>
  834.     <packing>
  835.       <property name="padding">0</property>
  836.       <property name="expand">True</property>
  837.       <property name="fill">True</property>
  838.     </packing>
  839.       </child>
  840.     </widget>
  841.   </child>
  842. </widget>
  843.  
  844. </glade-interface>
  845.