[longomatch] Add tooltips to the playlist widget



commit 6d91d0b4a5652d7d1545991b4704a3ca950725a0
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Apr 5 20:30:19 2010 +0200

    Add tooltips to the playlist widget

 .../LongoMatch.Gui.Component.PlayListWidget.cs     |    5 +++++
 LongoMatch/gtk-gui/gui.stetic                      |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
index 22d9cf2..908cbf1 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
@@ -87,6 +87,7 @@ namespace LongoMatch.Gui.Component {
             this.hbox2.Spacing = 6;
             // Container child hbox2.Gtk.Box+BoxChild
             this.newbutton = new Gtk.Button();
+            this.newbutton.TooltipMarkup = "Create a new playlist";
             this.newbutton.CanFocus = true;
             this.newbutton.Name = "newbutton";
             this.newbutton.UseUnderline = true;
@@ -109,6 +110,7 @@ namespace LongoMatch.Gui.Component {
             w15.Position = 0;
             // Container child hbox2.Gtk.Box+BoxChild
             this.openbutton = new Gtk.Button();
+            this.openbutton.TooltipMarkup = "Open a playlist";
             this.openbutton.CanFocus = true;
             this.openbutton.Name = "openbutton";
             this.openbutton.UseUnderline = true;
@@ -131,6 +133,7 @@ namespace LongoMatch.Gui.Component {
             w24.Position = 1;
             // Container child hbox2.Gtk.Box+BoxChild
             this.savebutton = new Gtk.Button();
+            this.savebutton.TooltipMarkup = "Save the playlist";
             this.savebutton.CanFocus = true;
             this.savebutton.Name = "savebutton";
             this.savebutton.UseUnderline = true;
@@ -153,6 +156,7 @@ namespace LongoMatch.Gui.Component {
             w33.Position = 2;
             // Container child hbox2.Gtk.Box+BoxChild
             this.newvideobutton = new Gtk.Button();
+            this.newvideobutton.TooltipMarkup = "Export the playlist to new video file";
             this.newvideobutton.CanFocus = true;
             this.newvideobutton.Name = "newvideobutton";
             this.newvideobutton.UseUnderline = true;
@@ -175,6 +179,7 @@ namespace LongoMatch.Gui.Component {
             w42.Position = 3;
             // Container child hbox2.Gtk.Box+BoxChild
             this.closebutton = new Gtk.Button();
+            this.closebutton.TooltipMarkup = "Cancel rendering";
             this.closebutton.CanFocus = true;
             this.closebutton.Name = "closebutton";
             this.closebutton.UseUnderline = true;
diff --git a/LongoMatch/gtk-gui/gui.stetic b/LongoMatch/gtk-gui/gui.stetic
index ffa4a9c..6edaf62 100644
--- a/LongoMatch/gtk-gui/gui.stetic
+++ b/LongoMatch/gtk-gui/gui.stetic
@@ -2326,6 +2326,7 @@ new one.</property>
             <child>
               <widget class="Gtk.Button" id="newbutton">
                 <property name="MemberName" />
+                <property name="Tooltip" translatable="yes">Create a new playlist</property>
                 <property name="CanFocus">True</property>
                 <property name="Type">TextAndIcon</property>
                 <property name="Icon">stock:gtk-new Button</property>
@@ -2341,6 +2342,7 @@ new one.</property>
             <child>
               <widget class="Gtk.Button" id="openbutton">
                 <property name="MemberName" />
+                <property name="Tooltip" translatable="yes">Open a playlist</property>
                 <property name="CanFocus">True</property>
                 <property name="Type">TextAndIcon</property>
                 <property name="Icon">stock:gtk-open Button</property>
@@ -2356,6 +2358,7 @@ new one.</property>
             <child>
               <widget class="Gtk.Button" id="savebutton">
                 <property name="MemberName" />
+                <property name="Tooltip" translatable="yes">Save the playlist</property>
                 <property name="CanFocus">True</property>
                 <property name="Type">TextAndIcon</property>
                 <property name="Icon">stock:gtk-save Button</property>
@@ -2371,6 +2374,7 @@ new one.</property>
             <child>
               <widget class="Gtk.Button" id="newvideobutton">
                 <property name="MemberName" />
+                <property name="Tooltip" translatable="yes">Export the playlist to new video file</property>
                 <property name="CanFocus">True</property>
                 <property name="Type">TextAndIcon</property>
                 <property name="Icon">stock:gtk-media-record Button</property>
@@ -2387,6 +2391,7 @@ new one.</property>
               <widget class="Gtk.Button" id="closebutton">
                 <property name="MemberName" />
                 <property name="Visible">False</property>
+                <property name="Tooltip" translatable="yes">Cancel rendering</property>
                 <property name="CanFocus">True</property>
                 <property name="Type">TextAndIcon</property>
                 <property name="Icon">stock:gtk-close Button</property>



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