diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-03-31 20:27:58 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-03-31 20:27:58 (GMT) |
| commit | 822a7a11ce042bc2035894295333a5255b84a29c (patch) | |
| tree | 845216c6b1e9c4b5559920a50af2215672f97504 /win/tkWinWm.c | |
| parent | e2c6aa1de60b6c195a39f4dd06ceee1a287f36ea (diff) | |
| download | tk-core-getrid_setgrid.zip tk-core-getrid_setgrid.tar.gz tk-core-getrid_setgrid.tar.bz2 | |
Make Tk_SetSizeHints() usable without tkPlatDecls.h. Clean up much morecore-getrid_setgrid
Diffstat (limited to 'win/tkWinWm.c')
| -rw-r--r-- | win/tkWinWm.c | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/win/tkWinWm.c b/win/tkWinWm.c index ecd4e13..246c61e 100644 --- a/win/tkWinWm.c +++ b/win/tkWinWm.c @@ -5692,62 +5692,6 @@ WmWaitVisibilityOrMapProc( /* *---------------------------------------------------------------------- * - * Tk_SetGrid -- - * - * This function has been deprecated. It is a no-op for the time - * being, until it is is removed. - * - * Results: - * None. - * - * Side effects: - * None. - * - *---------------------------------------------------------------------- - */ - -void -Tk_SetGrid( - Tk_Window tkwin, /* Token for window. New window mgr info will - * be posted for the top-level window - * associated with this window. */ - int reqWidth, /* Width (in grid units) corresponding to the - * requested geometry for tkwin. */ - int reqHeight, /* Height (in grid units) corresponding to the - * requested geometry for tkwin. */ - int widthInc, int heightInc)/* Pixel increments corresponding to a change - * of one grid unit. */ -{ -} - -/* - *---------------------------------------------------------------------- - * - * Tk_UnsetGrid -- - * - * This function cancels the effect of a previous call to Tk_SetGrid. - * - * Results: - * None. - * - * Side effects: - * If tkwin currently controls gridding for its top-level window, - * gridding is cancelled for that top-level window; if some other window - * controls gridding then this function has no effect. - * - *---------------------------------------------------------------------- - */ - -void -Tk_UnsetGrid( - Tk_Window tkwin) /* Token for window that is currently - * controlling gridding. */ -{ -} - -/* - *---------------------------------------------------------------------- - * * TopLevelEventProc -- * * This function is invoked when a top-level (or other externally-managed |
