Added some small boring scripts and programs writen in few last years
[mirrors/Programs.git] / mono / testgtk / testgtk / gtk-gui / generated.cs
1 // ------------------------------------------------------------------------------
2 // <autogenerated>
3 // This code was generated by a tool.
4 // Mono Runtime Version: 2.0.50727.1433
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </autogenerated>
9 // ------------------------------------------------------------------------------
10
11 namespace Stetic {
12
13
14 internal class Gui {
15
16 private static bool initialized;
17
18 public static void Build(object cobj, System.Type type) {
19 Stetic.Gui.Build(cobj, type.FullName);
20 }
21
22 public static void Build(object cobj, string id) {
23 }
24
25 internal static void Initialize(Gtk.Widget iconRenderer) {
26 if ((Stetic.Gui.initialized == false)) {
27 Stetic.Gui.initialized = true;
28 }
29 }
30 }
31
32 internal class ActionGroups {
33
34 public static Gtk.ActionGroup GetActionGroup(System.Type type) {
35 return Stetic.ActionGroups.GetActionGroup(type.FullName);
36 }
37
38 public static Gtk.ActionGroup GetActionGroup(string name) {
39 return null;
40 }
41 }
42 }
This page took 0.343542 seconds and 4 git commands to generate.