[banshee] [MenuButton] expose internal widgets
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [MenuButton] expose internal widgets
- Date: Wed, 5 May 2010 20:06:06 +0000 (UTC)
commit adcbdd3a0c419448c071373c7c8cc51cf3c4a6ca
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]