mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-06-19 21:07:49 +00:00
some win32 compile fixes
svn path=/trunk/gtk-sharp/; revision=46558
This commit is contained in:
parent
5713b3c340
commit
fba841b1af
|
@ -19,11 +19,9 @@ namespace WidgetViewer {
|
||||||
public Gtk.Window Create ()
|
public Gtk.Window Create ()
|
||||||
{
|
{
|
||||||
window = new Window ("Tooltips");
|
window = new Window ("Tooltips");
|
||||||
window.Width = 200;
|
window.DefaultSize = new Gdk.Size (200, 150);
|
||||||
tooltips = new Tooltips ();
|
tooltips = new Tooltips ();
|
||||||
|
|
||||||
window.Data ("tooltips", tooltip);
|
|
||||||
|
|
||||||
return window;
|
return window;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue