add utility ui.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import "cogentcore.org/core/core"
|
||||
|
||||
func main() {
|
||||
b := core.NewBody()
|
||||
core.NewButton(b).SetText("Hello, World!")
|
||||
b.RunMainWindow()
|
||||
}
|
||||
Reference in New Issue
Block a user