~iwarford/do-plugins/fart-plugin-fwiw

« back to all changes in this revision

Viewing changes to Fart/gtk-gui/generated.cs

  • Committer: Ian Warford
  • Date: 2008-12-24 18:41:59 UTC
  • Revision ID: iwarford@motoko-20081224184159-f6js7z258wsf270m
Added fart plugin.  Umm, yay?

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// ------------------------------------------------------------------------------
 
2
//  <autogenerated>
 
3
//      This code was generated by a tool.
 
4
//      Mono Runtime Version: 2.0.50727.42
 
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
}