home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gnome-applets / builder / prefs-dialog.ui < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-23  |  8.1 KB  |  167 lines

  1. <?xml version="1.0"?>
  2. <!--*- mode: xml -*-->
  3. <interface>
  4.   <object class="GtkDialog" id="preferences">
  5.     <property name="border_width">5</property>
  6.     <property name="title" translatable="yes">Invest Preferences</property>
  7.     <property name="modal">True</property>
  8.     <property name="window_position">GTK_WIN_POS_CENTER</property>
  9.     <property name="default_height">450</property>
  10.     <property name="destroy_with_parent">True</property>
  11.     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
  12.     <property name="has_separator">False</property>
  13.     <signal handler="prefs_dialog_response_cb" name="response"/>
  14.     <child internal-child="vbox">
  15.       <object class="GtkVBox" id="dialog-vbox2">
  16.         <property name="visible">True</property>
  17.         <property name="spacing">2</property>
  18.         <child>
  19.           <object class="GtkVBox" id="big_box">
  20.             <property name="visible">True</property>
  21.             <property name="border_width">5</property>
  22.             <property name="spacing">18</property>
  23.             <child>
  24.               <object class="GtkVBox" id="loaded_extensions_box">
  25.                 <property name="visible">True</property>
  26.                 <child>
  27.                   <object class="GtkLabel" id="explanation">
  28.                     <property name="visible">True</property>
  29.                     <property name="label" translatable="yes">label</property>
  30.                     <property name="use_markup">True</property>
  31.                     <property name="justify">GTK_JUSTIFY_CENTER</property>
  32.                   </object>
  33.                   <packing>
  34.                     <property name="expand">False</property>
  35.                     <property name="fill">False</property>
  36.                     <property name="padding">12</property>
  37.                   </packing>
  38.                 </child>
  39.                 <child>
  40.                   <object class="GtkLabel" id="stocklabel">
  41.                     <property name="visible">True</property>
  42.                     <property name="xalign">0</property>
  43.                     <property name="label" translatable="yes"><b>Stocks</b></property>
  44.                     <property name="use_markup">True</property>
  45.                     <property name="use_underline">True</property>
  46.                     <property name="justify">GTK_JUSTIFY_CENTER</property>
  47.                   </object>
  48.                   <packing>
  49.                     <property name="expand">False</property>
  50.                     <property name="fill">False</property>
  51.                     <property name="position">1</property>
  52.                   </packing>
  53.                 </child>
  54.                 <child>
  55.                   <object class="GtkAlignment" id="alignment16">
  56.                     <property name="visible">True</property>
  57.                     <property name="left_padding">18</property>
  58.                     <child>
  59.                       <object class="GtkVBox" id="vbox156">
  60.                         <property name="visible">True</property>
  61.                         <property name="spacing">6</property>
  62.                         <child>
  63.                           <object class="GtkScrolledWindow" id="handlers">
  64.                             <property name="visible">True</property>
  65.                             <property name="can_focus">True</property>
  66.                             <property name="has_focus">True</property>
  67.                             <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
  68.                             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  69.                             <property name="shadow_type">GTK_SHADOW_IN</property>
  70.                             <child>
  71.                               <object class="GtkTreeView" id="stocks">
  72.                                 <property name="visible">True</property>
  73.                                 <property name="can_focus">True</property>
  74.                                 <property name="reorderable">True</property>
  75.                                 <property name="rules_hint">True</property>
  76.                               </object>
  77.                             </child>
  78.                           </object>
  79.                         </child>
  80.                         <child>
  81.                           <object class="GtkHBox" id="hbox1">
  82.                             <property name="visible">True</property>
  83.                             <property name="spacing">6</property>
  84.                             <property name="homogeneous">True</property>
  85.                             <child>
  86.                               <object class="GtkButton" id="add">
  87.                                 <property name="visible">True</property>
  88.                                 <property name="can_focus">True</property>
  89.                                 <property name="label">gtk-add</property>
  90.                                 <property name="use_stock">True</property>
  91.                               </object>
  92.                             </child>
  93.                             <child>
  94.                               <object class="GtkButton" id="remove">
  95.                                 <property name="visible">True</property>
  96.                                 <property name="can_focus">True</property>
  97.                                 <property name="label">gtk-remove</property>
  98.                                 <property name="use_stock">True</property>
  99.                               </object>
  100.                               <packing>
  101.                                 <property name="position">1</property>
  102.                               </packing>
  103.                             </child>
  104.                           </object>
  105.                           <packing>
  106.                             <property name="expand">False</property>
  107.                             <property name="position">1</property>
  108.                           </packing>
  109.                         </child>
  110.                         <child>
  111.                           <object class="GtkLabel" id="default_info">
  112.                             <property name="visible">True</property>
  113.                             <property name="xalign">0</property>
  114.                             <property name="label" translatable="yes"><i><small><b>Note:</b> Quotes are delayed at least 15 minutes.
  115. <b>Source: </b> Yahoo!</small></i></property>
  116.                             <property name="use_markup">True</property>
  117.                           </object>
  118.                           <packing>
  119.                             <property name="expand">False</property>
  120.                             <property name="fill">False</property>
  121.                             <property name="position">2</property>
  122.                           </packing>
  123.                         </child>
  124.                       </object>
  125.                     </child>
  126.                   </object>
  127.                   <packing>
  128.                     <property name="position">2</property>
  129.                   </packing>
  130.                 </child>
  131.               </object>
  132.               <packing>
  133.                 <property name="padding">6</property>
  134.               </packing>
  135.             </child>
  136.           </object>
  137.           <packing>
  138.             <property name="position">1</property>
  139.           </packing>
  140.         </child>
  141.         <child internal-child="action_area">
  142.           <object class="GtkHButtonBox" id="dialog-action_area2">
  143.             <property name="visible">True</property>
  144.             <property name="layout_style">GTK_BUTTONBOX_END</property>
  145.             <child>
  146.               <object class="GtkButton" id="close">
  147.                 <property name="visible">True</property>
  148.                 <property name="can_focus">True</property>
  149.                 <property name="can_default">True</property>
  150.                 <property name="label">gtk-close</property>
  151.                 <property name="use_stock">True</property>
  152.               </object>
  153.             </child>
  154.           </object>
  155.           <packing>
  156.             <property name="expand">False</property>
  157.             <property name="pack_type">GTK_PACK_END</property>
  158.           </packing>
  159.         </child>
  160.       </object>
  161.     </child>
  162.     <action-widgets>
  163.       <action-widget response="-7">close</action-widget>
  164.     </action-widgets>
  165.   </object>
  166. </interface>
  167.