[banshee] [Hyena.Widgets] Expose ImageButton Spacing property



commit 15bc7846003121e95a467e17f4810ddf78ff1e24
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Mon May 17 14:52:00 2010 -0700

    [Hyena.Widgets] Expose ImageButton Spacing property

 .../Hyena.Gui/Hyena.Widgets/ImageButton.cs         |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/Libraries/Hyena.Gui/Hyena.Widgets/ImageButton.cs b/src/Libraries/Hyena.Gui/Hyena.Widgets/ImageButton.cs
index 9431b0a..5daa522 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Widgets/ImageButton.cs
+++ b/src/Libraries/Hyena.Gui/Hyena.Widgets/ImageButton.cs
@@ -45,6 +45,11 @@ namespace Hyena.Widgets
             set { hbox.BorderWidth = value; }
         }
 
+        public int Spacing {
+            get { return hbox.Spacing; }
+            set { hbox.Spacing = value; }
+        }
+
         public ImageButton (string text, string iconName) : this (text, iconName, Gtk.IconSize.Button)
         {
         }



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