[longomatch] Add tooltips to the projects manager
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Add tooltips to the projects manager
- Date: Tue, 6 Apr 2010 00:28:11 +0000 (UTC)
commit ef8390f92f564e73f43d229a098ae73728af3fd8
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Apr 5 20:34:07 2010 +0200
Add tooltips to the projects manager
.../LongoMatch.Gui.Dialog.ProjectsManager.cs | 3 +++
LongoMatch/gtk-gui/gui.stetic | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs
index 5f8133a..d98db10 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs
@@ -110,6 +110,7 @@ namespace LongoMatch.Gui.Dialog {
w5.Position = 0;
// Container child vbox2.Gtk.Box+BoxChild
this.saveButton = new Gtk.Button();
+ this.saveButton.TooltipMarkup = "Save the selected project";
this.saveButton.Sensitive = false;
this.saveButton.CanFocus = true;
this.saveButton.Name = "saveButton";
@@ -123,6 +124,7 @@ namespace LongoMatch.Gui.Dialog {
w6.Fill = false;
// Container child vbox2.Gtk.Box+BoxChild
this.deleteButton = new Gtk.Button();
+ this.deleteButton.TooltipMarkup = "Delete the selected project";
this.deleteButton.Sensitive = false;
this.deleteButton.CanFocus = true;
this.deleteButton.Name = "deleteButton";
@@ -136,6 +138,7 @@ namespace LongoMatch.Gui.Dialog {
w7.Fill = false;
// Container child vbox2.Gtk.Box+BoxChild
this.exportbutton = new Gtk.Button();
+ this.exportbutton.TooltipMarkup = "Export the selected project to a file";
this.exportbutton.Sensitive = false;
this.exportbutton.CanFocus = true;
this.exportbutton.Name = "exportbutton";
diff --git a/LongoMatch/gtk-gui/gui.stetic b/LongoMatch/gtk-gui/gui.stetic
index 6edaf62..b6535a5 100644
--- a/LongoMatch/gtk-gui/gui.stetic
+++ b/LongoMatch/gtk-gui/gui.stetic
@@ -1010,6 +1010,7 @@
<widget class="Gtk.Button" id="saveButton">
<property name="MemberName" />
<property name="Sensitive">False</property>
+ <property name="Tooltip" translatable="yes">Save the selected project</property>
<property name="CanFocus">True</property>
<property name="UseStock">True</property>
<property name="Type">StockItem</property>
@@ -1028,6 +1029,7 @@
<widget class="Gtk.Button" id="deleteButton">
<property name="MemberName" />
<property name="Sensitive">False</property>
+ <property name="Tooltip" translatable="yes">Delete the selected project</property>
<property name="CanFocus">True</property>
<property name="UseStock">True</property>
<property name="Type">StockItem</property>
@@ -1046,6 +1048,7 @@
<widget class="Gtk.Button" id="exportbutton">
<property name="MemberName" />
<property name="Sensitive">False</property>
+ <property name="Tooltip" translatable="yes">Export the selected project to a file</property>
<property name="CanFocus">True</property>
<property name="Type">TextAndIcon</property>
<property name="Icon">stock:stock_export Menu</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]