summaryrefslogtreecommitdiff
path: root/setText.go
AgeCommit message (Collapse)Author
2024-02-19use the common SetLabel() functionv0.20.8Jeff Carr
2024-02-19try out a "Mirror" concept for widgetsJeff Carr
2024-02-07use internal log flagsv0.20.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-02-05prepare for protobufv0.20.0Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-02-05minor changes for v0.20Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-31deprecate SetValue() as confusingv0.18.0Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-23SetText() is just SetValue()v0.13.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-19SetValue()v0.12.18Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-19cleanup andlabsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18move widgetv0.12.15Jeff 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-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]>
2024-01-11var value anyv0.12.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-11continuing move toward var value anyv0.12.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>