diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-05-11 23:39:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-05-11 23:39:49 (GMT) |
commit | a686c3497243798a4ce39c21637f8b669ed29c5a (patch) | |
tree | 59337ca51e2c7e3a736c1ea5f015039b1251b136 /generic | |
parent | a2989d9e6c8db3b5256ffe231105d638cd2b60dd (diff) | |
parent | f90a36ac566f13c9ef9fbbf53e9a990f2e37d71d (diff) | |
download | tk-a686c3497243798a4ce39c21637f8b669ed29c5a.zip tk-a686c3497243798a4ce39c21637f8b669ed29c5a.tar.gz tk-a686c3497243798a4ce39c21637f8b669ed29c5a.tar.bz2 |
Merge 8.7 (left-over spacing)
Diffstat (limited to 'generic')
-rw-r--r-- | generic/ttk/ttkLayout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/ttk/ttkLayout.c b/generic/ttk/ttkLayout.c index b499979..31c5ed2 100644 --- a/generic/ttk/ttkLayout.c +++ b/generic/ttk/ttkLayout.c @@ -256,6 +256,7 @@ Ttk_Box Ttk_PlaceBox( * Ttk_PositionBox -- * Pack and stick a box according to PositionSpec flags. */ + MODULE_SCOPE Ttk_Box Ttk_PositionBox(Ttk_Box *cavity, int width, int height, Ttk_PositionSpec flags) { |