Files

9 lines
190 B
Forth
Raw Permalink Normal View History

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