[banshee/stable-1.6] [MenuButton] expose internal widgets
- From: Aaron Bockover <abock src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/stable-1.6] [MenuButton] expose internal widgets
- Date: Sun, 2 May 2010 21:31:50 +0000 (UTC)
commit e9ac3d8c7d45e9c9e4f5ccc75681a3a0c798b492
Author: Aaron Bockover <abockover novell com>
Date: Sun May 2 16:22:58 2010 -0400
[MenuButton] expose internal widgets
Necessary for custom GTK RC styling.
.../Hyena.Gui/Hyena.Widgets/MenuButton.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Libraries/Hyena.Gui/Hyena.Widgets/MenuButton.cs b/src/Libraries/Hyena.Gui/Hyena.Widgets/MenuButton.cs
index 0971859..2dc9e1a 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Widgets/MenuButton.cs
+++ b/src/Libraries/Hyena.Gui/Hyena.Widgets/MenuButton.cs
@@ -104,11 +104,11 @@ namespace Hyena.Widgets
toggle_button.Active = false;
}
- protected ToggleButton ToggleButton {
+ public ToggleButton ToggleButton {
get { return toggle_button; }
}
- protected Arrow Arrow {
+ public Arrow Arrow {
get { return arrow; }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]