Tk is platform independent, so long as you don’t do UNIX-specific stuff (eg,
assume UNIX file paths and stuff) any Tk app should work just fine on Windows.
You may need to tweak the fonts, eg:
if { $tcl_platform(platform) eq "windows" } { set font {Arial} } else { set
font {Helvetica} }
Have a look at the examples at https://wiki.tcl.tk/4149
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users