Renders a Tk GUI based on a resource specification which allows nested specification. This allows code to be kept much tidier and easier to understand.
An example might look something like this:
frame buttons {
button hello {
-text "Hello, world"
pack {
-side left
}
}
pack
}
See Resource Specification for details.
Cloning this repository
Anonymous Cloning:$ fossil clone https://chiselapp.com/user/Setok/repository/tkCement tkCement.fossil $ fossil open tkCement.fossil