summaryrefslogtreecommitdiff
path: root/basicCombobox.go
AgeCommit message (Collapse)Author
2025-02-05func name changev0.22.9v0.22.8v0.22.7v0.22.17v0.22.16v0.22.15v0.22.14v0.22.13v0.22.12v0.22.11v0.22.10Jeff Carr
2024-01-30add Show() and Hide()Jeff 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-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-18lots of syntax changesv0.12.8Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-17now should work without needed to actually displayv0.12.6Jeff Carr
a nice improvement. actual toolkit widgets arent' actually needed. It's faster and can run in the dark autotypist compiles and runs Signed-off-by: Jeff Carr <[email protected]>
2024-01-11add SetTitle()v0.10.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-10enable() and disable()v0.10.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-10keep map[] of values to not allow duplicatesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-05use log FlagsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-01initial commitJeff Carr