no more submodule
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace ${Namespace}
|
||||
|
||||
open Gtk
|
||||
|
||||
type ${EscapedIdentifier} (builder : Builder) =
|
||||
inherit Box(builder.GetObject("${EscapedIdentifier}").Handle)
|
||||
|
||||
new() = new ${EscapedIdentifier}(new Builder("${Namespace}.${EscapedIdentifier}.glade"))
|
||||
Reference in New Issue
Block a user