home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _1ac885a3608be0c254ef0cbaddf54acc < prev    next >
Encoding:
Text File  |  2004-06-01  |  41.9 KB  |  1,159 lines

  1. #ifdef _TKDECLS
  2. #ifndef Tk_3DBorderColor
  3. VFUNC(XColor *,Tk_3DBorderColor,V_Tk_3DBorderColor,_ANSI_ARGS_((Tk_3DBorder border)))
  4. #endif /* #ifndef Tk_3DBorderColor */
  5.  
  6. #ifndef Tk_3DBorderGC
  7. VFUNC(GC,Tk_3DBorderGC,V_Tk_3DBorderGC,_ANSI_ARGS_((Tk_Window tkwin,
  8.                 Tk_3DBorder border, int which)))
  9. #endif /* #ifndef Tk_3DBorderGC */
  10.  
  11. #ifndef Tk_3DHorizontalBevel
  12. VFUNC(void,Tk_3DHorizontalBevel,V_Tk_3DHorizontalBevel,_ANSI_ARGS_((Tk_Window tkwin,
  13.                 Drawable drawable, Tk_3DBorder border, int x,
  14.                 int y, int width, int height, int leftIn,
  15.                 int rightIn, int topBevel, int relief)))
  16. #endif /* #ifndef Tk_3DHorizontalBevel */
  17.  
  18. #ifndef Tk_3DVerticalBevel
  19. VFUNC(void,Tk_3DVerticalBevel,V_Tk_3DVerticalBevel,_ANSI_ARGS_((Tk_Window tkwin,
  20.                 Drawable drawable, Tk_3DBorder border, int x,
  21.                 int y, int width, int height, int leftBevel,
  22.                 int relief)))
  23. #endif /* #ifndef Tk_3DVerticalBevel */
  24.  
  25. #ifndef Tk_Alloc3DBorderFromObj
  26. VFUNC(Tk_3DBorder,Tk_Alloc3DBorderFromObj,V_Tk_Alloc3DBorderFromObj,_ANSI_ARGS_((
  27.                 Tcl_Interp * interp, Tk_Window tkwin,
  28.                 Tcl_Obj * objPtr)))
  29. #endif /* #ifndef Tk_Alloc3DBorderFromObj */
  30.  
  31. #ifndef Tk_AllocBitmapFromObj
  32. VFUNC(Pixmap,Tk_AllocBitmapFromObj,V_Tk_AllocBitmapFromObj,_ANSI_ARGS_((
  33.                 Tcl_Interp * interp, Tk_Window tkwin,
  34.                 Tcl_Obj * objPtr)))
  35. #endif /* #ifndef Tk_AllocBitmapFromObj */
  36.  
  37. #ifndef Tk_AllocColorFromObj
  38. VFUNC(XColor *,Tk_AllocColorFromObj,V_Tk_AllocColorFromObj,_ANSI_ARGS_((
  39.                 Tcl_Interp * interp, Tk_Window tkwin,
  40.                 Tcl_Obj * objPtr)))
  41. #endif /* #ifndef Tk_AllocColorFromObj */
  42.  
  43. #ifndef Tk_AllocCursorFromObj
  44. VFUNC(Tk_Cursor,Tk_AllocCursorFromObj,V_Tk_AllocCursorFromObj,_ANSI_ARGS_((
  45.                 Tcl_Interp * interp, Tk_Window tkwin,
  46.                 Tcl_Obj * objPtr)))
  47. #endif /* #ifndef Tk_AllocCursorFromObj */
  48.  
  49. #ifndef Tk_AllocFontFromObj
  50. VFUNC(Tk_Font,Tk_AllocFontFromObj,V_Tk_AllocFontFromObj,_ANSI_ARGS_((Tcl_Interp * interp,
  51.                 Tk_Window tkwin, Tcl_Obj * objPtr)))
  52. #endif /* #ifndef Tk_AllocFontFromObj */
  53.  
  54. #ifndef Tk_AllocStyleFromObj
  55. VFUNC(Tk_Style,Tk_AllocStyleFromObj,V_Tk_AllocStyleFromObj,_ANSI_ARGS_((
  56.                 Tcl_Interp * interp, Tcl_Obj * objPtr)))
  57. #endif /* #ifndef Tk_AllocStyleFromObj */
  58.  
  59. #ifndef Tk_BindEvent
  60. VFUNC(void,Tk_BindEvent,V_Tk_BindEvent,_ANSI_ARGS_((
  61.                 Tk_BindingTable bindingTable,
  62.                 XEvent * eventPtr, Tk_Window tkwin,
  63.                 int numObjects, ClientData * objectPtr)))
  64. #endif /* #ifndef Tk_BindEvent */
  65.  
  66. #ifndef Tk_ChangeWindowAttributes
  67. VFUNC(void,Tk_ChangeWindowAttributes,V_Tk_ChangeWindowAttributes,_ANSI_ARGS_((
  68.                 Tk_Window tkwin, unsigned long valueMask,
  69.                 XSetWindowAttributes * attsPtr)))
  70. #endif /* #ifndef Tk_ChangeWindowAttributes */
  71.  
  72. #ifndef Tk_CharBbox
  73. VFUNC(int,Tk_CharBbox,V_Tk_CharBbox,_ANSI_ARGS_((Tk_TextLayout layout,
  74.                 int index, int * xPtr, int * yPtr,
  75.                 int * widthPtr, int * heightPtr)))
  76. #endif /* #ifndef Tk_CharBbox */
  77.  
  78. #ifndef Tk_ClearSelection
  79. VFUNC(void,Tk_ClearSelection,V_Tk_ClearSelection,_ANSI_ARGS_((Tk_Window tkwin,
  80.                 Atom selection)))
  81. #endif /* #ifndef Tk_ClearSelection */
  82.  
  83. #ifndef Tk_ClipboardAppend
  84. VFUNC(int,Tk_ClipboardAppend,V_Tk_ClipboardAppend,_ANSI_ARGS_((Tcl_Interp * interp,
  85.                 Tk_Window tkwin, Atom target, Atom format,
  86.                 char* buffer)))
  87. #endif /* #ifndef Tk_ClipboardAppend */
  88.  
  89. #ifndef Tk_ClipboardClear
  90. VFUNC(int,Tk_ClipboardClear,V_Tk_ClipboardClear,_ANSI_ARGS_((Tcl_Interp * interp,
  91.                 Tk_Window tkwin)))
  92. #endif /* #ifndef Tk_ClipboardClear */
  93.  
  94. #ifndef Tk_CollapseMotionEvents
  95. VFUNC(int,Tk_CollapseMotionEvents,V_Tk_CollapseMotionEvents,_ANSI_ARGS_((
  96.                 Display * display, int collapse)))
  97. #endif /* #ifndef Tk_CollapseMotionEvents */
  98.  
  99. #ifndef Tk_ComputeTextLayout
  100. VFUNC(Tk_TextLayout,Tk_ComputeTextLayout,V_Tk_ComputeTextLayout,_ANSI_ARGS_((Tk_Font font,
  101.                 CONST char * str, int numChars,
  102.                 int wrapLength, Tk_Justify justify,
  103.                 int flags, int * widthPtr, int * heightPtr)))
  104. #endif /* #ifndef Tk_ComputeTextLayout */
  105.  
  106. #ifndef Tk_ConfigureInfo
  107. VFUNC(int,Tk_ConfigureInfo,V_Tk_ConfigureInfo,_ANSI_ARGS_((Tcl_Interp * interp,
  108.                 Tk_Window tkwin, Tk_ConfigSpec * specs,
  109.                 char * widgRec, CONST char * argvName,
  110.                 int flags)))
  111. #endif /* #ifndef Tk_ConfigureInfo */
  112.  
  113. #ifndef Tk_ConfigureValue
  114. VFUNC(int,Tk_ConfigureValue,V_Tk_ConfigureValue,_ANSI_ARGS_((Tcl_Interp * interp,
  115.                 Tk_Window tkwin, Tk_ConfigSpec * specs,
  116.                 char * widgRec, CONST char * argvName,
  117.                 int flags)))
  118. #endif /* #ifndef Tk_ConfigureValue */
  119.  
  120. #ifndef Tk_ConfigureWidget
  121. VFUNC(int,Tk_ConfigureWidget,V_Tk_ConfigureWidget,_ANSI_ARGS_((Tcl_Interp * interp,
  122.                 Tk_Window tkwin, Tk_ConfigSpec * specs,
  123.                 int argc, CONST84 Tcl_Obj *CONST *objv,
  124.                 char * widgRec, int flags)))
  125. #endif /* #ifndef Tk_ConfigureWidget */
  126.  
  127. #ifndef Tk_ConfigureWindow
  128. VFUNC(void,Tk_ConfigureWindow,V_Tk_ConfigureWindow,_ANSI_ARGS_((Tk_Window tkwin,
  129.                 unsigned int valueMask,
  130.                 XWindowChanges * valuePtr)))
  131. #endif /* #ifndef Tk_ConfigureWindow */
  132.  
  133. #ifndef Tk_CoordsToWindow
  134. VFUNC(Tk_Window,Tk_CoordsToWindow,V_Tk_CoordsToWindow,_ANSI_ARGS_((int rootX, int rootY,
  135.                 Tk_Window tkwin)))
  136. #endif /* #ifndef Tk_CoordsToWindow */
  137.  
  138. #ifndef Tk_CreateAnonymousWindow
  139. VFUNC(Tk_Window,Tk_CreateAnonymousWindow,V_Tk_CreateAnonymousWindow,_ANSI_ARGS_((
  140.                 Tcl_Interp * interp, Tk_Window parent,
  141.                 CONST char * screenName)))
  142. #endif /* #ifndef Tk_CreateAnonymousWindow */
  143.  
  144. #ifndef Tk_CreateBinding
  145. VFUNC(unsigned long,Tk_CreateBinding,V_Tk_CreateBinding,_ANSI_ARGS_((Tcl_Interp * interp,
  146.                 Tk_BindingTable bindingTable,
  147.                 ClientData object, CONST char * eventStr,
  148.                 Tcl_Obj *command, int append)))
  149. #endif /* #ifndef Tk_CreateBinding */
  150.  
  151. #ifndef Tk_CreateBindingTable
  152. VFUNC(Tk_BindingTable,Tk_CreateBindingTable,V_Tk_CreateBindingTable,_ANSI_ARGS_((
  153.                 Tcl_Interp * interp)))
  154. #endif /* #ifndef Tk_CreateBindingTable */
  155.  
  156. #ifndef Tk_CreateClientMessageHandler
  157. VFUNC(void,Tk_CreateClientMessageHandler,V_Tk_CreateClientMessageHandler,_ANSI_ARGS_((
  158.                 Tk_ClientMessageProc * proc)))
  159. #endif /* #ifndef Tk_CreateClientMessageHandler */
  160.  
  161. #ifndef Tk_CreateErrorHandler
  162. VFUNC(Tk_ErrorHandler,Tk_CreateErrorHandler,V_Tk_CreateErrorHandler,_ANSI_ARGS_((Display * display,
  163.                 int errNum, int request, int minorCode,
  164.                 Tk_ErrorProc * errorProc,
  165.                 ClientData clientData)))
  166. #endif /* #ifndef Tk_CreateErrorHandler */
  167.  
  168. #ifndef Tk_CreateEventHandler
  169. VFUNC(void,Tk_CreateEventHandler,V_Tk_CreateEventHandler,_ANSI_ARGS_((Tk_Window token,
  170.                 unsigned long mask, Tk_EventProc * proc,
  171.                 ClientData clientData)))
  172. #endif /* #ifndef Tk_CreateEventHandler */
  173.  
  174. #ifndef Tk_CreateGenericHandler
  175. VFUNC(void,Tk_CreateGenericHandler,V_Tk_CreateGenericHandler,_ANSI_ARGS_((
  176.                 Tk_GenericProc * proc, ClientData clientData)))
  177. #endif /* #ifndef Tk_CreateGenericHandler */
  178.  
  179. #ifndef Tk_CreateImageType
  180. VFUNC(void,Tk_CreateImageType,V_Tk_CreateImageType,_ANSI_ARGS_((
  181.                 Tk_ImageType * typePtr)))
  182. #endif /* #ifndef Tk_CreateImageType */
  183.  
  184. #ifndef Tk_CreateOptionTable
  185. VFUNC(Tk_OptionTable,Tk_CreateOptionTable,V_Tk_CreateOptionTable,_ANSI_ARGS_((
  186.                 Tcl_Interp * interp,
  187.                 CONST Tk_OptionSpec * templatePtr)))
  188. #endif /* #ifndef Tk_CreateOptionTable */
  189.  
  190. #ifndef Tk_CreateSelHandler
  191. VFUNC(void,Tk_CreateSelHandler,V_Tk_CreateSelHandler,_ANSI_ARGS_((Tk_Window tkwin,
  192.                 Atom selection, Atom target,
  193.                 Tk_SelectionProc * proc,
  194.                 ClientData clientData, Atom format)))
  195. #endif /* #ifndef Tk_CreateSelHandler */
  196.  
  197. #ifndef Tk_CreateStyle
  198. VFUNC(Tk_Style,Tk_CreateStyle,V_Tk_CreateStyle,_ANSI_ARGS_((CONST char * name,
  199.                 Tk_StyleEngine engine, ClientData clientData)))
  200. #endif /* #ifndef Tk_CreateStyle */
  201.  
  202. #ifndef Tk_CreateWindow
  203. VFUNC(Tk_Window,Tk_CreateWindow,V_Tk_CreateWindow,_ANSI_ARGS_((Tcl_Interp * interp,
  204.                 Tk_Window parent, CONST char * name,
  205.                 CONST char * screenName)))
  206. #endif /* #ifndef Tk_CreateWindow */
  207.  
  208. #ifndef Tk_CreateWindowFromPath
  209. VFUNC(Tk_Window,Tk_CreateWindowFromPath,V_Tk_CreateWindowFromPath,_ANSI_ARGS_((
  210.                 Tcl_Interp * interp, Tk_Window tkwin,
  211.                 CONST char * pathName,
  212.                 CONST char * screenName)))
  213. #endif /* #ifndef Tk_CreateWindowFromPath */
  214.  
  215. #ifndef Tk_DefineBitmap
  216. VFUNC(int,Tk_DefineBitmap,V_Tk_DefineBitmap,_ANSI_ARGS_((Tcl_Interp * interp,
  217.                 CONST char * name, CONST char * source,
  218.                 int width, int height)))
  219. #endif /* #ifndef Tk_DefineBitmap */
  220.  
  221. #ifndef Tk_DefineCursor
  222. VFUNC(void,Tk_DefineCursor,V_Tk_DefineCursor,_ANSI_ARGS_((Tk_Window window,
  223.                 Tk_Cursor cursor)))
  224. #endif /* #ifndef Tk_DefineCursor */
  225.  
  226. #ifndef Tk_DeleteAllBindings
  227. VFUNC(void,Tk_DeleteAllBindings,V_Tk_DeleteAllBindings,_ANSI_ARGS_((
  228.                 Tk_BindingTable bindingTable,
  229.                 ClientData object)))
  230. #endif /* #ifndef Tk_DeleteAllBindings */
  231.  
  232. #ifndef Tk_DeleteBinding
  233. VFUNC(int,Tk_DeleteBinding,V_Tk_DeleteBinding,_ANSI_ARGS_((Tcl_Interp * interp,
  234.                 Tk_BindingTable bindingTable,
  235.                 ClientData object, CONST char * eventStr)))
  236. #endif /* #ifndef Tk_DeleteBinding */
  237.  
  238. #ifndef Tk_DeleteBindingTable
  239. VFUNC(void,Tk_DeleteBindingTable,V_Tk_DeleteBindingTable,_ANSI_ARGS_((
  240.                 Tk_BindingTable bindingTable)))
  241. #endif /* #ifndef Tk_DeleteBindingTable */
  242.  
  243. #ifndef Tk_DeleteClientMessageHandler
  244. VFUNC(void,Tk_DeleteClientMessageHandler,V_Tk_DeleteClientMessageHandler,_ANSI_ARGS_((
  245.                 Tk_ClientMessageProc * proc)))
  246. #endif /* #ifndef Tk_DeleteClientMessageHandler */
  247.  
  248. #ifndef Tk_DeleteErrorHandler
  249. VFUNC(void,Tk_DeleteErrorHandler,V_Tk_DeleteErrorHandler,_ANSI_ARGS_((
  250.                 Tk_ErrorHandler handler)))
  251. #endif /* #ifndef Tk_DeleteErrorHandler */
  252.  
  253. #ifndef Tk_DeleteEventHandler
  254. VFUNC(void,Tk_DeleteEventHandler,V_Tk_DeleteEventHandler,_ANSI_ARGS_((Tk_Window token,
  255.                 unsigned long mask, Tk_EventProc * proc,
  256.                 ClientData clientData)))
  257. #endif /* #ifndef Tk_DeleteEventHandler */
  258.  
  259. #ifndef Tk_DeleteGenericHandler
  260. VFUNC(void,Tk_DeleteGenericHandler,V_Tk_DeleteGenericHandler,_ANSI_ARGS_((
  261.                 Tk_GenericProc * proc, ClientData clientData)))
  262. #endif /* #ifndef Tk_DeleteGenericHandler */
  263.  
  264. #ifndef Tk_DeleteImage
  265. VFUNC(void,Tk_DeleteImage,V_Tk_DeleteImage,_ANSI_ARGS_((Tcl_Interp * interp,
  266.                 CONST char * name)))
  267. #endif /* #ifndef Tk_DeleteImage */
  268.  
  269. #ifndef Tk_DeleteOptionTable
  270. VFUNC(void,Tk_DeleteOptionTable,V_Tk_DeleteOptionTable,_ANSI_ARGS_((
  271.                 Tk_OptionTable optionTable)))
  272. #endif /* #ifndef Tk_DeleteOptionTable */
  273.  
  274. #ifndef Tk_DeleteSelHandler
  275. VFUNC(void,Tk_DeleteSelHandler,V_Tk_DeleteSelHandler,_ANSI_ARGS_((Tk_Window tkwin,
  276.                 Atom selection, Atom target)))
  277. #endif /* #ifndef Tk_DeleteSelHandler */
  278.  
  279. #ifndef Tk_DestroyWindow
  280. VFUNC(void,Tk_DestroyWindow,V_Tk_DestroyWindow,_ANSI_ARGS_((Tk_Window tkwin)))
  281. #endif /* #ifndef Tk_DestroyWindow */
  282.  
  283. #ifndef Tk_DisplayName
  284. VFUNC(CONST84_RETURN char *,Tk_DisplayName,V_Tk_DisplayName,_ANSI_ARGS_((Tk_Window tkwin)))
  285. #endif /* #ifndef Tk_DisplayName */
  286.  
  287. #ifndef Tk_DistanceToTextLayout
  288. VFUNC(int,Tk_DistanceToTextLayout,V_Tk_DistanceToTextLayout,_ANSI_ARGS_((
  289.                 Tk_TextLayout layout, int x, int y)))
  290. #endif /* #ifndef Tk_DistanceToTextLayout */
  291.  
  292. #ifndef Tk_Draw3DPolygon
  293. VFUNC(void,Tk_Draw3DPolygon,V_Tk_Draw3DPolygon,_ANSI_ARGS_((Tk_Window tkwin,
  294.                 Drawable drawable, Tk_3DBorder border,
  295.                 XPoint * pointPtr, int numPoints,
  296.                 int borderWidth, int leftRelief)))
  297. #endif /* #ifndef Tk_Draw3DPolygon */
  298.  
  299. #ifndef Tk_Draw3DRectangle
  300. VFUNC(void,Tk_Draw3DRectangle,V_Tk_Draw3DRectangle,_ANSI_ARGS_((Tk_Window tkwin,
  301.                 Drawable drawable, Tk_3DBorder border, int x,
  302.                 int y, int width, int height,
  303.                 int borderWidth, int relief)))
  304. #endif /* #ifndef Tk_Draw3DRectangle */
  305.  
  306. #ifndef Tk_DrawChars
  307. VFUNC(void,Tk_DrawChars,V_Tk_DrawChars,_ANSI_ARGS_((Display * display,
  308.                 Drawable drawable, GC gc, Tk_Font tkfont,
  309.                 CONST char * source, int numBytes, int x,
  310.                 int y)))
  311. #endif /* #ifndef Tk_DrawChars */
  312.  
  313. #ifndef Tk_DrawElement
  314. VFUNC(void,Tk_DrawElement,V_Tk_DrawElement,_ANSI_ARGS_((Tk_Style style,
  315.                 Tk_StyledElement element, char * recordPtr,
  316.                 Tk_Window tkwin, Drawable d, int x, int y,
  317.                 int width, int height, int state)))
  318. #endif /* #ifndef Tk_DrawElement */
  319.  
  320. #ifndef Tk_DrawFocusHighlight
  321. VFUNC(void,Tk_DrawFocusHighlight,V_Tk_DrawFocusHighlight,_ANSI_ARGS_((Tk_Window tkwin,
  322.                 GC gc, int width, Drawable drawable)))
  323. #endif /* #ifndef Tk_DrawFocusHighlight */
  324.  
  325. #ifndef Tk_DrawTextLayout
  326. VFUNC(void,Tk_DrawTextLayout,V_Tk_DrawTextLayout,_ANSI_ARGS_((Display * display,
  327.                 Drawable drawable, GC gc,
  328.                 Tk_TextLayout layout, int x, int y,
  329.                 int firstChar, int lastChar)))
  330. #endif /* #ifndef Tk_DrawTextLayout */
  331.  
  332. #ifndef Tk_Fill3DPolygon
  333. VFUNC(void,Tk_Fill3DPolygon,V_Tk_Fill3DPolygon,_ANSI_ARGS_((Tk_Window tkwin,
  334.                 Drawable drawable, Tk_3DBorder border,
  335.                 XPoint * pointPtr, int numPoints,
  336.                 int borderWidth, int leftRelief)))
  337. #endif /* #ifndef Tk_Fill3DPolygon */
  338.  
  339. #ifndef Tk_Fill3DRectangle
  340. VFUNC(void,Tk_Fill3DRectangle,V_Tk_Fill3DRectangle,_ANSI_ARGS_((Tk_Window tkwin,
  341.                 Drawable drawable, Tk_3DBorder border, int x,
  342.                 int y, int width, int height,
  343.                 int borderWidth, int relief)))
  344. #endif /* #ifndef Tk_Fill3DRectangle */
  345.  
  346. #ifndef Tk_FontId
  347. VFUNC(Font,Tk_FontId,V_Tk_FontId,_ANSI_ARGS_((Tk_Font font)))
  348. #endif /* #ifndef Tk_FontId */
  349.  
  350. #ifndef Tk_Free3DBorder
  351. VFUNC(void,Tk_Free3DBorder,V_Tk_Free3DBorder,_ANSI_ARGS_((Tk_3DBorder border)))
  352. #endif /* #ifndef Tk_Free3DBorder */
  353.  
  354. #ifndef Tk_Free3DBorderFromObj
  355. VFUNC(void,Tk_Free3DBorderFromObj,V_Tk_Free3DBorderFromObj,_ANSI_ARGS_((Tk_Window tkwin,
  356.                 Tcl_Obj * objPtr)))
  357. #endif /* #ifndef Tk_Free3DBorderFromObj */
  358.  
  359. #ifndef Tk_FreeBitmap
  360. VFUNC(void,Tk_FreeBitmap,V_Tk_FreeBitmap,_ANSI_ARGS_((Display * display,
  361.                 Pixmap bitmap)))
  362. #endif /* #ifndef Tk_FreeBitmap */
  363.  
  364. #ifndef Tk_FreeBitmapFromObj
  365. VFUNC(void,Tk_FreeBitmapFromObj,V_Tk_FreeBitmapFromObj,_ANSI_ARGS_((Tk_Window tkwin,
  366.                 Tcl_Obj * objPtr)))
  367. #endif /* #ifndef Tk_FreeBitmapFromObj */
  368.  
  369. #ifndef Tk_FreeColor
  370. VFUNC(void,Tk_FreeColor,V_Tk_FreeColor,_ANSI_ARGS_((XColor * colorPtr)))
  371. #endif /* #ifndef Tk_FreeColor */
  372.  
  373. #ifndef Tk_FreeColorFromObj
  374. VFUNC(void,Tk_FreeColorFromObj,V_Tk_FreeColorFromObj,_ANSI_ARGS_((Tk_Window tkwin,
  375.                 Tcl_Obj * objPtr)))
  376. #endif /* #ifndef Tk_FreeColorFromObj */
  377.  
  378. #ifndef Tk_FreeColormap
  379. VFUNC(void,Tk_FreeColormap,V_Tk_FreeColormap,_ANSI_ARGS_((Display * display,
  380.                 Colormap colormap)))
  381. #endif /* #ifndef Tk_FreeColormap */
  382.  
  383. #ifndef Tk_FreeConfigOptions
  384. VFUNC(void,Tk_FreeConfigOptions,V_Tk_FreeConfigOptions,_ANSI_ARGS_((char * recordPtr,
  385.                 Tk_OptionTable optionToken, Tk_Window tkwin)))
  386. #endif /* #ifndef Tk_FreeConfigOptions */
  387.  
  388. #ifndef Tk_FreeCursor
  389. VFUNC(void,Tk_FreeCursor,V_Tk_FreeCursor,_ANSI_ARGS_((Display * display,
  390.                 Tk_Cursor cursor)))
  391. #endif /* #ifndef Tk_FreeCursor */
  392.  
  393. #ifndef Tk_FreeCursorFromObj
  394. VFUNC(void,Tk_FreeCursorFromObj,V_Tk_FreeCursorFromObj,_ANSI_ARGS_((Tk_Window tkwin,
  395.                 Tcl_Obj * objPtr)))
  396. #endif /* #ifndef Tk_FreeCursorFromObj */
  397.  
  398. #ifndef Tk_FreeFont
  399. VFUNC(void,Tk_FreeFont,V_Tk_FreeFont,_ANSI_ARGS_((Tk_Font f)))
  400. #endif /* #ifndef Tk_FreeFont */
  401.  
  402. #ifndef Tk_FreeFontFromObj
  403. VFUNC(void,Tk_FreeFontFromObj,V_Tk_FreeFontFromObj,_ANSI_ARGS_((Tk_Window tkwin,
  404.                 Tcl_Obj * objPtr)))
  405. #endif /* #ifndef Tk_FreeFontFromObj */
  406.  
  407. #ifndef Tk_FreeGC
  408. VFUNC(void,Tk_FreeGC,V_Tk_FreeGC,_ANSI_ARGS_((Display * display, GC gc)))
  409. #endif /* #ifndef Tk_FreeGC */
  410.  
  411. #ifndef Tk_FreeImage
  412. VFUNC(void,Tk_FreeImage,V_Tk_FreeImage,_ANSI_ARGS_((Tk_Image image)))
  413. #endif /* #ifndef Tk_FreeImage */
  414.  
  415. #ifndef Tk_FreeOptions
  416. VFUNC(void,Tk_FreeOptions,V_Tk_FreeOptions,_ANSI_ARGS_((Tk_ConfigSpec * specs,
  417.                 char * widgRec, Display * display,
  418.                 int needFlags)))
  419. #endif /* #ifndef Tk_FreeOptions */
  420.  
  421. #ifndef Tk_FreePixmap
  422. VFUNC(void,Tk_FreePixmap,V_Tk_FreePixmap,_ANSI_ARGS_((Display * display,
  423.                 Pixmap pixmap)))
  424. #endif /* #ifndef Tk_FreePixmap */
  425.  
  426. #ifndef Tk_FreeSavedOptions
  427. VFUNC(void,Tk_FreeSavedOptions,V_Tk_FreeSavedOptions,_ANSI_ARGS_((
  428.                 Tk_SavedOptions * savePtr)))
  429. #endif /* #ifndef Tk_FreeSavedOptions */
  430.  
  431. #ifndef Tk_FreeStyle
  432. VFUNC(void,Tk_FreeStyle,V_Tk_FreeStyle,_ANSI_ARGS_((Tk_Style style)))
  433. #endif /* #ifndef Tk_FreeStyle */
  434.  
  435. #ifndef Tk_FreeStyleFromObj
  436. VFUNC(void,Tk_FreeStyleFromObj,V_Tk_FreeStyleFromObj,_ANSI_ARGS_((Tcl_Obj * objPtr)))
  437. #endif /* #ifndef Tk_FreeStyleFromObj */
  438.  
  439. #ifndef Tk_FreeTextLayout
  440. VFUNC(void,Tk_FreeTextLayout,V_Tk_FreeTextLayout,_ANSI_ARGS_((
  441.                 Tk_TextLayout textLayout)))
  442. #endif /* #ifndef Tk_FreeTextLayout */
  443.  
  444. #ifndef Tk_FreeXId
  445. VFUNC(void,Tk_FreeXId,V_Tk_FreeXId,_ANSI_ARGS_((Display * display, XID xid)))
  446. #endif /* #ifndef Tk_FreeXId */
  447.  
  448. #ifndef Tk_GCForColor
  449. VFUNC(GC,Tk_GCForColor,V_Tk_GCForColor,_ANSI_ARGS_((XColor * colorPtr,
  450.                 Drawable drawable)))
  451. #endif /* #ifndef Tk_GCForColor */
  452.  
  453. #ifndef Tk_GeometryRequest
  454. VFUNC(void,Tk_GeometryRequest,V_Tk_GeometryRequest,_ANSI_ARGS_((Tk_Window tkwin,
  455.                 int reqWidth, int reqHeight)))
  456. #endif /* #ifndef Tk_GeometryRequest */
  457.  
  458. #ifndef Tk_Get3DBorder
  459. VFUNC(Tk_3DBorder,Tk_Get3DBorder,V_Tk_Get3DBorder,_ANSI_ARGS_((Tcl_Interp * interp,
  460.                 Tk_Window tkwin, Tk_Uid colorName)))
  461. #endif /* #ifndef Tk_Get3DBorder */
  462.  
  463. #ifndef Tk_Get3DBorderFromObj
  464. VFUNC(Tk_3DBorder,Tk_Get3DBorderFromObj,V_Tk_Get3DBorderFromObj,_ANSI_ARGS_((Tk_Window tkwin,
  465.                 Tcl_Obj * objPtr)))
  466. #endif /* #ifndef Tk_Get3DBorderFromObj */
  467.  
  468. #ifndef Tk_GetAllBindings
  469. VFUNC(void,Tk_GetAllBindings,V_Tk_GetAllBindings,_ANSI_ARGS_((Tcl_Interp * interp,
  470.                 Tk_BindingTable bindingTable,
  471.                 ClientData object)))
  472. #endif /* #ifndef Tk_GetAllBindings */
  473.  
  474. #ifndef Tk_GetAnchor
  475. VFUNC(int,Tk_GetAnchor,V_Tk_GetAnchor,_ANSI_ARGS_((Tcl_Interp * interp,
  476.                 CONST char * str, Tk_Anchor * anchorPtr)))
  477. #endif /* #ifndef Tk_GetAnchor */
  478.  
  479. #ifndef Tk_GetAnchorFromObj
  480. VFUNC(int,Tk_GetAnchorFromObj,V_Tk_GetAnchorFromObj,_ANSI_ARGS_((Tcl_Interp * interp,
  481.                 Tcl_Obj * objPtr, Tk_Anchor * anchorPtr)))
  482. #endif /* #ifndef Tk_GetAnchorFromObj */
  483.  
  484. #ifndef Tk_GetAtomName
  485. VFUNC(CONST84_RETURN char *,Tk_GetAtomName,V_Tk_GetAtomName,_ANSI_ARGS_((Tk_Window tkwin,
  486.                 Atom atom)))
  487. #endif /* #ifndef Tk_GetAtomName */
  488.  
  489. #ifndef Tk_GetBinding
  490. VFUNC(Tcl_Obj *,Tk_GetBinding,V_Tk_GetBinding,_ANSI_ARGS_((Tcl_Interp * interp,
  491.                 Tk_BindingTable bindingTable,
  492.                 ClientData object, CONST char * eventStr)))
  493. #endif /* #ifndef Tk_GetBinding */
  494.  
  495. #ifndef Tk_GetBitmap
  496. VFUNC(Pixmap,Tk_GetBitmap,V_Tk_GetBitmap,_ANSI_ARGS_((Tcl_Interp * interp,
  497.                 Tk_Window tkwin, CONST char * str)))
  498. #endif /* #ifndef Tk_GetBitmap */
  499.  
  500. #ifndef Tk_GetBitmapFromData
  501. VFUNC(Pixmap,Tk_GetBitmapFromData,V_Tk_GetBitmapFromData,_ANSI_ARGS_((
  502.                 Tcl_Interp * interp, Tk_Window tkwin,
  503.                 CONST char * source, int width, int height)))
  504. #endif /* #ifndef Tk_GetBitmapFromData */
  505.  
  506. #ifndef Tk_GetBitmapFromObj
  507. VFUNC(Pixmap,Tk_GetBitmapFromObj,V_Tk_GetBitmapFromObj,_ANSI_ARGS_((Tk_Window tkwin,
  508.                 Tcl_Obj * objPtr)))
  509. #endif /* #ifndef Tk_GetBitmapFromObj */
  510.  
  511. #ifndef Tk_GetCapStyle
  512. VFUNC(int,Tk_GetCapStyle,V_Tk_GetCapStyle,_ANSI_ARGS_((Tcl_Interp * interp,
  513.                 CONST char * str, int * capPtr)))
  514. #endif /* #ifndef Tk_GetCapStyle */
  515.  
  516. #ifndef Tk_GetColor
  517. VFUNC(XColor *,Tk_GetColor,V_Tk_GetColor,_ANSI_ARGS_((Tcl_Interp * interp,
  518.                 Tk_Window tkwin, Tk_Uid name)))
  519. #endif /* #ifndef Tk_GetColor */
  520.  
  521. #ifndef Tk_GetColorByValue
  522. VFUNC(XColor *,Tk_GetColorByValue,V_Tk_GetColorByValue,_ANSI_ARGS_((Tk_Window tkwin,
  523.                 XColor * colorPtr)))
  524. #endif /* #ifndef Tk_GetColorByValue */
  525.  
  526. #ifndef Tk_GetColorFromObj
  527. VFUNC(XColor *,Tk_GetColorFromObj,V_Tk_GetColorFromObj,_ANSI_ARGS_((Tk_Window tkwin,
  528.                 Tcl_Obj * objPtr)))
  529. #endif /* #ifndef Tk_GetColorFromObj */
  530.  
  531. #ifndef Tk_GetColormap
  532. VFUNC(Colormap,Tk_GetColormap,V_Tk_GetColormap,_ANSI_ARGS_((Tcl_Interp * interp,
  533.                 Tk_Window tkwin, CONST char * str)))
  534. #endif /* #ifndef Tk_GetColormap */
  535.  
  536. #ifndef Tk_GetCursor
  537. VFUNC(Tk_Cursor,Tk_GetCursor,V_Tk_GetCursor,_ANSI_ARGS_((Tcl_Interp * interp,
  538.                 Tk_Window tkwin, Tk_Uid str)))
  539. #endif /* #ifndef Tk_GetCursor */
  540.  
  541. #ifndef Tk_GetCursorFromData
  542. VFUNC(Tk_Cursor,Tk_GetCursorFromData,V_Tk_GetCursorFromData,_ANSI_ARGS_((
  543.                 Tcl_Interp * interp, Tk_Window tkwin,
  544.                 CONST char * source, CONST char * mask,
  545.                 int width, int height, int xHot, int yHot,
  546.                 Tk_Uid fg, Tk_Uid bg)))
  547. #endif /* #ifndef Tk_GetCursorFromData */
  548.  
  549. #ifndef Tk_GetCursorFromObj
  550. VFUNC(Tk_Cursor,Tk_GetCursorFromObj,V_Tk_GetCursorFromObj,_ANSI_ARGS_((Tk_Window tkwin,
  551.                 Tcl_Obj * objPtr)))
  552. #endif /* #ifndef Tk_GetCursorFromObj */
  553.  
  554. #ifndef Tk_GetElementBorderWidth
  555. VFUNC(int,Tk_GetElementBorderWidth,V_Tk_GetElementBorderWidth,_ANSI_ARGS_((Tk_Style style,
  556.                 Tk_StyledElement element, char * recordPtr,
  557.                 Tk_Window tkwin)))
  558. #endif /* #ifndef Tk_GetElementBorderWidth */
  559.  
  560. #ifndef Tk_GetElementBox
  561. VFUNC(void,Tk_GetElementBox,V_Tk_GetElementBox,_ANSI_ARGS_((Tk_Style style,
  562.                 Tk_StyledElement element, char * recordPtr,
  563.                 Tk_Window tkwin, int x, int y, int width,
  564.                 int height, int inner, int * xPtr,
  565.                 int * yPtr, int * widthPtr, int * heightPtr)))
  566. #endif /* #ifndef Tk_GetElementBox */
  567.  
  568. #ifndef Tk_GetElementId
  569. VFUNC(int,Tk_GetElementId,V_Tk_GetElementId,_ANSI_ARGS_((CONST char * name)))
  570. #endif /* #ifndef Tk_GetElementId */
  571.  
  572. #ifndef Tk_GetElementSize
  573. VFUNC(void,Tk_GetElementSize,V_Tk_GetElementSize,_ANSI_ARGS_((Tk_Style style,
  574.                 Tk_StyledElement element, char * recordPtr,
  575.                 Tk_Window tkwin, int width, int height,
  576.                 int inner, int * widthPtr, int * heightPtr)))
  577. #endif /* #ifndef Tk_GetElementSize */
  578.  
  579. #ifndef Tk_GetFont
  580. VFUNC(Tk_Font,Tk_GetFont,V_Tk_GetFont,_ANSI_ARGS_((Tcl_Interp * interp,
  581.                 Tk_Window tkwin, CONST char * str)))
  582. #endif /* #ifndef Tk_GetFont */
  583.  
  584. #ifndef Tk_GetFontFromObj
  585. VFUNC(Tk_Font,Tk_GetFontFromObj,V_Tk_GetFontFromObj,_ANSI_ARGS_((Tk_Window tkwin,
  586.                 Tcl_Obj * objPtr)))
  587. #endif /* #ifndef Tk_GetFontFromObj */
  588.  
  589. #ifndef Tk_GetFontMetrics
  590. VFUNC(void,Tk_GetFontMetrics,V_Tk_GetFontMetrics,_ANSI_ARGS_((Tk_Font font,
  591.                 Tk_FontMetrics * fmPtr)))
  592. #endif /* #ifndef Tk_GetFontMetrics */
  593.  
  594. #ifndef Tk_GetGC
  595. VFUNC(GC,Tk_GetGC,V_Tk_GetGC,_ANSI_ARGS_((Tk_Window tkwin,
  596.                 unsigned long valueMask,
  597.                 XGCValues * valuePtr)))
  598. #endif /* #ifndef Tk_GetGC */
  599.  
  600. #ifndef Tk_GetImage
  601. VFUNC(Tk_Image,Tk_GetImage,V_Tk_GetImage,_ANSI_ARGS_((Tcl_Interp * interp,
  602.                 Tk_Window tkwin, CONST char * name,
  603.                 Tk_ImageChangedProc * changeProc,
  604.                 ClientData clientData)))
  605. #endif /* #ifndef Tk_GetImage */
  606.  
  607. #ifndef Tk_GetImageMasterData
  608. VFUNC(ClientData,Tk_GetImageMasterData,V_Tk_GetImageMasterData,_ANSI_ARGS_((
  609.                 Tcl_Interp * interp, CONST char * name,
  610.                 Tk_ImageType ** typePtrPtr)))
  611. #endif /* #ifndef Tk_GetImageMasterData */
  612.  
  613. #ifndef Tk_GetJoinStyle
  614. VFUNC(int,Tk_GetJoinStyle,V_Tk_GetJoinStyle,_ANSI_ARGS_((Tcl_Interp * interp,
  615.                 CONST char * str, int * joinPtr)))
  616. #endif /* #ifndef Tk_GetJoinStyle */
  617.  
  618. #ifndef Tk_GetJustify
  619. VFUNC(int,Tk_GetJustify,V_Tk_GetJustify,_ANSI_ARGS_((Tcl_Interp * interp,
  620.                 CONST char * str, Tk_Justify * justifyPtr)))
  621. #endif /* #ifndef Tk_GetJustify */
  622.  
  623. #ifndef Tk_GetJustifyFromObj
  624. VFUNC(int,Tk_GetJustifyFromObj,V_Tk_GetJustifyFromObj,_ANSI_ARGS_((
  625.                 Tcl_Interp * interp, Tcl_Obj * objPtr,
  626.                 Tk_Justify * justifyPtr)))
  627. #endif /* #ifndef Tk_GetJustifyFromObj */
  628.  
  629. #ifndef Tk_GetMMFromObj
  630. VFUNC(int,Tk_GetMMFromObj,V_Tk_GetMMFromObj,_ANSI_ARGS_((Tcl_Interp * interp,
  631.                 Tk_Window tkwin, Tcl_Obj * objPtr,
  632.                 double * doublePtr)))
  633. #endif /* #ifndef Tk_GetMMFromObj */
  634.  
  635. #ifndef Tk_GetNumMainWindows
  636. VFUNC(int,Tk_GetNumMainWindows,V_Tk_GetNumMainWindows,_ANSI_ARGS_((void)))
  637. #endif /* #ifndef Tk_GetNumMainWindows */
  638.  
  639. #ifndef Tk_GetOptionInfo
  640. VFUNC(Tcl_Obj *,Tk_GetOptionInfo,V_Tk_GetOptionInfo,_ANSI_ARGS_((Tcl_Interp * interp,
  641.                 char * recordPtr, Tk_OptionTable optionTable,
  642.                 Tcl_Obj * namePtr, Tk_Window tkwin)))
  643. #endif /* #ifndef Tk_GetOptionInfo */
  644.  
  645. #ifndef Tk_GetOptionValue
  646. VFUNC(Tcl_Obj *,Tk_GetOptionValue,V_Tk_GetOptionValue,_ANSI_ARGS_((Tcl_Interp * interp,
  647.                 char * recordPtr, Tk_OptionTable optionTable,
  648.                 Tcl_Obj * namePtr, Tk_Window tkwin)))
  649. #endif /* #ifndef Tk_GetOptionValue */
  650.  
  651. #ifndef Tk_GetPixels
  652. VFUNC(int,Tk_GetPixels,V_Tk_GetPixels,_ANSI_ARGS_((Tcl_Interp * interp,
  653.                 Tk_Window tkwin, CONST char * str,
  654.                 int * intPtr)))
  655. #endif /* #ifndef Tk_GetPixels */
  656.  
  657. #ifndef Tk_GetPixelsFromObj
  658. VFUNC(int,Tk_GetPixelsFromObj,V_Tk_GetPixelsFromObj,_ANSI_ARGS_((Tcl_Interp * interp,
  659.                 Tk_Window tkwin, Tcl_Obj * objPtr,
  660.                 int * intPtr)))
  661. #endif /* #ifndef Tk_GetPixelsFromObj */
  662.  
  663. #ifndef Tk_GetPixmap
  664. VFUNC(Pixmap,Tk_GetPixmap,V_Tk_GetPixmap,_ANSI_ARGS_((Display * display,
  665.                 Drawable d, int width, int height, int depth)))
  666. #endif /* #ifndef Tk_GetPixmap */
  667.  
  668. #ifndef Tk_GetRelief
  669. VFUNC(int,Tk_GetRelief,V_Tk_GetRelief,_ANSI_ARGS_((Tcl_Interp * interp,
  670.                 CONST char * name, int * reliefPtr)))
  671. #endif /* #ifndef Tk_GetRelief */
  672.  
  673. #ifndef Tk_GetReliefFromObj
  674. VFUNC(int,Tk_GetReliefFromObj,V_Tk_GetReliefFromObj,_ANSI_ARGS_((Tcl_Interp * interp,
  675.                 Tcl_Obj * objPtr, int * resultPtr)))
  676. #endif /* #ifndef Tk_GetReliefFromObj */
  677.  
  678. #ifndef Tk_GetRootCoords
  679. VFUNC(void,Tk_GetRootCoords,V_Tk_GetRootCoords,_ANSI_ARGS_((Tk_Window tkwin,
  680.                 int * xPtr, int * yPtr)))
  681. #endif /* #ifndef Tk_GetRootCoords */
  682.  
  683. #ifndef Tk_GetScreenMM
  684. VFUNC(int,Tk_GetScreenMM,V_Tk_GetScreenMM,_ANSI_ARGS_((Tcl_Interp * interp,
  685.                 Tk_Window tkwin, CONST char * str,
  686.                 double * doublePtr)))
  687. #endif /* #ifndef Tk_GetScreenMM */
  688.  
  689. #ifndef Tk_GetScrollInfo
  690. VFUNC(int,Tk_GetScrollInfo,V_Tk_GetScrollInfo,_ANSI_ARGS_((Tcl_Interp * interp,
  691.                 int argc, CONST84 Tcl_Obj *CONST *objv,
  692.                 double * dblPtr, int * intPtr)))
  693. #endif /* #ifndef Tk_GetScrollInfo */
  694.  
  695. #ifndef Tk_GetScrollInfoObj
  696. VFUNC(int,Tk_GetScrollInfoObj,V_Tk_GetScrollInfoObj,_ANSI_ARGS_((Tcl_Interp * interp,
  697.                 int objc, Tcl_Obj *CONST objv[],
  698.                 double * dblPtr, int * intPtr)))
  699. #endif /* #ifndef Tk_GetScrollInfoObj */
  700.  
  701. #ifndef Tk_GetSelection
  702. VFUNC(int,Tk_GetSelection,V_Tk_GetSelection,_ANSI_ARGS_((Tcl_Interp * interp,
  703.                 Tk_Window tkwin, Atom selection, Atom target,
  704.                 Tk_GetSelProc * proc, ClientData clientData)))
  705. #endif /* #ifndef Tk_GetSelection */
  706.  
  707. #ifndef Tk_GetStyle
  708. VFUNC(Tk_Style,Tk_GetStyle,V_Tk_GetStyle,_ANSI_ARGS_((Tcl_Interp * interp,
  709.                 CONST char * name)))
  710. #endif /* #ifndef Tk_GetStyle */
  711.  
  712. #ifndef Tk_GetStyleEngine
  713. VFUNC(Tk_StyleEngine,Tk_GetStyleEngine,V_Tk_GetStyleEngine,_ANSI_ARGS_((CONST char * name)))
  714. #endif /* #ifndef Tk_GetStyleEngine */
  715.  
  716. #ifndef Tk_GetStyleFromObj
  717. VFUNC(Tk_Style,Tk_GetStyleFromObj,V_Tk_GetStyleFromObj,_ANSI_ARGS_((Tcl_Obj * objPtr)))
  718. #endif /* #ifndef Tk_GetStyleFromObj */
  719.  
  720. #ifndef Tk_GetStyledElement
  721. VFUNC(Tk_StyledElement,Tk_GetStyledElement,V_Tk_GetStyledElement,_ANSI_ARGS_((Tk_Style style,
  722.                 int elementId, Tk_OptionTable optionTable)))
  723. #endif /* #ifndef Tk_GetStyledElement */
  724.  
  725. #ifndef Tk_GetUid
  726. VFUNC(Tk_Uid,Tk_GetUid,V_Tk_GetUid,_ANSI_ARGS_((CONST char * str)))
  727. #endif /* #ifndef Tk_GetUid */
  728.  
  729. #ifndef Tk_GetVRootGeometry
  730. VFUNC(void,Tk_GetVRootGeometry,V_Tk_GetVRootGeometry,_ANSI_ARGS_((Tk_Window tkwin,
  731.                 int * xPtr, int * yPtr, int * widthPtr,
  732.                 int * heightPtr)))
  733. #endif /* #ifndef Tk_GetVRootGeometry */
  734.  
  735. #ifndef Tk_GetVisual
  736. VFUNC(Visual *,Tk_GetVisual,V_Tk_GetVisual,_ANSI_ARGS_((Tcl_Interp * interp,
  737.                 Tk_Window tkwin, Tcl_Obj *str,
  738.                     int * depthPtr,    Colormap * colormapPtr)))
  739. #endif /* #ifndef Tk_GetVisual */
  740.  
  741. #ifndef Tk_Grab
  742. VFUNC(int,Tk_Grab,V_Tk_Grab,_ANSI_ARGS_((Tcl_Interp * interp,
  743.                 Tk_Window tkwin, int grabGlobal)))
  744. #endif /* #ifndef Tk_Grab */
  745.  
  746. #ifndef Tk_HandleEvent
  747. VFUNC(void,Tk_HandleEvent,V_Tk_HandleEvent,_ANSI_ARGS_((XEvent * eventPtr)))
  748. #endif /* #ifndef Tk_HandleEvent */
  749.  
  750. #ifndef Tk_IdToWindow
  751. VFUNC(Tk_Window,Tk_IdToWindow,V_Tk_IdToWindow,_ANSI_ARGS_((Display * display,
  752.                 Window window)))
  753. #endif /* #ifndef Tk_IdToWindow */
  754.  
  755. #ifndef Tk_ImageChanged
  756. VFUNC(void,Tk_ImageChanged,V_Tk_ImageChanged,_ANSI_ARGS_((Tk_ImageMaster master,
  757.                 int x, int y, int width, int height,
  758.                 int imageWidth, int imageHeight)))
  759. #endif /* #ifndef Tk_ImageChanged */
  760.  
  761. #ifndef Tk_InitOptions
  762. VFUNC(int,Tk_InitOptions,V_Tk_InitOptions,_ANSI_ARGS_((Tcl_Interp * interp,
  763.                 char * recordPtr, Tk_OptionTable optionToken,
  764.                 Tk_Window tkwin)))
  765. #endif /* #ifndef Tk_InitOptions */
  766.  
  767. #ifndef Tk_InternAtom
  768. VFUNC(Atom,Tk_InternAtom,V_Tk_InternAtom,_ANSI_ARGS_((Tk_Window tkwin,
  769.                 CONST char * name)))
  770. #endif /* #ifndef Tk_InternAtom */
  771.  
  772. #ifndef Tk_IntersectTextLayout
  773. VFUNC(int,Tk_IntersectTextLayout,V_Tk_IntersectTextLayout,_ANSI_ARGS_((
  774.                 Tk_TextLayout layout, int x, int y,
  775.                 int width, int height)))
  776. #endif /* #ifndef Tk_IntersectTextLayout */
  777.  
  778. #ifndef Tk_MainLoop
  779. VFUNC(void,Tk_MainLoop,V_Tk_MainLoop,_ANSI_ARGS_((void)))
  780. #endif /* #ifndef Tk_MainLoop */
  781.  
  782. #ifndef Tk_MainWindow
  783. VFUNC(Tk_Window,Tk_MainWindow,V_Tk_MainWindow,_ANSI_ARGS_((Tcl_Interp * interp)))
  784. #endif /* #ifndef Tk_MainWindow */
  785.  
  786. #ifndef Tk_MaintainGeometry
  787. VFUNC(void,Tk_MaintainGeometry,V_Tk_MaintainGeometry,_ANSI_ARGS_((Tk_Window slave,
  788.                 Tk_Window master, int x, int y, int width,
  789.                 int height)))
  790. #endif /* #ifndef Tk_MaintainGeometry */
  791.  
  792. #ifndef Tk_MakeWindowExist
  793. VFUNC(void,Tk_MakeWindowExist,V_Tk_MakeWindowExist,_ANSI_ARGS_((Tk_Window tkwin)))
  794. #endif /* #ifndef Tk_MakeWindowExist */
  795.  
  796. #ifndef Tk_ManageGeometry
  797. VFUNC(void,Tk_ManageGeometry,V_Tk_ManageGeometry,_ANSI_ARGS_((Tk_Window tkwin,
  798.                 Tk_GeomMgr * mgrPtr, ClientData clientData)))
  799. #endif /* #ifndef Tk_ManageGeometry */
  800.  
  801. #ifndef Tk_MapWindow
  802. VFUNC(void,Tk_MapWindow,V_Tk_MapWindow,_ANSI_ARGS_((Tk_Window tkwin)))
  803. #endif /* #ifndef Tk_MapWindow */
  804.  
  805. #ifndef Tk_MeasureChars
  806. VFUNC(int,Tk_MeasureChars,V_Tk_MeasureChars,_ANSI_ARGS_((Tk_Font tkfont,
  807.                 CONST char * source, int numBytes,
  808.                 int maxPixels, int flags, int * lengthPtr)))
  809. #endif /* #ifndef Tk_MeasureChars */
  810.  
  811. #ifndef Tk_MoveResizeWindow
  812. VFUNC(void,Tk_MoveResizeWindow,V_Tk_MoveResizeWindow,_ANSI_ARGS_((Tk_Window tkwin,
  813.                 int x, int y, int width, int height)))
  814. #endif /* #ifndef Tk_MoveResizeWindow */
  815.  
  816. #ifndef Tk_MoveToplevelWindow
  817. VFUNC(void,Tk_MoveToplevelWindow,V_Tk_MoveToplevelWindow,_ANSI_ARGS_((Tk_Window tkwin,
  818.                 int x, int y)))
  819. #endif /* #ifndef Tk_MoveToplevelWindow */
  820.  
  821. #ifndef Tk_MoveWindow
  822. VFUNC(void,Tk_MoveWindow,V_Tk_MoveWindow,_ANSI_ARGS_((Tk_Window tkwin, int x,
  823.                 int y)))
  824. #endif /* #ifndef Tk_MoveWindow */
  825.  
  826. #ifndef Tk_NameOf3DBorder
  827. VFUNC(CONST84_RETURN char *,Tk_NameOf3DBorder,V_Tk_NameOf3DBorder,_ANSI_ARGS_((
  828.                 Tk_3DBorder border)))
  829. #endif /* #ifndef Tk_NameOf3DBorder */
  830.  
  831. #ifndef Tk_NameOfAnchor
  832. VFUNC(CONST84_RETURN char *,Tk_NameOfAnchor,V_Tk_NameOfAnchor,_ANSI_ARGS_((Tk_Anchor anchor)))
  833. #endif /* #ifndef Tk_NameOfAnchor */
  834.  
  835. #ifndef Tk_NameOfBitmap
  836. VFUNC(CONST84_RETURN char *,Tk_NameOfBitmap,V_Tk_NameOfBitmap,_ANSI_ARGS_((Display * display,
  837.                 Pixmap bitmap)))
  838. #endif /* #ifndef Tk_NameOfBitmap */
  839.  
  840. #ifndef Tk_NameOfCapStyle
  841. VFUNC(CONST84_RETURN char *,Tk_NameOfCapStyle,V_Tk_NameOfCapStyle,_ANSI_ARGS_((int cap)))
  842. #endif /* #ifndef Tk_NameOfCapStyle */
  843.  
  844. #ifndef Tk_NameOfColor
  845. VFUNC(CONST84_RETURN char *,Tk_NameOfColor,V_Tk_NameOfColor,_ANSI_ARGS_((XColor * colorPtr)))
  846. #endif /* #ifndef Tk_NameOfColor */
  847.  
  848. #ifndef Tk_NameOfCursor
  849. VFUNC(CONST84_RETURN char *,Tk_NameOfCursor,V_Tk_NameOfCursor,_ANSI_ARGS_((Display * display,
  850.                 Tk_Cursor cursor)))
  851. #endif /* #ifndef Tk_NameOfCursor */
  852.  
  853. #ifndef Tk_NameOfFont
  854. VFUNC(CONST84_RETURN char *,Tk_NameOfFont,V_Tk_NameOfFont,_ANSI_ARGS_((Tk_Font font)))
  855. #endif /* #ifndef Tk_NameOfFont */
  856.  
  857. #ifndef Tk_NameOfImage
  858. VFUNC(CONST84_RETURN char *,Tk_NameOfImage,V_Tk_NameOfImage,_ANSI_ARGS_((
  859.                 Tk_ImageMaster imageMaster)))
  860. #endif /* #ifndef Tk_NameOfImage */
  861.  
  862. #ifndef Tk_NameOfJoinStyle
  863. VFUNC(CONST84_RETURN char *,Tk_NameOfJoinStyle,V_Tk_NameOfJoinStyle,_ANSI_ARGS_((int join)))
  864. #endif /* #ifndef Tk_NameOfJoinStyle */
  865.  
  866. #ifndef Tk_NameOfJustify
  867. VFUNC(CONST84_RETURN char *,Tk_NameOfJustify,V_Tk_NameOfJustify,_ANSI_ARGS_((
  868.                 Tk_Justify justify)))
  869. #endif /* #ifndef Tk_NameOfJustify */
  870.  
  871. #ifndef Tk_NameOfRelief
  872. VFUNC(CONST84_RETURN char *,Tk_NameOfRelief,V_Tk_NameOfRelief,_ANSI_ARGS_((int relief)))
  873. #endif /* #ifndef Tk_NameOfRelief */
  874.  
  875. #ifndef Tk_NameOfStyle
  876. VFUNC(CONST char *,Tk_NameOfStyle,V_Tk_NameOfStyle,_ANSI_ARGS_((Tk_Style style)))
  877. #endif /* #ifndef Tk_NameOfStyle */
  878.  
  879. #ifndef Tk_NameToWindow
  880. VFUNC(Tk_Window,Tk_NameToWindow,V_Tk_NameToWindow,_ANSI_ARGS_((Tcl_Interp * interp,
  881.                 CONST char * pathName, Tk_Window tkwin)))
  882. #endif /* #ifndef Tk_NameToWindow */
  883.  
  884. #ifndef Tk_OwnSelection
  885. VFUNC(void,Tk_OwnSelection,V_Tk_OwnSelection,_ANSI_ARGS_((Tk_Window tkwin,
  886.                 Atom selection, Tk_LostSelProc * proc,
  887.                 ClientData clientData)))
  888. #endif /* #ifndef Tk_OwnSelection */
  889.  
  890. #ifndef Tk_PointToChar
  891. VFUNC(int,Tk_PointToChar,V_Tk_PointToChar,_ANSI_ARGS_((Tk_TextLayout layout,
  892.                 int x, int y)))
  893. #endif /* #ifndef Tk_PointToChar */
  894.  
  895. #ifndef Tk_PostscriptBitmap
  896. VFUNC(int,Tk_PostscriptBitmap,V_Tk_PostscriptBitmap,_ANSI_ARGS_((Tcl_Interp * interp,
  897.                 Tk_Window tkwin, Tk_PostscriptInfo psInfo,
  898.                 Pixmap bitmap, int startX, int startY,
  899.                 int width, int height)))
  900. #endif /* #ifndef Tk_PostscriptBitmap */
  901.  
  902. #ifndef Tk_PostscriptColor
  903. VFUNC(int,Tk_PostscriptColor,V_Tk_PostscriptColor,_ANSI_ARGS_((Tcl_Interp * interp,
  904.                 Tk_PostscriptInfo psInfo, XColor * colorPtr)))
  905. #endif /* #ifndef Tk_PostscriptColor */
  906.  
  907. #ifndef Tk_PostscriptFont
  908. VFUNC(int,Tk_PostscriptFont,V_Tk_PostscriptFont,_ANSI_ARGS_((Tcl_Interp * interp,
  909.                 Tk_PostscriptInfo psInfo, Tk_Font font)))
  910. #endif /* #ifndef Tk_PostscriptFont */
  911.  
  912. #ifndef Tk_PostscriptFontName
  913. VFUNC(int,Tk_PostscriptFontName,V_Tk_PostscriptFontName,_ANSI_ARGS_((Tk_Font tkfont,
  914.                 Tcl_DString * dsPtr)))
  915. #endif /* #ifndef Tk_PostscriptFontName */
  916.  
  917. #ifndef Tk_PostscriptImage
  918. VFUNC(int,Tk_PostscriptImage,V_Tk_PostscriptImage,_ANSI_ARGS_((Tk_Image image,
  919.                 Tcl_Interp * interp, Tk_Window tkwin,
  920.                 Tk_PostscriptInfo psinfo, int x, int y,
  921.                 int width, int height, int prepass)))
  922. #endif /* #ifndef Tk_PostscriptImage */
  923.  
  924. #ifndef Tk_PostscriptPath
  925. VFUNC(void,Tk_PostscriptPath,V_Tk_PostscriptPath,_ANSI_ARGS_((Tcl_Interp * interp,
  926.                 Tk_PostscriptInfo psInfo, double * coordPtr,
  927.                 int numPoints)))
  928. #endif /* #ifndef Tk_PostscriptPath */
  929.  
  930. #ifndef Tk_PostscriptPhoto
  931. VFUNC(int,Tk_PostscriptPhoto,V_Tk_PostscriptPhoto,_ANSI_ARGS_((Tcl_Interp * interp,
  932.                 Tk_PhotoImageBlock * blockPtr,
  933.                 Tk_PostscriptInfo psInfo, int width,
  934.                 int height)))
  935. #endif /* #ifndef Tk_PostscriptPhoto */
  936.  
  937. #ifndef Tk_PostscriptStipple
  938. VFUNC(int,Tk_PostscriptStipple,V_Tk_PostscriptStipple,_ANSI_ARGS_((
  939.                 Tcl_Interp * interp, Tk_Window tkwin,
  940.                 Tk_PostscriptInfo psInfo, Pixmap bitmap)))
  941. #endif /* #ifndef Tk_PostscriptStipple */
  942.  
  943. #ifndef Tk_PostscriptY
  944. VFUNC(double,Tk_PostscriptY,V_Tk_PostscriptY,_ANSI_ARGS_((double y,
  945.                 Tk_PostscriptInfo psInfo)))
  946. #endif /* #ifndef Tk_PostscriptY */
  947.  
  948. #ifndef Tk_PreserveColormap
  949. VFUNC(void,Tk_PreserveColormap,V_Tk_PreserveColormap,_ANSI_ARGS_((Display * display,
  950.                 Colormap colormap)))
  951. #endif /* #ifndef Tk_PreserveColormap */
  952.  
  953. #ifndef Tk_QueueWindowEvent
  954. VFUNC(void,Tk_QueueWindowEvent,V_Tk_QueueWindowEvent,_ANSI_ARGS_((XEvent * eventPtr,
  955.                 Tcl_QueuePosition position)))
  956. #endif /* #ifndef Tk_QueueWindowEvent */
  957.  
  958. #ifndef Tk_RedrawImage
  959. VFUNC(void,Tk_RedrawImage,V_Tk_RedrawImage,_ANSI_ARGS_((Tk_Image image,
  960.                 int imageX, int imageY, int width,
  961.                 int height, Drawable drawable, int drawableX,
  962.                 int drawableY)))
  963. #endif /* #ifndef Tk_RedrawImage */
  964.  
  965. #ifndef Tk_RegisterStyleEngine
  966. VFUNC(Tk_StyleEngine,Tk_RegisterStyleEngine,V_Tk_RegisterStyleEngine,_ANSI_ARGS_((
  967.                 CONST char * name, Tk_StyleEngine parent)))
  968. #endif /* #ifndef Tk_RegisterStyleEngine */
  969.  
  970. #ifndef Tk_RegisterStyledElement
  971. VFUNC(int,Tk_RegisterStyledElement,V_Tk_RegisterStyledElement,_ANSI_ARGS_((
  972.                 Tk_StyleEngine engine,
  973.                 Tk_ElementSpec * templatePtr)))
  974. #endif /* #ifndef Tk_RegisterStyledElement */
  975.  
  976. #ifndef Tk_ResizeWindow
  977. VFUNC(void,Tk_ResizeWindow,V_Tk_ResizeWindow,_ANSI_ARGS_((Tk_Window tkwin,
  978.                 int width, int height)))
  979. #endif /* #ifndef Tk_ResizeWindow */
  980.  
  981. #ifndef Tk_RestackWindow
  982. VFUNC(int,Tk_RestackWindow,V_Tk_RestackWindow,_ANSI_ARGS_((Tk_Window tkwin,
  983.                 int aboveBelow, Tk_Window other)))
  984. #endif /* #ifndef Tk_RestackWindow */
  985.  
  986. #ifndef Tk_RestoreSavedOptions
  987. VFUNC(void,Tk_RestoreSavedOptions,V_Tk_RestoreSavedOptions,_ANSI_ARGS_((
  988.                 Tk_SavedOptions * savePtr)))
  989. #endif /* #ifndef Tk_RestoreSavedOptions */
  990.  
  991. #ifndef Tk_RestrictEvents
  992. VFUNC(Tk_RestrictProc *,Tk_RestrictEvents,V_Tk_RestrictEvents,_ANSI_ARGS_((
  993.                 Tk_RestrictProc * proc, ClientData arg,
  994.                 ClientData * prevArgPtr)))
  995. #endif /* #ifndef Tk_RestrictEvents */
  996.  
  997. #ifndef Tk_SetAppName
  998. VFUNC(CONST char *,Tk_SetAppName,V_Tk_SetAppName,_ANSI_ARGS_((Tk_Window tkwin,
  999.                 CONST char * name)))
  1000. #endif /* #ifndef Tk_SetAppName */
  1001.  
  1002. #ifndef Tk_SetBackgroundFromBorder
  1003. VFUNC(void,Tk_SetBackgroundFromBorder,V_Tk_SetBackgroundFromBorder,_ANSI_ARGS_((
  1004.                 Tk_Window tkwin, Tk_3DBorder border)))
  1005. #endif /* #ifndef Tk_SetBackgroundFromBorder */
  1006.  
  1007. #ifndef Tk_SetCaretPos
  1008. VFUNC(void,Tk_SetCaretPos,V_Tk_SetCaretPos,_ANSI_ARGS_((Tk_Window tkwin, int x,
  1009.                 int y, int height)))
  1010. #endif /* #ifndef Tk_SetCaretPos */
  1011.  
  1012. #ifndef Tk_SetClass
  1013. VFUNC(void,Tk_SetClass,V_Tk_SetClass,_ANSI_ARGS_((Tk_Window tkwin,
  1014.                 CONST char * className)))
  1015. #endif /* #ifndef Tk_SetClass */
  1016.  
  1017. #ifndef Tk_SetClassProcs
  1018. VFUNC(void,Tk_SetClassProcs,V_Tk_SetClassProcs,_ANSI_ARGS_((Tk_Window tkwin,
  1019.                 Tk_ClassProcs * procs,
  1020.                 ClientData instanceData)))
  1021. #endif /* #ifndef Tk_SetClassProcs */
  1022.  
  1023. #ifndef Tk_SetGrid
  1024. VFUNC(void,Tk_SetGrid,V_Tk_SetGrid,_ANSI_ARGS_((Tk_Window tkwin,
  1025.                 int reqWidth, int reqHeight, int gridWidth,
  1026.                 int gridHeight)))
  1027. #endif /* #ifndef Tk_SetGrid */
  1028.  
  1029. #ifndef Tk_SetInternalBorder
  1030. VFUNC(void,Tk_SetInternalBorder,V_Tk_SetInternalBorder,_ANSI_ARGS_((Tk_Window tkwin,
  1031.                 int width)))
  1032. #endif /* #ifndef Tk_SetInternalBorder */
  1033.  
  1034. #ifndef Tk_SetInternalBorderEx
  1035. VFUNC(void,Tk_SetInternalBorderEx,V_Tk_SetInternalBorderEx,_ANSI_ARGS_((Tk_Window tkwin,
  1036.                 int left, int right, int top, int bottom)))
  1037. #endif /* #ifndef Tk_SetInternalBorderEx */
  1038.  
  1039. #ifndef Tk_SetMinimumRequestSize
  1040. VFUNC(void,Tk_SetMinimumRequestSize,V_Tk_SetMinimumRequestSize,_ANSI_ARGS_((
  1041.                 Tk_Window tkwin, int minWidth, int minHeight)))
  1042. #endif /* #ifndef Tk_SetMinimumRequestSize */
  1043.  
  1044. #ifndef Tk_SetOptions
  1045. VFUNC(int,Tk_SetOptions,V_Tk_SetOptions,_ANSI_ARGS_((Tcl_Interp * interp,
  1046.                 char * recordPtr, Tk_OptionTable optionTable,
  1047.                 int objc, Tcl_Obj *CONST objv[],
  1048.                 Tk_Window tkwin, Tk_SavedOptions * savePtr,
  1049.                 int * maskPtr)))
  1050. #endif /* #ifndef Tk_SetOptions */
  1051.  
  1052. #ifndef Tk_SetTSOrigin
  1053. VFUNC(void,Tk_SetTSOrigin,V_Tk_SetTSOrigin,_ANSI_ARGS_((Tk_Window tkwin, GC gc,
  1054.                 int x, int y)))
  1055. #endif /* #ifndef Tk_SetTSOrigin */
  1056.  
  1057. #ifndef Tk_SetWindowBackground
  1058. VFUNC(void,Tk_SetWindowBackground,V_Tk_SetWindowBackground,_ANSI_ARGS_((Tk_Window tkwin,
  1059.                 unsigned long pixel)))
  1060. #endif /* #ifndef Tk_SetWindowBackground */
  1061.  
  1062. #ifndef Tk_SetWindowBackgroundPixmap
  1063. VFUNC(void,Tk_SetWindowBackgroundPixmap,V_Tk_SetWindowBackgroundPixmap,_ANSI_ARGS_((
  1064.                 Tk_Window tkwin, Pixmap pixmap)))
  1065. #endif /* #ifndef Tk_SetWindowBackgroundPixmap */
  1066.  
  1067. #ifndef Tk_SetWindowBorder
  1068. VFUNC(void,Tk_SetWindowBorder,V_Tk_SetWindowBorder,_ANSI_ARGS_((Tk_Window tkwin,
  1069.                 unsigned long pixel)))
  1070. #endif /* #ifndef Tk_SetWindowBorder */
  1071.  
  1072. #ifndef Tk_SetWindowBorderPixmap
  1073. VFUNC(void,Tk_SetWindowBorderPixmap,V_Tk_SetWindowBorderPixmap,_ANSI_ARGS_((
  1074.                 Tk_Window tkwin, Pixmap pixmap)))
  1075. #endif /* #ifndef Tk_SetWindowBorderPixmap */
  1076.  
  1077. #ifndef Tk_SetWindowBorderWidth
  1078. VFUNC(void,Tk_SetWindowBorderWidth,V_Tk_SetWindowBorderWidth,_ANSI_ARGS_((Tk_Window tkwin,
  1079.                 int width)))
  1080. #endif /* #ifndef Tk_SetWindowBorderWidth */
  1081.  
  1082. #ifndef Tk_SetWindowColormap
  1083. VFUNC(void,Tk_SetWindowColormap,V_Tk_SetWindowColormap,_ANSI_ARGS_((Tk_Window tkwin,
  1084.                 Colormap colormap)))
  1085. #endif /* #ifndef Tk_SetWindowColormap */
  1086.  
  1087. #ifndef Tk_SetWindowVisual
  1088. VFUNC(int,Tk_SetWindowVisual,V_Tk_SetWindowVisual,_ANSI_ARGS_((Tk_Window tkwin,
  1089.                 Visual * visual, int depth,
  1090.                 Colormap colormap)))
  1091. #endif /* #ifndef Tk_SetWindowVisual */
  1092.  
  1093. #ifndef Tk_SizeOfBitmap
  1094. VFUNC(void,Tk_SizeOfBitmap,V_Tk_SizeOfBitmap,_ANSI_ARGS_((Display * display,
  1095.                 Pixmap bitmap, int * widthPtr,
  1096.                 int * heightPtr)))
  1097. #endif /* #ifndef Tk_SizeOfBitmap */
  1098.  
  1099. #ifndef Tk_SizeOfImage
  1100. VFUNC(void,Tk_SizeOfImage,V_Tk_SizeOfImage,_ANSI_ARGS_((Tk_Image image,
  1101.                 int * widthPtr, int * heightPtr)))
  1102. #endif /* #ifndef Tk_SizeOfImage */
  1103.  
  1104. #ifndef Tk_StrictMotif
  1105. VFUNC(int,Tk_StrictMotif,V_Tk_StrictMotif,_ANSI_ARGS_((Tk_Window tkwin)))
  1106. #endif /* #ifndef Tk_StrictMotif */
  1107.  
  1108. #ifndef Tk_TextLayoutToPostscript
  1109. VFUNC(void,Tk_TextLayoutToPostscript,V_Tk_TextLayoutToPostscript,_ANSI_ARGS_((
  1110.                 Tcl_Interp * interp, Tk_TextLayout layout)))
  1111. #endif /* #ifndef Tk_TextLayoutToPostscript */
  1112.  
  1113. #ifndef Tk_TextWidth
  1114. VFUNC(int,Tk_TextWidth,V_Tk_TextWidth,_ANSI_ARGS_((Tk_Font font,
  1115.                 CONST char * str, int numBytes)))
  1116. #endif /* #ifndef Tk_TextWidth */
  1117.  
  1118. #ifndef Tk_UndefineCursor
  1119. VFUNC(void,Tk_UndefineCursor,V_Tk_UndefineCursor,_ANSI_ARGS_((Tk_Window window)))
  1120. #endif /* #ifndef Tk_UndefineCursor */
  1121.  
  1122. #ifndef Tk_UnderlineChars
  1123. VFUNC(void,Tk_UnderlineChars,V_Tk_UnderlineChars,_ANSI_ARGS_((Display * display,
  1124.                 Drawable drawable, GC gc, Tk_Font tkfont,
  1125.                 CONST char * source, int x, int y,
  1126.                 int firstByte, int lastByte)))
  1127. #endif /* #ifndef Tk_UnderlineChars */
  1128.  
  1129. #ifndef Tk_UnderlineTextLayout
  1130. VFUNC(void,Tk_UnderlineTextLayout,V_Tk_UnderlineTextLayout,_ANSI_ARGS_((
  1131.                 Display * display, Drawable drawable, GC gc,
  1132.                 Tk_TextLayout layout, int x, int y,
  1133.                 int underline)))
  1134. #endif /* #ifndef Tk_UnderlineTextLayout */
  1135.  
  1136. #ifndef Tk_Ungrab
  1137. VFUNC(void,Tk_Ungrab,V_Tk_Ungrab,_ANSI_ARGS_((Tk_Window tkwin)))
  1138. #endif /* #ifndef Tk_Ungrab */
  1139.  
  1140. #ifndef Tk_UnmaintainGeometry
  1141. VFUNC(void,Tk_UnmaintainGeometry,V_Tk_UnmaintainGeometry,_ANSI_ARGS_((Tk_Window slave,
  1142.                 Tk_Window master)))
  1143. #endif /* #ifndef Tk_UnmaintainGeometry */
  1144.  
  1145. #ifndef Tk_UnmapWindow
  1146. VFUNC(void,Tk_UnmapWindow,V_Tk_UnmapWindow,_ANSI_ARGS_((Tk_Window tkwin)))
  1147. #endif /* #ifndef Tk_UnmapWindow */
  1148.  
  1149. #ifndef Tk_UnsetGrid
  1150. VFUNC(void,Tk_UnsetGrid,V_Tk_UnsetGrid,_ANSI_ARGS_((Tk_Window tkwin)))
  1151. #endif /* #ifndef Tk_UnsetGrid */
  1152.  
  1153. #ifndef Tk_UpdatePointer
  1154. VFUNC(void,Tk_UpdatePointer,V_Tk_UpdatePointer,_ANSI_ARGS_((Tk_Window tkwin, int x,
  1155.                 int y, int state)))
  1156. #endif /* #ifndef Tk_UpdatePointer */
  1157.  
  1158. #endif /* _TKDECLS */
  1159.