Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-tweak.git;a=commitdiff;h=47c9afbcb0fed2e3082d776a3a2a85ab1d9e78d9

commit 47c9afbcb0fed2e3082d776a3a2a85ab1d9e78d9
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Fri Nov 12 22:54:24 2010 +0100

*added tooltip

diff --git a/frugal-mono-tools/gtk-gui/frugalmonotools.WID_Users.cs 
b/frugal-mono-tools/gtk-gui/frugalmonotools.WID_Users.cs
index 0b2e651..de56ca8 100644
--- a/frugal-mono-tools/gtk-gui/frugalmonotools.WID_Users.cs
+++ b/frugal-mono-tools/gtk-gui/frugalmonotools.WID_Users.cs
@@ -99,6 +99,7 @@ namespace frugalmonotools
this.hbox1.Spacing = 6;
// Container child hbox1.Gtk.Box+BoxChild
this.SAI_Name = new global::Gtk.Entry ();
+                       this.SAI_Name.TooltipMarkup = "Name";
this.SAI_Name.CanFocus = true;
this.SAI_Name.Name = "SAI_Name";
this.SAI_Name.IsEditable = true;
@@ -108,6 +109,7 @@ namespace frugalmonotools
w5.Position = 0;
// Container child hbox1.Gtk.Box+BoxChild
this.SAI_Comment = new global::Gtk.Entry ();
+                       this.SAI_Comment.TooltipMarkup = "Comment";
this.SAI_Comment.CanFocus = true;
this.SAI_Comment.Name = "SAI_Comment";
this.SAI_Comment.IsEditable = true;
@@ -126,6 +128,7 @@ namespace frugalmonotools
this.hbox4.Spacing = 6;
// Container child hbox4.Gtk.Box+BoxChild
this.SAI_Shell = new global::Gtk.Entry ();
+                       this.SAI_Shell.TooltipMarkup = "Shell";
this.SAI_Shell.CanFocus = true;
this.SAI_Shell.Name = "SAI_Shell";
this.SAI_Shell.IsEditable = true;
@@ -135,6 +138,7 @@ namespace frugalmonotools
w8.Position = 0;
// Container child hbox4.Gtk.Box+BoxChild
this.SAI_Home = new global::Gtk.Entry ();
+                       this.SAI_Home.TooltipMarkup = "Home";
this.SAI_Home.CanFocus = true;
this.SAI_Home.Name = "SAI_Home";
this.SAI_Home.IsEditable = true;
@@ -178,7 +182,7 @@ namespace frugalmonotools
w13.Add (w14);
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Label w16 = new global::Gtk.Label ();
-                       w16.LabelProp = global::Mono.Unix.Catalog.GetString 
("Add new user");
+                       w16.LabelProp = global::Mono.Unix.Catalog.GetString 
("Add user");
w16.UseUnderline = true;
w13.Add (w16);
w12.Add (w13);
diff --git a/frugal-mono-tools/gtk-gui/gui.stetic 
b/frugal-mono-tools/gtk-gui/gui.stetic
index 22f2679..d4a8faf 100644
--- a/frugal-mono-tools/gtk-gui/gui.stetic
+++ b/frugal-mono-tools/gtk-gui/gui.stetic
@@ -3538,6 +3538,7 @@ Public License instead of this License.
<child>
<widget class="Gtk.Entry" id="SAI_Name">
<property name="MemberName" />
+                    <property name="Tooltip" translatable="yes">Name</property>
<property name="CanFocus">True</property>
<property name="IsEditable">True</property>
<property name="InvisibleChar">•</property>
@@ -3553,6 +3554,7 @@ Public License instead of this License.
<child>
<widget class="Gtk.Entry" id="SAI_Comment">
<property name="MemberName" />
+                    <property name="Tooltip" 
translatable="yes">Comment</property>
<property name="CanFocus">True</property>
<property name="IsEditable">True</property>
<property name="InvisibleChar">•</property>
@@ -3577,6 +3579,7 @@ Public License instead of this License.
<child>
<widget class="Gtk.Entry" id="SAI_Shell">
<property name="MemberName" />
+                    <property name="Tooltip" 
translatable="yes">Shell</property>
<property name="CanFocus">True</property>
<property name="IsEditable">True</property>
<property name="InvisibleChar">•</property>
@@ -3592,6 +3595,7 @@ Public License instead of this License.
<child>
<widget class="Gtk.Entry" id="SAI_Home">
<property name="MemberName" />
+                    <property name="Tooltip" translatable="yes">Home</property>
<property name="CanFocus">True</property>
<property name="IsEditable">True</property>
<property name="InvisibleChar">•</property>
@@ -3636,7 +3640,7 @@ Public License instead of this License.
<property name="CanFocus">True</property>
<property name="Type">TextAndIcon</property>
<property name="Icon">stock:gtk-add Menu</property>
-                    <property name="Label" translatable="yes">Add new 
user</property>
+                    <property name="Label" translatable="yes">Add 
user</property>
<property name="UseUnderline">True</property>
</widget>
<packing>
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to