mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-02 00:21:16 +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"))
|