[turbine] Add tooltips to buttons in toolbar



commit 3bb3566709a7e97b81308ebdd1954ff07d6c7f63
Author: Michael Wood <michael g wood linux intel com>
Date:   Wed Aug 29 15:07:17 2012 +0100

    Add tooltips to buttons in toolbar

 src/turbine/turbine.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/turbine/turbine.xml b/src/turbine/turbine.xml
index 58a62d6..362ad57 100644
--- a/src/turbine/turbine.xml
+++ b/src/turbine/turbine.xml
@@ -27,6 +27,7 @@
                 <property name="visible">True</property>
                 <property name="use_underline">True</property>
                 <property name="stock_id">gtk-new</property>
+                <property name="tooltip_text">New object definition</property>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -40,6 +41,7 @@
                 <property name="is_important">True</property>
                 <property name="use_underline">True</property>
                 <property name="stock_id">gtk-save-as</property>
+                <property name="tooltip_text">Save object definition</property>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -63,6 +65,7 @@
                 <property name="visible">True</property>
                 <property name="use_underline">True</property>
                 <property name="stock_id">gtk-about</property>
+                <property name="tooltip_text">About Turbine</property>
               </object>
               <packing>
                 <property name="expand">False</property>



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