Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 793 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 793 Bytes

XTk

XTk is a templating framework for Tk, written in TCL/TK.

It aims to separate GUI design and logic.

Currently, XTk is in an early development stage, so don't expect everything to work perfectly yet.

Current Features

  • currently, only pack is supported
  • ttk and normal tk widgets are supported
  • validation for ttk / tk widgets and pack
  • bind
  • image creation and assignation

Planned

  • place / grid support
  • font creation
  • focus control
  • event definition

Licence

BSD

Contact & getting involved

Patrick Sturm [email protected]

If you wish to get involved, just drop me a line ;)

Acknowledgements