mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-02 18:31:11 +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 ()
|
||||
{
|
||||
window = new Window ("Tooltips");
|
||||
window.Width = 200;
|
||||
window.DefaultSize = new Gdk.Size (200, 150);
|
||||
tooltips = new Tooltips ();
|
||||
|
||||
window.Data ("tooltips", tooltip);
|
||||
|
||||
return window;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue