Changeset 3098 for libpipi/trunk/ThePimp/gtk-gui/ThePimp.AboutWindow.cs
- Timestamp:
- Oct 25, 2008, 3:05:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/ThePimp/gtk-gui/ThePimp.AboutWindow.cs
r2885 r3098 33 33 this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-about", Gtk.IconSize.Menu, 16); 34 34 this.TypeHint = ((Gdk.WindowTypeHint)(1)); 35 this.WindowPosition = ((Gtk.WindowPosition)( 4));35 this.WindowPosition = ((Gtk.WindowPosition)(3)); 36 36 this.Modal = true; 37 37 this.DefaultWidth = 450; 38 38 this.DefaultHeight = 300; 39 this.Gravity = ((Gdk.Gravity)(5)); 39 40 // Container child ThePimp.AboutWindow.Gtk.Container+ContainerChild 40 41 this.vbox2 = new Gtk.VBox();
Note: See TracChangeset
for help on using the changeset viewer.