mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-26 02:41:11 +00:00
9 lines
200 B
Forth
9 lines
200 B
Forth
namespace GtkNamespace
|
|
|
|
open Gtk
|
|
|
|
type Gtk_Window (builder : Builder) =
|
|
inherit Window(builder.GetRawOwnedObject("Gtk_Window").Handle)
|
|
|
|
new() = new Gtk_Window(new Builder("Gtk_Window.glade"))
|