source: libpipi/trunk/ThePimp/ToolBox.cs @ 2872

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: 342 bytes
Line 
1// ToolBox.cs created with MonoDevelop
2// User: sam at 12:31 05/10/2008
3//
4// To change standard headers go to Edit->Preferences->Coding->Standard Headers
5//
6
7using System;
8
9namespace ThePimp
10{
11   
12   
13    public partial class ToolBox : Gtk.Bin
14    {
15       
16        public ToolBox()
17        {
18            this.Build();
19        }
20    }
21}
Note: See TracBrowser for help on using the repository browser.