comparison gtk-gui/IBBoard.WarFoundry.GTK.FrmMainWindow.cs @ 10:c687bbe901f8

Re #37 - Resolve deprecation warnings * Replace SetTooltip methods with TooltipText property * Remove parameter on command to remove deprecation warning Also: * Make sure we copy the COPYING files to the output
author IBBoard <dev@ibboard.co.uk>
date Thu, 09 Apr 2009 15:33:33 +0000
parents 58961ff391d4
children 685532d43a96
comparison
equal deleted inserted replaced
9:5855999a5556 10:c687bbe901f8
172 this.toolbar = ((Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar"))); 172 this.toolbar = ((Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar")));
173 this.toolbar.HeightRequest = 36; 173 this.toolbar.HeightRequest = 36;
174 this.toolbar.Name = "toolbar"; 174 this.toolbar.Name = "toolbar";
175 this.toolbar.ShowArrow = false; 175 this.toolbar.ShowArrow = false;
176 this.toolbar.ToolbarStyle = ((Gtk.ToolbarStyle)(0)); 176 this.toolbar.ToolbarStyle = ((Gtk.ToolbarStyle)(0));
177 this.toolbar.IconSize = ((Gtk.IconSize)(3));
177 this.vbox1.Add(this.toolbar); 178 this.vbox1.Add(this.toolbar);
178 Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox1[this.toolbar])); 179 Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox1[this.toolbar]));
179 w3.Position = 1; 180 w3.Position = 1;
180 w3.Expand = false; 181 w3.Expand = false;
181 w3.Fill = false; 182 w3.Fill = false;