[banshee] [Hyena.Widgets] Expose ImageButton Spacing property
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [Hyena.Widgets] Expose ImageButton Spacing property
- Date: Mon, 17 May 2010 22:28:35 +0000 (UTC)
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]