~do-win/do/test-paths

« back to all changes in this revision

Viewing changes to Do/gtk-gui/Do.KeybindingsPreferencesWidget.cs

  • Committer: Hardeep S
  • Date: 2009-06-23 05:57:47 UTC
  • Revision ID: ootz0rz@gmail.com-20090623055747-3srobsuq3q8wbn81
initial adding of Do core stuff

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 Do {
 
12
    
 
13
    
 
14
    public partial class KeybindingsPreferencesWidget {
 
15
        
 
16
        protected virtual void Build() {
 
17
            Stetic.Gui.Initialize(this);
 
18
            // Widget Do.KeybindingsPreferencesWidget
 
19
            Stetic.BinContainer.Attach(this);
 
20
            this.Name = "Do.KeybindingsPreferencesWidget";
 
21
            if ((this.Child != null)) {
 
22
                this.Child.ShowAll();
 
23
            }
 
24
            this.Show();
 
25
        }
 
26
    }
 
27
}