Files

9 lines
193 B
Forth
Raw Permalink Normal View History

2024-09-15 22:40:48 +02:00
namespace GtkNamespace
open Gtk
type Gtk_Window (builder : Builder) =
inherit Window(builder.GetRawOwnedObject("Gtk_Window"))
new() = new Gtk_Window(new Builder("Gtk_Window.glade"))