move everything to "Raw" and rename
This commit is contained in:
parent
9f35ee8d3c
commit
3be6654765
|
@ -13,7 +13,7 @@ var apple *gui.Node
|
||||||
// This initializes the first window, a group and a button
|
// This initializes the first window, a group and a button
|
||||||
func makebasicWindow() *gadgets.BasicWindow {
|
func makebasicWindow() *gadgets.BasicWindow {
|
||||||
log.Warn("start basicWindow")
|
log.Warn("start basicWindow")
|
||||||
basicWindow = gadgets.NewBasicWindow(myGui, "basic window test")
|
basicWindow = gadgets.RawBasicWindow("basic window test")
|
||||||
basicWindow.Make()
|
basicWindow.Make()
|
||||||
basicWindow.StandardClose()
|
basicWindow.StandardClose()
|
||||||
basicWindow.Custom = func() {
|
basicWindow.Custom = func() {
|
||||||
|
|
Loading…
Reference in New Issue