Last change
on this file since 2872 was
2872,
checked in by Sam Hocevar, 14 years ago
|
Start playing with scrolling widgets in Pimp.
|
File size:
826 bytes
|
Line | |
---|
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 ThePimp { |
---|
12 | |
---|
13 | |
---|
14 | public partial class ToolBox { |
---|
15 | |
---|
16 | protected virtual void Build() { |
---|
17 | Stetic.Gui.Initialize(this); |
---|
18 | // Widget ThePimp.ToolBox |
---|
19 | Stetic.BinContainer.Attach(this); |
---|
20 | this.Name = "ThePimp.ToolBox"; |
---|
21 | if ((this.Child != null)) { |
---|
22 | this.Child.ShowAll(); |
---|
23 | } |
---|
24 | this.Show(); |
---|
25 | } |
---|
26 | } |
---|
27 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.