~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        internal partial class MaintenanceOptionsPanelWidget
6
6
        {
7
7
                private global::Gtk.VBox vbox2;
8
 
 
9
8
                private global::Gtk.CheckButton checkInstr;
10
 
 
11
9
                private global::Gtk.CheckButton checkAutoTest;
12
10
 
13
11
                protected virtual void Build ()
28
26
                        this.checkInstr.DrawIndicator = true;
29
27
                        this.checkInstr.UseUnderline = true;
30
28
                        this.vbox2.Add (this.checkInstr);
31
 
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.checkInstr]));
 
29
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkInstr]));
32
30
                        w1.Position = 0;
33
31
                        w1.Expand = false;
34
32
                        w1.Fill = false;
40
38
                        this.checkAutoTest.DrawIndicator = true;
41
39
                        this.checkAutoTest.UseUnderline = true;
42
40
                        this.vbox2.Add (this.checkAutoTest);
43
 
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.checkAutoTest]));
 
41
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkAutoTest]));
44
42
                        w2.Position = 1;
45
43
                        w2.Expand = false;
46
44
                        w2.Fill = false;