mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:05:29 +00:00
9 lines
242 B
Forth
9 lines
242 B
Forth
namespace ${Namespace}
|
|
|
|
open Gtk
|
|
|
|
type ${EscapedIdentifier} (builder : Builder) =
|
|
inherit Box(builder.GetObject("${EscapedIdentifier}").Handle)
|
|
|
|
new() = new ${EscapedIdentifier}(new Builder("${Namespace}.${EscapedIdentifier}.glade"))
|