~alexlauni/do-plugins/bansheeplugin

« back to all changes in this revision

Viewing changes to Microblogging/gtk-gui/Microblogging.GenConfig.cs

  • Committer: Alex Launi
  • Date: 2009-02-28 17:40:30 UTC
  • mfrom: (276.37.54 trunk)
  • Revision ID: alex.launi@gmail.com-20090228174030-vj9z2b96smsodmmb
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// ------------------------------------------------------------------------------
2
2
//  <autogenerated>
3
3
//      This code was generated by a tool.
4
 
//      Mono Runtime Version: 2.0.50727.42
 
4
//      
5
5
// 
6
6
//      Changes to this file may cause incorrect behavior and will be lost if 
7
7
//      the code is regenerated.
23
23
        
24
24
        private Gtk.CheckButton show_updates_chk;
25
25
        
 
26
        private Gtk.CheckButton show_dms_chk;
 
27
        
26
28
        private Gtk.Label GtkLabel1;
27
29
        
28
30
        protected virtual void Build() {
61
63
            w1.Expand = false;
62
64
            w1.Fill = false;
63
65
            w1.Padding = ((uint)(5));
 
66
            // Container child vbox2.Gtk.Box+BoxChild
 
67
            this.show_dms_chk = new Gtk.CheckButton();
 
68
            this.show_dms_chk.CanFocus = true;
 
69
            this.show_dms_chk.Name = "show_dms_chk";
 
70
            this.show_dms_chk.Label = Mono.Unix.Catalog.GetString("Show direct messages");
 
71
            this.show_dms_chk.Active = true;
 
72
            this.show_dms_chk.DrawIndicator = true;
 
73
            this.show_dms_chk.UseUnderline = true;
 
74
            this.vbox2.Add(this.show_dms_chk);
 
75
            Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox2[this.show_dms_chk]));
 
76
            w2.Position = 1;
 
77
            w2.Expand = false;
 
78
            w2.Fill = false;
64
79
            this.GtkAlignment.Add(this.vbox2);
65
80
            this.frame1.Add(this.GtkAlignment);
66
81
            this.GtkLabel1 = new Gtk.Label();
69
84
            this.GtkLabel1.UseMarkup = true;
70
85
            this.frame1.LabelWidget = this.GtkLabel1;
71
86
            this.vbox1.Add(this.frame1);
72
 
            Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox1[this.frame1]));
73
 
            w4.Position = 0;
 
87
            Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox1[this.frame1]));
 
88
            w5.Position = 0;
74
89
            this.Add(this.vbox1);
75
90
            if ((this.Child != null)) {
76
91
                this.Child.ShowAll();
77
92
            }
78
93
            this.Show();
79
94
            this.show_updates_chk.Clicked += new System.EventHandler(this.OnShowUpdatesChkClicked);
 
95
            this.show_dms_chk.Clicked += new System.EventHandler(this.OnShowDMsChkClicked);
80
96
        }
81
97
    }
82
98
}