some win32 compile fixes
svn path=/trunk/gtk-sharp/; revision=46558
This commit is contained in:
parent
5713b3c340
commit
fba841b1af
1 changed files with 1 additions and 3 deletions
|
@ -19,11 +19,9 @@ namespace WidgetViewer {
|
|||
public Gtk.Window Create ()
|
||||
{
|
||||
window = new Window ("Tooltips");
|
||||
window.Width = 200;
|
||||
window.DefaultSize = new Gdk.Size (200, 150);
|
||||
tooltips = new Tooltips ();
|
||||
|
||||
window.Data ("tooltips", tooltip);
|
||||
|
||||
return window;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue