[hyena] Show text in tooltip if ellipsized



commit f33cef26829f5f453ee888a11f8c1060488e477a
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Thu Jan 28 17:53:47 2010 -0800

    Show text in tooltip if ellipsized

 src/Hyena.Gui/Hyena.Widgets/WrapLabel.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Hyena.Gui/Hyena.Widgets/WrapLabel.cs b/src/Hyena.Gui/Hyena.Widgets/WrapLabel.cs
index c2a4923..52d3224 100644
--- a/src/Hyena.Gui/Hyena.Widgets/WrapLabel.cs
+++ b/src/Hyena.Gui/Hyena.Widgets/WrapLabel.cs
@@ -94,6 +94,7 @@ namespace Hyena.Widgets
             layout.Width = (int)(allocation.Width * Pango.Scale.PangoScale);
             layout.GetPixelSize (out lw, out lh);
 
+            TooltipText = layout.IsEllipsized ? text : null;
             HeightRequest = lh;
 
             base.OnSizeAllocated (allocation);



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