summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorpspjuth <peter.spjuth@gmail.com>2001-09-26 20:25:17 (GMT)
committerpspjuth <peter.spjuth@gmail.com>2001-09-26 20:25:17 (GMT)
commit05383a493ead1b30256c79a19782ecdbfa74522a (patch)
tree227a6b7c0cc2662c72aab1116b7d9835ea732809 /unix
parentac859f541ab22b0778aa06864848fdf336bb49cf (diff)
downloadtk-05383a493ead1b30256c79a19782ecdbfa74522a.zip
tk-05383a493ead1b30256c79a19782ecdbfa74522a.tar.gz
tk-05383a493ead1b30256c79a19782ecdbfa74522a.tar.bz2
Geometry manager changes to support TIP#18.
Diffstat (limited to 'unix')
-rw-r--r--unix/mkLinks18
1 files changed, 16 insertions, 2 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index 9e9079d..47f0d86 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -268,9 +268,13 @@ if test -r FreeXId.3; then
fi
if test -r GeomReq.3; then
rm -f Tk_GeometryRequest.3
+ rm -f Tk_SetMinimumRequestSize.3
rm -f Tk_SetInternalBorder.3
+ rm -f Tk_SetInternalBorderEx.3
ln GeomReq.3 Tk_GeometryRequest.3
+ ln GeomReq.3 Tk_SetMinimumRequestSize.3
ln GeomReq.3 Tk_SetInternalBorder.3
+ ln GeomReq.3 Tk_SetInternalBorderEx.3
fi
if test -r GetAnchor.3; then
rm -f Tk_GetAnchorFromObj.3
@@ -651,9 +655,14 @@ if test -r WindowId.3; then
rm -f Tk_IsEmbedded.3
rm -f Tk_IsMapped.3
rm -f Tk_IsTopLevel.3
+ rm -f Tk_MinReqWidth.3
+ rm -f Tk_MinReqHeight.3
rm -f Tk_ReqWidth.3
rm -f Tk_ReqHeight.3
- rm -f Tk_InternalBorderWidth.3
+ rm -f Tk_InternalBorderLeft.3
+ rm -f Tk_InternalBorderRight.3
+ rm -f Tk_InternalBorderTop.3
+ rm -f Tk_InternalBorderBottom.3
rm -f Tk_Visual.3
rm -f Tk_Depth.3
rm -f Tk_Colormap.3
@@ -673,9 +682,14 @@ if test -r WindowId.3; then
ln WindowId.3 Tk_IsEmbedded.3
ln WindowId.3 Tk_IsMapped.3
ln WindowId.3 Tk_IsTopLevel.3
+ ln WindowId.3 Tk_MinReqWidth.3
+ ln WindowId.3 Tk_MinReqHeight.3
ln WindowId.3 Tk_ReqWidth.3
ln WindowId.3 Tk_ReqHeight.3
- ln WindowId.3 Tk_InternalBorderWidth.3
+ ln WindowId.3 Tk_InternalBorderLeft.3
+ ln WindowId.3 Tk_InternalBorderRight.3
+ ln WindowId.3 Tk_InternalBorderTop.3
+ ln WindowId.3 Tk_InternalBorderBottom.3
ln WindowId.3 Tk_Visual.3
ln WindowId.3 Tk_Depth.3
ln WindowId.3 Tk_Colormap.3