summaryrefslogtreecommitdiff
path: root/action.go
AgeCommit message (Collapse)Author
2024-01-19builds and remembers VisableJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-19auto typist auto hidesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18window destroy (aka Hide) worksv0.12.17Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18move widgetv0.12.15Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18finally able to lower the delayJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18new pathsv0.12.14Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-17work around a toolkit panic()v0.12.11Jeff Carr
things should work when GUI is not really there Int() and Bool() helloworld works compiles and runs RawWindow shouldn't auto exit add StandardExit() Signed-off-by: Jeff Carr <[email protected]> Signed-off-by: Jeff Carr <[email protected]>
2024-01-14working on margin()v0.12.6Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-13work on hiding widgetsv0.12.5Jeff Carr
When widgets are hidden, their state works exactly the same as normal, but updates are not sent to the toolkits Signed-off-by: Jeff Carr <[email protected]>