Closed ystyle closed 5 months ago
Hey @ystyle,
you can call FLTK's fltk.SetScheme(…)
function after ui.Init()
in your code:
import (
"github.com/pwiecz/go-fltk"
"github.com/roblillack/spot"
"github.com/roblillack/spot/ui"
)
func main() {
ui.Init()
fltk.SetScheme("plastic")
spot.MountFn(…)
ui.Run()
}
Hope that helps!
thanks
In Linux, the default is base, and the interface looks very old.