~taktaktaktaktaktaktaktaktaktak/monodevelop-bzr/2.0

« back to all changes in this revision

Viewing changes to gtk-gui/generated.cs

  • Committer: levi
  • Date: 2009-09-29 10:19:21 UTC
  • mfrom: (92.1.3 2.0)
  • Revision ID: levi@apollo-20090929101921-u0q9wop6vvjpp8k8
Merge changes from jelmer 2.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// ------------------------------------------------------------------------------
 
2
//  <autogenerated>
 
3
//      This code was generated by a tool.
 
4
//      
 
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(Gtk.Widget iconRenderer) {
 
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
}