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

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2011-11-24 14:45:19 +0400
committerLluis Sanchez <lluis@xamarin.com>2011-11-24 14:45:19 +0400
commita97bd132f397b6d575005faeb404a635574f9eb8 (patch)
tree4c5975a08d79951c467ba3dad62fc9cd69856b1c /Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
parent0162b4115bcb6ba5861a748dc5f62f43ca33720b (diff)
Implement MenuButton for Gtk.
Diffstat (limited to 'Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs')
-rwxr-xr-xXwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs b/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
index 11452e96..c2061a39 100755
--- a/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
+++ b/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
@@ -29,7 +29,7 @@ using Xwt.Backends;
namespace Xwt.GtkBackend
{
- class ButtonBackend: WidgetBackend, IButtonBackend
+ public class ButtonBackend: WidgetBackend, IButtonBackend
{
public ButtonBackend ()
{