mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 16:45:33 +00:00
9 lines
190 B
Forth
9 lines
190 B
Forth
namespace GtkNamespace
|
|
|
|
open Gtk
|
|
|
|
type Gtk_Widget (builder : Builder) =
|
|
inherit Box(builder.GetRawOwnedObject("Gtk_Widget"))
|
|
|
|
new() = new Gtk_Widget(new Builder("Gtk_Widget.glade"))
|