nomad-software / tkd

GUI toolkit for the D programming language based on Tcl/Tk
MIT License
117 stars 16 forks source link

Implement the geometry methods fully #8

Closed nomad-software closed 10 years ago

nomad-software commented 10 years ago

Implement the geometry methods (pack, grid and place) fully.

nomad-software commented 10 years ago

Pack implemented: https://github.com/nomad-software/tkd/commit/63b59c0d1c522e3fd4997eb04fdd1a89e7802a30

nomad-software commented 10 years ago

Grid implemented: https://github.com/nomad-software/tkd/commit/67e7fb06ddd4e78e7401a6315918bd4b87ff1a27

For some reason i can't get the resizing to work correcly, i'll look further into this.

nomad-software commented 10 years ago

Place implemented: https://github.com/nomad-software/tkd/commit/d023df6d632a980b2f48c4ee02ed25aacfef5ba8

nomad-software commented 10 years ago

Finished implementing all https://github.com/nomad-software/tkd/commit/b6c15b696193ccb75f5e7a5baa9f8eaf17d92071