Tcl Tk
Advanced Search
Mail us
Home    Manuel    Links    Faq    Submit a tcl/tk Reference    Contact Us

    Some examples tcl/tk codes     Man of Bwidget     Man of blt     mkwidget screenshots     TkOgl     Video Demo real.


The source of theses pages is the excellent Tcl/Tk Quick Reference Guide.
I apologize , because there're some tex commands in the text, if you see some error please send me an email

Geometry Management




The pack Command
Command: pack
-after sibling -in master -pady pixels
-anchor anchor -ipadx pixels -fill nonexyoth
-before sibling -ipady pixels -side topottomleft ight
-expand boolean -padx pixels

The place Command
Command: place
-anchor anchor -relheight size -x location
-height size -relwidth size -y location
-in master -relx location -bordermode insideoutsideignore
-width size -rely location

The grid Command
Command: grid
-column n -ipady amount -row n
-columnspan n -padx amount -rowspan n
-in other -pady amount -sticky [n][s][e][w]
-ipadx amount

Grid Relative Placement

The source of theses pages is the excellent Tcl/Tk Quick Reference Guide.