~ubuntu-branches/ubuntu/karmic/mono-addins/karmic

« back to all changes in this revision

Viewing changes to Samples/TextEditorLib/gtk-gui/generated.cs

  • Committer: Bazaar Package Importer
  • Author(s): Mirco Bauer
  • Date: 2007-07-14 12:07:48 UTC
  • Revision ID: james.westby@ubuntu.com-20070714120748-2elczfsjlrdsrpms
Tags: upstream-0.2
ImportĀ upstreamĀ versionĀ 0.2

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
        internal static void Initialize() {
 
19
            if ((Stetic.Gui.initialized == false)) {
 
20
                Stetic.Gui.initialized = true;
 
21
            }
 
22
        }
 
23
    }
 
24
    
 
25
    internal class ActionGroups {
 
26
        
 
27
        public static Gtk.ActionGroup GetActionGroup(System.Type type) {
 
28
            return Stetic.ActionGroups.GetActionGroup(type.FullName);
 
29
        }
 
30
        
 
31
        public static Gtk.ActionGroup GetActionGroup(string name) {
 
32
            return null;
 
33
        }
 
34
    }
 
35
}