move everything to "Raw" and rename

This commit is contained in:
Jeff Carr 2024-02-29 17:30:23 -06:00
parent 9f35ee8d3c
commit 3be6654765
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ var apple *gui.Node
// This initializes the first window, a group and a button
func makebasicWindow() *gadgets.BasicWindow {
log.Warn("start basicWindow")
basicWindow = gadgets.NewBasicWindow(myGui, "basic window test")
basicWindow = gadgets.RawBasicWindow("basic window test")
basicWindow.Make()
basicWindow.StandardClose()
basicWindow.Custom = func() {