Advertisement
Guest User

gui.glade

a guest
Aug 19th, 2016
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.38 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.20.0 -->
  3. <interface>
  4.   <requires lib="gtk+" version="3.20"/>
  5.   <object class="GtkWindow" id="window">
  6.     <property name="can_focus">False</property>
  7.     <child>
  8.       <object class="GtkInfoBar" id="infoBar">
  9.         <property name="visible">True</property>
  10.         <property name="app_paintable">True</property>
  11.         <property name="can_focus">False</property>
  12.         <property name="show_close_button">True</property>
  13.         <child internal-child="action_area">
  14.           <object class="GtkButtonBox">
  15.             <property name="can_focus">False</property>
  16.             <property name="spacing">6</property>
  17.             <property name="layout_style">end</property>
  18.             <child>
  19.               <placeholder/>
  20.             </child>
  21.             <child>
  22.               <object class="GtkLabel">
  23.                 <property name="visible">True</property>
  24.                 <property name="can_focus">False</property>
  25.                 <property name="label" translatable="yes">label</property>
  26.               </object>
  27.               <packing>
  28.                 <property name="expand">True</property>
  29.                 <property name="fill">True</property>
  30.                 <property name="position">1</property>
  31.               </packing>
  32.             </child>
  33.             <child>
  34.               <placeholder/>
  35.             </child>
  36.           </object>
  37.           <packing>
  38.             <property name="expand">False</property>
  39.             <property name="fill">False</property>
  40.             <property name="position">0</property>
  41.           </packing>
  42.         </child>
  43.         <child internal-child="content_area">
  44.           <object class="GtkBox">
  45.             <property name="can_focus">False</property>
  46.             <property name="spacing">16</property>
  47.             <child>
  48.               <placeholder/>
  49.             </child>
  50.             <child>
  51.               <placeholder/>
  52.             </child>
  53.             <child>
  54.               <placeholder/>
  55.             </child>
  56.           </object>
  57.           <packing>
  58.             <property name="expand">False</property>
  59.             <property name="fill">False</property>
  60.             <property name="position">0</property>
  61.           </packing>
  62.         </child>
  63.         <child>
  64.           <placeholder/>
  65.         </child>
  66.       </object>
  67.     </child>
  68.   </object>
  69. </interface>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement