mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-01 22:10:58 +00:00
60376ae510
* feat: GtkSharp net6 workload * feat(Workload): GtkSharp template packs * chore: Support .NET SDK 6.0.300 And also changed the build script to target SDK bands. * build: Workload install and uninstall targets
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"))
|