Mercurial > repos > IBBoard.GtkSharp
comparison gtk-gui/generated.cs @ 39:35b88b848524
* Add simple dialog to add basic widgets to for use in WarFoundry
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 18 Oct 2011 20:58:49 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
38:af65343516ba | 39:35b88b848524 |
---|---|
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 } |