summaryrefslogtreecommitdiff
path: root/basicWindow.go
AgeCommit message (Collapse)Author
2024-02-14maybe caused the window close problemv0.20.7v0.20.6v0.20.5v0.20.4Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-02-13added missing Show()Jeff Carr
2024-02-12correct initial hidden stateJeff Carr
2024-02-11basic window opens correctly on first tryv0.20.3Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-02-07allow windows to be created off the root nodev0.20.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-21loggging output cleanupsv0.12.16Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-21Title? what with the Ttile?v0.12.15Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-20lots of cleanups for the gui and toolkit packagesv0.12.14Jeff Carr
log flags gui again fix panic() SetVisible() false on create update go mod Signed-off-by: Jeff Carr <[email protected]>
2024-01-19enable() and disable() on the whole windowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18minor changesv0.12.11Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18lots of syntax changesv0.12.8Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-16add StandardExit()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-15basicWindow.Hide() worksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-14runs Custom() on window closeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-14compiles and runsv0.12.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-13work on hidden widgetsv0.12.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-11gui api updatesv0.10.3Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-06support Make()/Draw() stateJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-05use log FlagsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-05first gadget with a 'state' conceptJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-05BasicWindow Ready() and Title()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-04switch log to BasicWindow()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>