eagleoneraptor

instruction-frame

Sep 1st, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.87 KB | None | 0 0
  1. <child>
  2.       <object class="GtkFrame" id="instruction-frame">
  3.         <property name="visible">True</property>
  4.         <property name="can_focus">False</property>
  5.         <property name="margin_top">10</property>
  6.         <property name="shadow_type">in</property>
  7.         <child>
  8.           <object class="GtkStack" id="instruction-stack">
  9.             <property name="visible">True</property>
  10.             <property name="can_focus">False</property>
  11.             <style>
  12.               <class name="maps-stack"/>
  13.             </style>
  14.             <child>
  15.               <object class="GtkScrolledWindow" id="instruction-list-scrolled">
  16.                 <property name="name">instruction-list-scrolled</property>
  17.                 <property name="visible">True</property>
  18.                 <property name="can_focus">False</property>
  19.                 <property name="valign">fill</property>
  20.                 <property name="vexpand">True</property>
  21.                 <property name="margin">1</property>
  22.                 <property name="hscrollbar_policy">never</property>
  23.                 <child>
  24.                   <object class="GtkListBox" id="instruction-list">
  25.                     <property name="name">instruction-list</property>
  26.                     <property name="visible">True</property>
  27.                     <property name="can_focus">False</property>
  28.                     <property name="valign">fill</property>
  29.                   </object>
  30.                 </child>
  31.               </object>
  32.             </child>
  33.             <child>
  34.               <object class="GtkSpinner" id="instruction-spinner">
  35.                 <property name="visible">True</property>
  36.                 <property name="can_focus">False</property>
  37.                 <property name="active">True</property>
  38.               </object>
  39.             </child>
  40.           </object>
  41.         </child>
  42.       </object>
  43.     </child>
Advertisement
Add Comment
Please, Sign In to add comment