summaryrefslogtreecommitdiffstats
path: root/tests/pack.test
Commit message (Collapse)AuthorAgeFilesLines
* Excess spacing in test-suitejan.nijtmans2016-03-141-1/+1
|
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * Update test to reflect revised error messagedgp2006-04-051-3/+3
| | |
* | | Update to tcltest2aniap2008-08-211-637/+1162
|/ /
* | Revised test to account for changed error messagedgp2006-04-051-3/+3
| |
* | Split duplicate test names [Bug 1078648]dkf2004-12-041-2/+2
| |
* | * tests/all.tcl: Made better use of a commondgp2003-04-011-6/+3
| | | | | | | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files.
* | * generic/tkGrid.c (GridStructureProc, ConfigureSlaves):mdejong2003-03-121-1/+7
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check for a NULL masterPtr and slavePtr in the GridStructureProc code to ensure that a Gridder created before some error condition is ignored when it comes to geometry calculations. This approach closely matches the pack implementation. Keep track of a -in argument to a grid command in order to detect the case of an already gridded widget that wants to change some options. The previous implementation could make repeated and unnecessary calls to Tk_ManageGeometry. Replace use of "parent" with "master" in comments throughout the file. * generic/tkPack.c (PackStructureProc): Check for a NULL masterPtr before other checks so that a slave created under certain error conditions is cleaned up properly. Replace use of "parent" with "master" in comments throughout the file. * generic/tkPlace.c (CreateSlave, ConfigureSlave, SlaveStructureProc): Don't call Tk_ManageGeometry in CreateSlave since this was causing incorrect results in some error cases. Rework the ConfigureSlave method so that slave setup is done in one place. The call to Tk_ManageGeometry was added to the one place where a slave is setup. When a slave is configured but the master is not changed, simply goto the scheduleLayout label. Check for a NULL master in SlaveStructureProc for the sake of readability. * tests/grid.test: * tests/pack.test: * tests/place.test: Add test to check that a winfo manager call does not return incorrect results after an error condition is hit. [Patch 693063]
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-4/+7
|
* Added labelframe widget. TIP#18.pspjuth2001-09-261-1/+37
|
* Pack accepted asymmetric values for -ipadx/y.pspjuth2001-09-231-5/+13
| | | | Only -padx/y supports asymmetry. [Bug #462348]
* Objectified grid and pack commands.pspjuth2001-08-211-4/+4
|
* Asymmetric padding in "pack" and "grid" geometry managersdrh2001-02-121-14/+77
|
* Merged 8-1-0 into mainline.rjohnson1999-04-211-1/+1
|
* changed tests--marked some nonPortable; added new constraints to fix bug 1770hershey1999-04-191-1/+14
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-6/+23
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+969