Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2009-12-18 00:25:12 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2009-12-18 00:25:12 +0300
commit2ea1617db3827d3fd62a0925ef9986a252f62d0e (patch)
treeaad1db04d3aea29826f24c39aa6037e9eff4050c /main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components
parent0c894d9ea3971843000fe231520d105469f0f2de (diff)
* MonoDevelop.Ide.Gui.Components/PadTreeView.cs: Enable AutoTooltips
on all PadTreeViews. svn path=/trunk/monodevelop/; revision=148722
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/PadTreeView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/PadTreeView.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/PadTreeView.cs
index 4659b22588..ba5a02d49c 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/PadTreeView.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/PadTreeView.cs
@@ -50,6 +50,7 @@ namespace MonoDevelop.Ide.Gui.Components
changer = new PadFontChanger (this,
delegate (Pango.FontDescription desc) { textRenderer.FontDesc = desc; },
ColumnsAutosize);
+ MonoDevelop.Components.GtkUtil.EnableAutoTooltips (this);
}
public CellRendererText TextRenderer {