[gtranslator] A few final touches to GtrWindow GtkBuilder



commit 21edaeab82dde692cb4828c3151c33e5ba0d658b
Author: Seán de Búrca <leftmostcat gmail com>
Date:   Thu Sep 5 02:31:15 2013 -0600

    A few final touches to GtrWindow GtkBuilder
    
    Because of the complexity of porting the menubar, this won't be fully
    ported yet, but the .ui will sit in the repo until it is.

 src/gtr-window.ui |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/gtr-window.ui b/src/gtr-window.ui
index 1be8176..d47a931 100644
--- a/src/gtr-window.ui
+++ b/src/gtr-window.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.15.3 on Wed Sep  4 19:13:46 2013 -->
+<!-- Generated with glade 3.15.3 on Thu Sep  5 02:04:42 2013 -->
 <interface>
   <!-- interface-requires gtk+ 3.10 -->
   <object class="GtkImage" id="image1">
@@ -48,15 +48,15 @@
     <property name="can_focus">False</property>
     <property name="stock">gtk-close</property>
   </object>
-  <object class="GtkWindow" id="GtrWindow">
+  <template class="GtrWindow" parent="GtkWindow">
     <property name="can_focus">False</property>
     <child>
-      <object class="GtkBox" id="vbox">
+      <object class="GtkBox" id="main_box">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
         <child>
-          <object class="GtkMenuBar" id="menubar1">
+          <object class="GtkMenuBar" id="menubar">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <child>
@@ -549,7 +549,7 @@
           </packing>
         </child>
         <child>
-          <object class="GtkToolbar" id="toolbar1">
+          <object class="GtkToolbar" id="toolbar">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <child>
@@ -689,5 +689,5 @@
         </child>
       </object>
     </child>
-  </object>
+  </template>
 </interface>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]