Questions tagged [atk]

Another Golang Tcl/Tk binding GUI ToolKit

https://github.com/visualfc/atk

go get github.com/visualfc/atk

Documentation: https://pkg.go.dev/gitee.com/visualfc/atk/tk

1 questions
0
votes
0 answers

Not able to set background color of Tk Entry widget in Go

I am trying to use atk package in Go (version go1.19.3 linux/amd64 on Debian Stable) to create a simple GUI application. I am using following code to add a Label and an Entry field: package main import ( "github.com/visualfc/atk/tk" …
rnso
  • 23,686
  • 25
  • 112
  • 234