~ubuntu-branches/ubuntu/vivid/monodevelop/vivid-proposed

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.PackageManagement/gtk-gui/MonoDevelop.PackageManagement.PagedResultsWidget.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2014-10-09 14:09:23 UTC
  • mfrom: (10.3.5)
  • Revision ID: package-import@ubuntu.com-20141009140923-s0d22u5f9kg8jvds
Tags: 5.5.0.227-1
* [b2c8331] Imported Upstream version 5.5.0.227 (Closes: #754316)
* [d210995] Delete obsolete patches
* [1b59ae1] Clear patch fizz, via quilt refresh
* [3dd147d] Fix error in configure.in which applies for tarball builds but 
  not git builds when running autoreconf
* [21c2a57] Remove Metacity references for good
* [3331661] Ensure NUnit 2.6.3 is installed
* [fd85c88] Build-depend on NuGet
* [a1ae116] Add WebKit to build dependencies, for Xwt moduleref resolution
* [9b4cf12] Since the GDB addin is integrated now, declare it in 
  debian/control
* [6231562] Correct NUnit links
* [3d2b693] Fix NuGet addin, by copying libs locally
* [74bf9a8] Don't symlink unused Mocks NUnit assembly
* [ade52b2] Ensure IKVM.Reflection is built with default (4.5) profile

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
// This file has been generated by the GUI designer. Do not modify.
 
3
namespace MonoDevelop.PackageManagement
 
4
{
 
5
        public partial class PagedResultsWidget
 
6
        {
 
7
                private global::Gtk.HBox mainHBox;
 
8
                private global::Gtk.Button backButton;
 
9
                private global::Gtk.Button firstButton;
 
10
                private global::Gtk.Button secondButton;
 
11
                private global::Gtk.Button thirdButton;
 
12
                private global::Gtk.Button fourthButton;
 
13
                private global::Gtk.Button fifthButton;
 
14
                private global::Gtk.Button forwardButton;
 
15
 
 
16
                protected virtual void Build ()
 
17
                {
 
18
                        global::Stetic.Gui.Initialize (this);
 
19
                        // Widget MonoDevelop.PackageManagement.PagedResultsWidget
 
20
                        global::Stetic.BinContainer.Attach (this);
 
21
                        this.Name = "MonoDevelop.PackageManagement.PagedResultsWidget";
 
22
                        // Container child MonoDevelop.PackageManagement.PagedResultsWidget.Gtk.Container+ContainerChild
 
23
                        this.mainHBox = new global::Gtk.HBox ();
 
24
                        this.mainHBox.Name = "mainHBox";
 
25
                        // Container child mainHBox.Gtk.Box+BoxChild
 
26
                        this.backButton = new global::Gtk.Button ();
 
27
                        this.backButton.CanFocus = true;
 
28
                        this.backButton.Name = "backButton";
 
29
                        this.backButton.FocusOnClick = false;
 
30
                        this.backButton.Relief = ((global::Gtk.ReliefStyle)(2));
 
31
                        global::Gtk.Image w1 = new global::Gtk.Image ();
 
32
                        w1.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-back", global::Gtk.IconSize.Menu);
 
33
                        this.backButton.Image = w1;
 
34
                        this.mainHBox.Add (this.backButton);
 
35
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.backButton]));
 
36
                        w2.Position = 0;
 
37
                        w2.Expand = false;
 
38
                        w2.Fill = false;
 
39
                        // Container child mainHBox.Gtk.Box+BoxChild
 
40
                        this.firstButton = new global::Gtk.Button ();
 
41
                        this.firstButton.CanFocus = true;
 
42
                        this.firstButton.Name = "firstButton";
 
43
                        this.firstButton.UseUnderline = true;
 
44
                        this.firstButton.FocusOnClick = false;
 
45
                        this.firstButton.Relief = ((global::Gtk.ReliefStyle)(2));
 
46
                        this.firstButton.Label = global::Mono.Unix.Catalog.GetString ("1");
 
47
                        this.mainHBox.Add (this.firstButton);
 
48
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.firstButton]));
 
49
                        w3.Position = 1;
 
50
                        w3.Expand = false;
 
51
                        w3.Fill = false;
 
52
                        // Container child mainHBox.Gtk.Box+BoxChild
 
53
                        this.secondButton = new global::Gtk.Button ();
 
54
                        this.secondButton.CanFocus = true;
 
55
                        this.secondButton.Name = "secondButton";
 
56
                        this.secondButton.FocusOnClick = false;
 
57
                        this.secondButton.Relief = ((global::Gtk.ReliefStyle)(2));
 
58
                        this.secondButton.Label = global::Mono.Unix.Catalog.GetString ("2");
 
59
                        this.mainHBox.Add (this.secondButton);
 
60
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.secondButton]));
 
61
                        w4.Position = 2;
 
62
                        w4.Expand = false;
 
63
                        w4.Fill = false;
 
64
                        // Container child mainHBox.Gtk.Box+BoxChild
 
65
                        this.thirdButton = new global::Gtk.Button ();
 
66
                        this.thirdButton.CanFocus = true;
 
67
                        this.thirdButton.Name = "thirdButton";
 
68
                        this.thirdButton.FocusOnClick = false;
 
69
                        this.thirdButton.Relief = ((global::Gtk.ReliefStyle)(2));
 
70
                        this.thirdButton.Label = global::Mono.Unix.Catalog.GetString ("3");
 
71
                        this.mainHBox.Add (this.thirdButton);
 
72
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.thirdButton]));
 
73
                        w5.Position = 3;
 
74
                        w5.Expand = false;
 
75
                        w5.Fill = false;
 
76
                        // Container child mainHBox.Gtk.Box+BoxChild
 
77
                        this.fourthButton = new global::Gtk.Button ();
 
78
                        this.fourthButton.CanFocus = true;
 
79
                        this.fourthButton.Name = "fourthButton";
 
80
                        this.fourthButton.FocusOnClick = false;
 
81
                        this.fourthButton.Relief = ((global::Gtk.ReliefStyle)(2));
 
82
                        this.fourthButton.Label = global::Mono.Unix.Catalog.GetString ("4");
 
83
                        this.mainHBox.Add (this.fourthButton);
 
84
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.fourthButton]));
 
85
                        w6.Position = 4;
 
86
                        w6.Expand = false;
 
87
                        w6.Fill = false;
 
88
                        // Container child mainHBox.Gtk.Box+BoxChild
 
89
                        this.fifthButton = new global::Gtk.Button ();
 
90
                        this.fifthButton.CanFocus = true;
 
91
                        this.fifthButton.Name = "fifthButton";
 
92
                        this.fifthButton.FocusOnClick = false;
 
93
                        this.fifthButton.Relief = ((global::Gtk.ReliefStyle)(2));
 
94
                        this.fifthButton.Label = global::Mono.Unix.Catalog.GetString ("5");
 
95
                        this.mainHBox.Add (this.fifthButton);
 
96
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.fifthButton]));
 
97
                        w7.Position = 5;
 
98
                        w7.Expand = false;
 
99
                        w7.Fill = false;
 
100
                        // Container child mainHBox.Gtk.Box+BoxChild
 
101
                        this.forwardButton = new global::Gtk.Button ();
 
102
                        this.forwardButton.CanFocus = true;
 
103
                        this.forwardButton.Name = "forwardButton";
 
104
                        this.forwardButton.FocusOnClick = false;
 
105
                        this.forwardButton.Relief = ((global::Gtk.ReliefStyle)(2));
 
106
                        global::Gtk.Image w8 = new global::Gtk.Image ();
 
107
                        w8.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-forward", global::Gtk.IconSize.Menu);
 
108
                        this.forwardButton.Image = w8;
 
109
                        this.mainHBox.Add (this.forwardButton);
 
110
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.forwardButton]));
 
111
                        w9.Position = 6;
 
112
                        w9.Expand = false;
 
113
                        w9.Fill = false;
 
114
                        this.Add (this.mainHBox);
 
115
                        if ((this.Child != null)) {
 
116
                                this.Child.ShowAll ();
 
117
                        }
 
118
                        this.Hide ();
 
119
                        this.backButton.Clicked += new global::System.EventHandler (this.BackButtonClicked);
 
120
                        this.firstButton.Clicked += new global::System.EventHandler (this.PageButtonClicked);
 
121
                        this.secondButton.Clicked += new global::System.EventHandler (this.PageButtonClicked);
 
122
                        this.thirdButton.Clicked += new global::System.EventHandler (this.PageButtonClicked);
 
123
                        this.fourthButton.Clicked += new global::System.EventHandler (this.PageButtonClicked);
 
124
                        this.fifthButton.Clicked += new global::System.EventHandler (this.PageButtonClicked);
 
125
                        this.forwardButton.Clicked += new global::System.EventHandler (this.ForwardButtonClicked);
 
126
                }
 
127
        }
 
128
}