MonoDevelop Addins: hello world
[CSharpForFun/.git] / MonoDevelop / addins / MonoDevelop.HelloWorld / MonoDevelop.HelloWorld / gtk-gui / generated.cs
1
2 // This file has been generated by the GUI designer. Do not modify.
3 namespace Stetic
4 {
5         internal class Gui
6         {
7                 private static bool initialized;
8
9                 internal static void Initialize (Gtk.Widget iconRenderer)
10                 {
11                         if ((Stetic.Gui.initialized == false)) {
12                                 Stetic.Gui.initialized = true;
13                         }
14                 }
15         }
16
17         internal class ActionGroups
18         {
19                 public static Gtk.ActionGroup GetActionGroup (System.Type type)
20                 {
21                         return Stetic.ActionGroups.GetActionGroup (type.FullName);
22                 }
23
24                 public static Gtk.ActionGroup GetActionGroup (string name)
25                 {
26                         return null;
27                 }
28         }
29 }