Compare commits

...

1 Commits

Author SHA1 Message Date
Zachary Ware
c67b328f06 Update to tk 8.5.19 2017-11-24 17:53:51 -06:00
325 changed files with 12511 additions and 12047 deletions

View File

@@ -31,7 +31,7 @@ a better first place to look now.
* library/ttk/progress.tcl: Bug [c597acdab3]: Call [$pb step] * library/ttk/progress.tcl: Bug [c597acdab3]: Call [$pb step]
in tail position in ttk::progressbar::Autoincrement, so that in tail position in ttk::progressbar::Autoincrement, so that
the widget is in a consistent state when any write traces on the widget is in a consistent state when any write traces on
the linked -variable are fired. the linked -variable are fired.
2013-07-02 Jan Nijtmans <nijtmans@users.sf.net> 2013-07-02 Jan Nijtmans <nijtmans@users.sf.net>
@@ -132,6 +132,12 @@ a better first place to look now.
* generic/tkTextIndex.c: [Bug 3588824]: bug in image index handling * generic/tkTextIndex.c: [Bug 3588824]: bug in image index handling
* tests/textIndex.test: for weird image names * tests/textIndex.test: for weird image names
2012-11-16 Joe Mistachkin <joe@mistachkin.com>
* generic/tkBind.c: Add support for an 'M' binding substitution
that is replaced with the number of script-based binding patterns
matched so far for the event.
2012-11-13 Jan Nijtmans <nijtmans@users.sf.net> 2012-11-13 Jan Nijtmans <nijtmans@users.sf.net>
* win/tkWinTest.c: [Bug 3585396]: winDialog.test requires user * win/tkWinTest.c: [Bug 3585396]: winDialog.test requires user

2
README
View File

@@ -1,5 +1,5 @@
README: Tk README: Tk
This is the Tk 8.5.15 source distribution. This is the Tk 8.5.19 source distribution.
http://sourceforge.net/projects/tcl/files/Tcl/ http://sourceforge.net/projects/tcl/files/Tcl/
You can get any source release of Tk from the URL above. You can get any source release of Tk from the URL above.

161
changes
View File

@@ -6911,3 +6911,164 @@ Many revisions to better support a Cygwin environment (nijtmans)
2013-09-15 (bug fix)[8eb5671] macosx Tk compile errors w/clang (deily) 2013-09-15 (bug fix)[8eb5671] macosx Tk compile errors w/clang (deily)
--- Released 8.5.15, September 18, 2013 --- http://core.tcl.tk/tk/ for details --- Released 8.5.15, September 18, 2013 --- http://core.tcl.tk/tk/ for details
2013-10-27 (bug fix) OSX drawing lags (deily,steffen,walzer)
2013-10-28 (bug fix)[3603436] png wrong component indices (nijtmans)
2013-10-31 (bug fix) C++ friendly stubs struct declarations (nijtmans)
2013-10-31 (bug fix) double free of a TkFont (nijtmans)
2013-11-03 (bug fix)[1632447] support PPM maxval up to 65535 (fellows)
2013-11-05 (bug fix)[426679e] OpenBSD man page rendering (nijtmans)
2013-11-11 (bug fix)[0aa5e85] option file \n syntax support (nijtmans)
2013-11-20 (platforms) Support for Windows 8.1 (nijtmans)
2014-01-23 (bug fix)[3606644] X: correct fontconfig dependence (venable)
2014-01-23 (bug fix) FreeBSD build fixes (cerutti)
2014-02-06 (bug fix)[3279221] [menu] event race (danckaert,kupries)
2014-02-11 (bug fix)[52ca3e7] XkbOpenDisplay macro correction (nijtmans)
2014-03-16 (bug fix) Xcode 5.1 update; Retina displays (walzer)
2014-03-20 (bug fix)[2f7cbd0] FreeBSD 10.0 build failure (nijtmans)
2014-04-01 (bug fix)[5bcb502] @TK_LIBS@ in pkgconfig (badshah400,nijtmans)
2014-05-27 (bug fix)[a80f5d7] autoscroll initiation (crogers,english)
2014-07-07 (bug fix) OSX alpha channel rendering (culler,walzer)
2014-07-24 (bug fix) OSX [text] image display & scrolling (culler,walzer)
2014-08-01 (bug fix) OSX font config crash (rob@bitkeeper)
--- Released 8.5.16, August 25, 2014 --- http://core.tcl.tk/tk/ for details
2014-08-27 (bug) Cocoa: Crash after [$button destroy] (walzer)
2014-09-23 (bug) Cocoa: button and scroll display fixes (walzer)
2014-09-24 (bug) Cocoa: improved drawing performance (walzer)
2014-10-11 (bug)[9e487e] Phony button clicks from browsers to plugin (nijtmans)
2014-10-11 (bug)[810c43] [text] elide changes advance epoch (vogel)
2014-10-14 (bug)[fb35eb] fix PNG transparency appearance (walton,culler)
--- Released 8.5.17, October 25, 2014 --- http://core.tcl.tk/tk/ for details
2014-10-26 Support for Windows 10 (nijtmans)
2014-10-28 (bug) OSX: Improved ttk notebook tab metrics for Yosemite (walzer)
2014-10-30 (bug)[3417012] [scale -digits $bigValue] segfault (vogel)
2014-11-06 (bug)[9d72dc] memleak in Cocoa buttons (revol)
2014-11-07 (bug)[3529885] [scale] handling of negative resolution (vogel)
2015-01-02 (bug) Stop bit loss in [winfo id] on 64-bit Cocoa (porter)
2015-02-06 (bug) several fixes to elided context in [text] (vogel)
2015-02-06 (new feature)[TIP 433] %M binding substitution (mistachkin)
*** POTENTIAL INCOMPATIBILITY ***
Tk Cocoa 2.0: App Store enabled (walzer,culler,desmera,owen,nyberg,reincke)
*** POTENTIAL INCOMPATIBILITY ***
--- Released 8.5.18, March 6, 2015 --- http://core.tcl.tk/tk/ for details
2015-03-10 (bug) Cocoa: premature image free crash (walzer)
2015-03-15 (bug) Cocoa: wish launches in front. [focus -force] works (culler)
2015-04-09 (bug)[e4ed00] [$text index "1.0 display wordstart"] crash (vogel)
2015-04-09 (bug)[562118] Unicode support of "wordstart" modifier (vogel)
2015-05-05 (bug)[06c3fc] PNG alpha error corrupted output file (gauthier,porter)
2015-05-24 (bug)[53f8fc] panedwindow geometry management (vogel)
2015-05-26 (bug)[1641721] tk_getOpenFile symlink display doubled (nijtmans)
2015-06-01 (bug)[d7bad5][2368195][3592454][1714535][1292219][3592454]
panedwindow fixes (vogel)
2015-06-25 (bug)[805cff] Tk_ConfigureWidget() segfault (aspect,nijtmans)
2015-07-13 (bug)[3f179a] Text widget crash with elided text (vogel)
2015-07-16 (bug)[2886436] Stop [$text delete] acting before start index (vogel)
2015-07-28 (bug)[1236306] TraverseToMenu error bound to toplevel destroy (vogel)
2015-08-20 (bug)[00189c] MSVC 14: semi-static UCRT support (dower,nijtmans)
2015-09-29 (bug)[1501749] Crash embedded window delete bound to <Map> (vogel)
2015-10-08 (new feature)[TIP 437] New panedwindow options (vogel)
2015-10-09 (bug)[1669632] [text] autoseparator placement (nash,vogel)
2015-10-09 (bug)[2262711] [text] RE search Unicode+elided (kaitzschu,vogel)
2015-10-09 (bug)[1815161] [$text count -ypixels] needs management (vogel)
2015-10-22 (bug)[1520118] Document spinbox validate expectations (vogel)
2015-10-22 (bug)[1414025] $entry insertion cursor visibility (vogel)
2015-10-26 (bug) PNG rendering on El Capitan (meier,walzer)
2015-11-08 (bug)[2160206] menubutton panic (vogel)
2015-11-08 (bug)[220854] Display trailing TAB in entry (vogel)
2015-11-08 (bug)[542199] double click on lone char in entry (vogel)
2015-11-08 (bug)[297442d] strict motif binding on <Control-underscore> (vogel)
2015-11-08 (bug)[3601604] $listbox -takefocus (vogel)
2015-11-09 (bug)[5ee8af] X, Win: 64-bit enable embedded windows (vogel)
2015-11-29 (bug)[1997299] [text] tag borderwidth leak (vogel)
2015-12-12 (bug)[1739605] [text see] misbehavior (danckaert)
2015-12-13 (bug)[ff8a1e] Never-mapped [text] performance (danckaert)
2015-12-19 (bug)[1700065] Report errors from -textvariable write trace (vogel)
2015-12-19 (bug)[793909] -textvariable handle undefined namespace (vogel)
2015-12-26 (bug)[2f78c7] crash with [text] and [tablelist] (vogel)
2016-01-06 (bug)[1288433,3102228] <<ListboxSelect>> misfires (vogel)
2016-01-08 (bug)[1510538] initial scrollbar width (vogel,nijtmans)
2016-01-08 (bug)[1305128] event not received by scrollbar (vogel,nijtmans)
2016-01-09 (bug)[1927212] Mousewheel/scrollbar bindings (vogel)
2016-01-11 (bug)[63c354] Cocoa message boxes (culler)
2016-01-12 (bug)[2049429] get more $text options from database (vogel)
2016-01-25 (bug) OBOE in ttk::notebook options parsing (bromley,english)
Tk Cocoa 2.0: More drawing internals refinements (culler,walzer)
--- Released 8.5.19, February 12, 2016 --- http://core.tcl.tk/tk/ for details

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_Alloc3DBorderFromObj 3 8.1 Tk "Tk Library Procedures" .TH Tk_Alloc3DBorderFromObj 3 8.1 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_Alloc3DBorderFromObj, Tk_Get3DBorder, Tk_Get3DBorderFromObj, Tk_Draw3DRectangle, Tk_Fill3DRectangle, Tk_Draw3DPolygon, Tk_Fill3DPolygon, Tk_3DVerticalBevel, Tk_3DHorizontalBevel, Tk_SetBackgroundFromBorder, Tk_NameOf3DBorder, Tk_3DBorderColor, Tk_3DBorderGC, Tk_Free3DBorderFromObj, Tk_Free3DBorder \- draw borders with three-dimensional appearance Tk_Alloc3DBorderFromObj, Tk_Get3DBorder, Tk_Get3DBorderFromObj, Tk_Draw3DRectangle, Tk_Fill3DRectangle, Tk_Draw3DPolygon, Tk_Fill3DPolygon, Tk_3DVerticalBevel, Tk_3DHorizontalBevel, Tk_SetBackgroundFromBorder, Tk_NameOf3DBorder, Tk_3DBorderColor, Tk_3DBorderGC, Tk_Free3DBorderFromObj, Tk_Free3DBorder \- draw borders with three-dimensional appearance

View File

@@ -2,8 +2,8 @@
'\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" Copyright (c) 1998-2000 by Scriptics Corporation.
'\" All rights reserved. '\" All rights reserved.
'\" '\"
.so man.macros
.TH Tk_AddOption 3 "" Tk "Tk Library Procedures" .TH Tk_AddOption 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_AddOption \- Add an option to the option database Tk_AddOption \- Add an option to the option database

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_CreateBindingTable 3 4.0 Tk "Tk Library Procedures" .TH Tk_CreateBindingTable 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_CreateBindingTable, Tk_DeleteBindingTable, Tk_CreateBinding, Tk_DeleteBinding, Tk_GetBinding, Tk_GetAllBindings, Tk_DeleteAllBindings, Tk_BindEvent \- invoke scripts in response to X events Tk_CreateBindingTable, Tk_DeleteBindingTable, Tk_CreateBinding, Tk_DeleteBinding, Tk_GetBinding, Tk_GetAllBindings, Tk_DeleteAllBindings, Tk_BindEvent \- invoke scripts in response to X events

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_CanvasPs 3 4.0 Tk "Tk Library Procedures" .TH Tk_CanvasPs 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_CanvasPsY, Tk_CanvasPsBitmap, Tk_CanvasPsColor, Tk_CanvasPsFont, Tk_CanvasPsPath, Tk_CanvasPsStipple \- utility procedures for generating Postscript for canvases Tk_CanvasPsY, Tk_CanvasPsBitmap, Tk_CanvasPsColor, Tk_CanvasPsFont, Tk_CanvasPsPath, Tk_CanvasPsStipple \- utility procedures for generating Postscript for canvases

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_CanvasTkwin 3 4.1 Tk "Tk Library Procedures" .TH Tk_CanvasTkwin 3 4.1 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_CanvasTkwin, Tk_CanvasGetCoord, Tk_CanvasDrawableCoords, Tk_CanvasSetStippleOrigin, Tk_CanvasWindowCoords, Tk_CanvasEventuallyRedraw, Tk_CanvasTagsOption \- utility procedures for canvas type managers Tk_CanvasTkwin, Tk_CanvasGetCoord, Tk_CanvasDrawableCoords, Tk_CanvasSetStippleOrigin, Tk_CanvasWindowCoords, Tk_CanvasEventuallyRedraw, Tk_CanvasTagsOption \- utility procedures for canvas type managers

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_CanvasTextInfo 3 4.0 Tk "Tk Library Procedures" .TH Tk_CanvasTextInfo 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_CanvasTextInfo \- additional information for managing text items in canvases Tk_CanvasTextInfo \- additional information for managing text items in canvases

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_ClipboardClear 3 4.0 Tk "Tk Library Procedures" .TH Tk_ClipboardClear 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_ClipboardClear, Tk_ClipboardAppend \- Manage the clipboard Tk_ClipboardClear, Tk_ClipboardAppend \- Manage the clipboard

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_ClearSelection 3 4.0 Tk "Tk Library Procedures" .TH Tk_ClearSelection 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_ClearSelection \- Deselect a selection Tk_ClearSelection \- Deselect a selection

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_ConfigureWidget 3 4.1 Tk "Tk Library Procedures" .TH Tk_ConfigureWidget 3 4.1 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_ConfigureWidget, Tk_ConfigureInfo, Tk_ConfigureValue, Tk_FreeOptions \- process configuration options for widgets Tk_ConfigureWidget, Tk_ConfigureInfo, Tk_ConfigureValue, Tk_FreeOptions \- process configuration options for widgets

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_ConfigureWindow 3 4.0 Tk "Tk Library Procedures" .TH Tk_ConfigureWindow 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_ConfigureWindow, Tk_MoveWindow, Tk_ResizeWindow, Tk_MoveResizeWindow, Tk_SetWindowBorderWidth, Tk_ChangeWindowAttributes, Tk_SetWindowBackground, Tk_SetWindowBackgroundPixmap, Tk_SetWindowBorder, Tk_SetWindowBorderPixmap, Tk_SetWindowColormap, Tk_DefineCursor, Tk_UndefineCursor \- change window configuration or attributes Tk_ConfigureWindow, Tk_MoveWindow, Tk_ResizeWindow, Tk_MoveResizeWindow, Tk_SetWindowBorderWidth, Tk_ChangeWindowAttributes, Tk_SetWindowBackground, Tk_SetWindowBackgroundPixmap, Tk_SetWindowBorder, Tk_SetWindowBorderPixmap, Tk_SetWindowColormap, Tk_DefineCursor, Tk_UndefineCursor \- change window configuration or attributes

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_CoordsToWindow 3 "" Tk "Tk Library Procedures" .TH Tk_CoordsToWindow 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_CoordsToWindow \- Find window containing a point Tk_CoordsToWindow \- Find window containing a point

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_CreateClientMessageHandler 3 "8.4" Tk "Tk Library Procedures" .TH Tk_CreateClientMessageHandler 3 "8.4" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_CreateClientMessageHandler, Tk_DeleteClientMessageHandler \- associate procedure callback with ClientMessage type X events Tk_CreateClientMessageHandler, Tk_DeleteClientMessageHandler \- associate procedure callback with ClientMessage type X events

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_InitConsoleChannels 3 8.5 Tk "Tk Library Procedures" .TH Tk_InitConsoleChannels 3 8.5 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_InitConsoleChannels \- Install the console channels as standard channels Tk_InitConsoleChannels \- Install the console channels as standard channels

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_CreateErrorHandler 3 "" Tk "Tk Library Procedures" .TH Tk_CreateErrorHandler 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_CreateErrorHandler, Tk_DeleteErrorHandler \- handle X protocol errors Tk_CreateErrorHandler, Tk_DeleteErrorHandler \- handle X protocol errors

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_CreateGenericHandler 3 "" Tk "Tk Library Procedures" .TH Tk_CreateGenericHandler 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_CreateGenericHandler, Tk_DeleteGenericHandler \- associate procedure callback with all X events Tk_CreateGenericHandler, Tk_DeleteGenericHandler \- associate procedure callback with all X events

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_CreateImageType 3 8.5 Tk "Tk Library Procedures" .TH Tk_CreateImageType 3 8.5 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_CreateImageType, Tk_GetImageMasterData, Tk_InitImageArgs \- define new kind of image Tk_CreateImageType, Tk_GetImageMasterData, Tk_InitImageArgs \- define new kind of image

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_CreateItemType 3 4.0 Tk "Tk Library Procedures" .TH Tk_CreateItemType 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_CreateItemType, Tk_GetItemTypes \- define new kind of canvas item Tk_CreateItemType, Tk_GetItemTypes \- define new kind of canvas item

View File

@@ -9,8 +9,8 @@
'\" Department of Computer Science, '\" Department of Computer Science,
'\" Australian National University. '\" Australian National University.
'\" '\"
.so man.macros
.TH Tk_CreatePhotoImageFormat 3 8.5 Tk "Tk Library Procedures" .TH Tk_CreatePhotoImageFormat 3 8.5 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_CreatePhotoImageFormat \- define new file format for photo images Tk_CreatePhotoImageFormat \- define new file format for photo images

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_CreateSelHandler 3 4.0 Tk "Tk Library Procedures" .TH Tk_CreateSelHandler 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_CreateSelHandler, Tk_DeleteSelHandler \- arrange to handle requests for a selection Tk_CreateSelHandler, Tk_DeleteSelHandler \- arrange to handle requests for a selection

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_CreateWindow 3 4.2 Tk "Tk Library Procedures" .TH Tk_CreateWindow 3 4.2 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_CreateWindow, Tk_CreateWindowFromPath, Tk_DestroyWindow, Tk_MakeWindowExist \- create or delete window Tk_CreateWindow, Tk_CreateWindowFromPath, Tk_DestroyWindow, Tk_MakeWindowExist \- create or delete window

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_DeleteImage 3 4.0 Tk "Tk Library Procedures" .TH Tk_DeleteImage 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_DeleteImage \- Destroy an image. Tk_DeleteImage \- Destroy an image.

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_DrawFocusHighlight 3 4.0 Tk "Tk Library Procedures" .TH Tk_DrawFocusHighlight 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_DrawFocusHighlight \- draw the traversal highlight ring for a widget Tk_DrawFocusHighlight \- draw the traversal highlight ring for a widget

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_CreateEventHandler 3 "" Tk "Tk Library Procedures" .TH Tk_CreateEventHandler 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_CreateEventHandler, Tk_DeleteEventHandler \- associate procedure callback with an X event Tk_CreateEventHandler, Tk_DeleteEventHandler \- associate procedure callback with an X event

View File

@@ -9,8 +9,8 @@
'\" Department of Computer Science, '\" Department of Computer Science,
'\" Australian National University. '\" Australian National University.
'\" '\"
.so man.macros
.TH Tk_FindPhoto 3 8.0 Tk "Tk Library Procedures" .TH Tk_FindPhoto 3 8.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_FindPhoto, Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock, Tk_PhotoGetImage, Tk_PhotoBlank, Tk_PhotoExpand, Tk_PhotoGetSize, Tk_PhotoSetSize \- manipulate the image data stored in a photo image. Tk_FindPhoto, Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock, Tk_PhotoGetImage, Tk_PhotoBlank, Tk_PhotoExpand, Tk_PhotoGetSize, Tk_PhotoSetSize \- manipulate the image data stored in a photo image.

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_FontId 3 8.0 Tk "Tk Library Procedures" .TH Tk_FontId 3 8.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_FontId, Tk_GetFontMetrics, Tk_PostscriptFontName \- accessor functions for Tk_FontId, Tk_GetFontMetrics, Tk_PostscriptFontName \- accessor functions for

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_FreeXId 3 4.0 Tk "Tk Library Procedures" .TH Tk_FreeXId 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_FreeXId \- make X resource identifier available for reuse Tk_FreeXId \- make X resource identifier available for reuse

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GeometryRequest 3 "8.4" Tk "Tk Library Procedures" .TH Tk_GeometryRequest 3 "8.4" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GeometryRequest, Tk_SetMinimumRequestSize, Tk_SetInternalBorder, Tk_SetInternalBorderEx \- specify desired geometry or internal border for a window Tk_GeometryRequest, Tk_SetMinimumRequestSize, Tk_SetInternalBorder, Tk_SetInternalBorderEx \- specify desired geometry or internal border for a window

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetAnchorFromObj 3 8.1 Tk "Tk Library Procedures" .TH Tk_GetAnchorFromObj 3 8.1 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetAnchorFromObj, Tk_GetAnchor, Tk_NameOfAnchor \- translate between strings and anchor positions Tk_GetAnchorFromObj, Tk_GetAnchor, Tk_NameOfAnchor \- translate between strings and anchor positions

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_AllocBitmapFromObj 3 8.1 Tk "Tk Library Procedures" .TH Tk_AllocBitmapFromObj 3 8.1 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_AllocBitmapFromObj, Tk_GetBitmap, Tk_GetBitmapFromObj, Tk_DefineBitmap, Tk_NameOfBitmap, Tk_SizeOfBitmap, Tk_FreeBitmapFromObj, Tk_FreeBitmap \- maintain database of single-plane pixmaps Tk_AllocBitmapFromObj, Tk_GetBitmap, Tk_GetBitmapFromObj, Tk_DefineBitmap, Tk_NameOfBitmap, Tk_SizeOfBitmap, Tk_FreeBitmapFromObj, Tk_FreeBitmap \- maintain database of single-plane pixmaps

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetCapStyle 3 "" Tk "Tk Library Procedures" .TH Tk_GetCapStyle 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetCapStyle, Tk_NameOfCapStyle \- translate between strings and cap styles Tk_GetCapStyle, Tk_NameOfCapStyle \- translate between strings and cap styles

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetColormap 3 4.0 Tk "Tk Library Procedures" .TH Tk_GetColormap 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetColormap, Tk_PreserveColormap, Tk_FreeColormap \- allocate and free colormaps Tk_GetColormap, Tk_PreserveColormap, Tk_FreeColormap \- allocate and free colormaps

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_AllocColorFromObj 3 8.1 Tk "Tk Library Procedures" .TH Tk_AllocColorFromObj 3 8.1 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_AllocColorFromObj, Tk_GetColor, Tk_GetColorFromObj, Tk_GetColorByValue, Tk_NameOfColor, Tk_FreeColorFromObj, Tk_FreeColor \- maintain database of colors Tk_AllocColorFromObj, Tk_GetColor, Tk_GetColorFromObj, Tk_GetColorByValue, Tk_NameOfColor, Tk_FreeColorFromObj, Tk_FreeColor \- maintain database of colors

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_AllocCursorFromObj 3 8.1 Tk "Tk Library Procedures" .TH Tk_AllocCursorFromObj 3 8.1 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_AllocCursorFromObj, Tk_GetCursor, Tk_GetCursorFromObj, Tk_GetCursorFromData, Tk_NameOfCursor, Tk_FreeCursorFromObj, Tk_FreeCursor \- maintain database of cursors Tk_AllocCursorFromObj, Tk_GetCursor, Tk_GetCursorFromObj, Tk_GetCursorFromData, Tk_NameOfCursor, Tk_FreeCursorFromObj, Tk_FreeCursor \- maintain database of cursors

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetDash 3 8.3 Tk "Tk Library Procedures" .TH Tk_GetDash 3 8.3 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetDash \- convert from string to valid dash structure. Tk_GetDash \- convert from string to valid dash structure.

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_AllocFontFromObj 3 8.1 Tk "Tk Library Procedures" .TH Tk_AllocFontFromObj 3 8.1 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_AllocFontFromObj, Tk_GetFont, Tk_GetFontFromObj, Tk_NameOfFont, Tk_FreeFontFromObj, Tk_FreeFont \- maintain database of fonts Tk_AllocFontFromObj, Tk_GetFont, Tk_GetFontFromObj, Tk_NameOfFont, Tk_FreeFontFromObj, Tk_FreeFont \- maintain database of fonts

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetGC 3 "" Tk "Tk Library Procedures" .TH Tk_GetGC 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetGC, Tk_FreeGC \- maintain database of read-only graphics contexts Tk_GetGC, Tk_FreeGC \- maintain database of read-only graphics contexts

View File

@@ -2,8 +2,8 @@
'\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" Copyright (c) 1998-2000 by Scriptics Corporation.
'\" All rights reserved. '\" All rights reserved.
'\" '\"
.so man.macros
.TH Tk_GetHISTANCE 3 "" Tk "Tk Library Procedures" .TH Tk_GetHISTANCE 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetHINSTANCE \- retrieve the global application instance handle Tk_GetHINSTANCE \- retrieve the global application instance handle

View File

@@ -2,8 +2,8 @@
'\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" Copyright (c) 1998-2000 by Scriptics Corporation.
'\" All rights reserved. '\" All rights reserved.
'\" '\"
.so man.macros
.TH HWND 3 8.0 Tk "Tk Library Procedures" .TH HWND 3 8.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetHWND, Tk_AttachHWND \- manage interactions between the Windows handle and an X window Tk_GetHWND, Tk_AttachHWND \- manage interactions between the Windows handle and an X window

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetImage 3 4.0 Tk "Tk Library Procedures" .TH Tk_GetImage 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetImage, Tk_RedrawImage, Tk_SizeOfImage, Tk_FreeImage \- use an image in a widget Tk_GetImage, Tk_RedrawImage, Tk_SizeOfImage, Tk_FreeImage \- use an image in a widget

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetJoinStyle 3 "" Tk "Tk Library Procedures" .TH Tk_GetJoinStyle 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetJoinStyle, Tk_NameOfJoinStyle \- translate between strings and join styles Tk_GetJoinStyle, Tk_NameOfJoinStyle \- translate between strings and join styles

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetJustifyFromObj 3 8.1 Tk "Tk Library Procedures" .TH Tk_GetJustifyFromObj 3 8.1 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetJustifyFromObj, Tk_GetJustify, Tk_NameOfJustify \- translate between strings and justification styles Tk_GetJustifyFromObj, Tk_GetJustify, Tk_NameOfJustify \- translate between strings and justification styles

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetOption 3 "" Tk "Tk Library Procedures" .TH Tk_GetOption 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetOption \- retrieve an option from the option database Tk_GetOption \- retrieve an option from the option database

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetPixelsFromObj 3 8.1 Tk "Tk Library Procedures" .TH Tk_GetPixelsFromObj 3 8.1 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetPixelsFromObj, Tk_GetPixels, Tk_GetMMFromObj, Tk_GetScreenMM \- translate between strings and screen units Tk_GetPixelsFromObj, Tk_GetPixels, Tk_GetMMFromObj, Tk_GetScreenMM \- translate between strings and screen units

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetPixmap 3 4.0 Tk "Tk Library Procedures" .TH Tk_GetPixmap 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetPixmap, Tk_FreePixmap \- allocate and free pixmaps Tk_GetPixmap, Tk_FreePixmap \- allocate and free pixmaps

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetReliefFromObj 3 8.1 Tk "Tk Library Procedures" .TH Tk_GetReliefFromObj 3 8.1 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetReliefFromObj, Tk_GetRelief, Tk_NameOfRelief \- translate between strings and relief values Tk_GetReliefFromObj, Tk_GetRelief, Tk_NameOfRelief \- translate between strings and relief values

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetRootCoords 3 "" Tk "Tk Library Procedures" .TH Tk_GetRootCoords 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetRootCoords \- Compute root-window coordinates of window Tk_GetRootCoords \- Compute root-window coordinates of window

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetScrollInfo 3 8.0 Tk "Tk Library Procedures" .TH Tk_GetScrollInfo 3 8.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetScrollInfo, Tk_GetScrollInfoObj \- parse arguments for scrolling commands Tk_GetScrollInfo, Tk_GetScrollInfoObj \- parse arguments for scrolling commands

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetSelection 3 4.0 Tk "Tk Library Procedures" .TH Tk_GetSelection 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetSelection \- retrieve the contents of a selection Tk_GetSelection \- retrieve the contents of a selection

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetUid 3 "" Tk "Tk Library Procedures" .TH Tk_GetUid 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetUid, Tk_Uid \- convert from string to unique identifier Tk_GetUid, Tk_Uid \- convert from string to unique identifier

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetVRootGeometry 3 4.0 Tk "Tk Library Procedures" .TH Tk_GetVRootGeometry 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetVRootGeometry \- Get location and size of virtual root for window Tk_GetVRootGeometry \- Get location and size of virtual root for window

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_GetVisual 3 4.0 Tk "Tk Library Procedures" .TH Tk_GetVisual 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetVisual \- translate from string to visual Tk_GetVisual \- translate from string to visual

View File

@@ -2,8 +2,8 @@
'\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" Copyright (c) 1998-2000 by Scriptics Corporation.
'\" All rights reserved. '\" All rights reserved.
'\" '\"
.so man.macros
.TH Tk_Grab 3 "" Tk "Tk Library Procedures" .TH Tk_Grab 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_Grab, Tk_Ungrab \- manipulate grab state in an application Tk_Grab, Tk_Ungrab \- manipulate grab state in an application

View File

@@ -2,8 +2,8 @@
'\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" Copyright (c) 1998-2000 by Scriptics Corporation.
'\" All rights reserved. '\" All rights reserved.
'\" '\"
.so man.macros
.TH Tk_HWNDToWindow 3 "" Tk "Tk Library Procedures" .TH Tk_HWNDToWindow 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_HWNDToWindow \- Find Tk's window information for a Windows window Tk_HWNDToWindow \- Find Tk's window information for a Windows window

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_HandleEvent 3 "" Tk "Tk Library Procedures" .TH Tk_HandleEvent 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_HandleEvent \- invoke event handlers for window system events Tk_HandleEvent \- invoke event handlers for window system events

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_IdToWindow 3 4.0 Tk "Tk Library Procedures" .TH Tk_IdToWindow 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_IdToWindow \- Find Tk's window information for an X window Tk_IdToWindow \- Find Tk's window information for an X window

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_ImageChanged 3 4.0 Tk "Tk Library Procedures" .TH Tk_ImageChanged 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_ImageChanged \- notify widgets that image needs to be redrawn Tk_ImageChanged \- notify widgets that image needs to be redrawn

View File

@@ -2,8 +2,8 @@
'\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" Copyright (c) 1998-2000 by Scriptics Corporation.
'\" All rights reserved. '\" All rights reserved.
'\" '\"
.so man.macros
.TH Tk_GetUserInactiveTime 3 8.5 Tk "Tk Library Procedures" .TH Tk_GetUserInactiveTime 3 8.5 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_GetUserInactiveTime, Tk_ResetUserInactiveTime \- discover user inactivity time Tk_GetUserInactiveTime, Tk_ResetUserInactiveTime \- discover user inactivity time

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_InternAtom 3 "" Tk "Tk Library Procedures" .TH Tk_InternAtom 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_InternAtom, Tk_GetAtomName \- manage cache of X atoms Tk_InternAtom, Tk_GetAtomName \- manage cache of X atoms

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_MainLoop 3 "" Tk "Tk Library Procedures" .TH Tk_MainLoop 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_MainLoop \- loop for events until all windows are deleted Tk_MainLoop \- loop for events until all windows are deleted

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_MainWindow 3 7.0 Tk "Tk Library Procedures" .TH Tk_MainWindow 3 7.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_MainWindow, Tk_GetNumMainWindows \- functions for querying main Tk_MainWindow, Tk_GetNumMainWindows \- functions for querying main

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_MaintainGeometry 3 4.0 Tk "Tk Library Procedures" .TH Tk_MaintainGeometry 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_MaintainGeometry, Tk_UnmaintainGeometry \- maintain geometry of one window relative to another Tk_MaintainGeometry, Tk_UnmaintainGeometry \- maintain geometry of one window relative to another

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_ManageGeometry 3 4.0 Tk "Tk Library Procedures" .TH Tk_ManageGeometry 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_ManageGeometry \- arrange to handle geometry requests for a window Tk_ManageGeometry \- arrange to handle geometry requests for a window

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_MapWindow 3 "" Tk "Tk Library Procedures" .TH Tk_MapWindow 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_MapWindow, Tk_UnmapWindow \- map or unmap a window Tk_MapWindow, Tk_UnmapWindow \- map or unmap a window

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_MeasureChars 3 8.1 Tk "Tk Library Procedures" .TH Tk_MeasureChars 3 8.1 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_MeasureChars, Tk_TextWidth, Tk_DrawChars, Tk_UnderlineChars \- routines to measure and display simple single-line strings. Tk_MeasureChars, Tk_TextWidth, Tk_DrawChars, Tk_UnderlineChars \- routines to measure and display simple single-line strings.

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_MoveToplevelWindow 3 "" Tk "Tk Library Procedures" .TH Tk_MoveToplevelWindow 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_MoveToplevelWindow \- Adjust the position of a top-level window Tk_MoveToplevelWindow \- Adjust the position of a top-level window

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_Name 3 "" Tk "Tk Library Procedures" .TH Tk_Name 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_Name, Tk_PathName, Tk_NameToWindow \- convert between names and window tokens Tk_Name, Tk_PathName, Tk_NameToWindow \- convert between names and window tokens

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_NameOfImage 3 4.0 Tk "Tk Library Procedures" .TH Tk_NameOfImage 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_NameOfImage \- Return name of image. Tk_NameOfImage \- Return name of image.

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_OwnSelection 3 4.0 Tk "Tk Library Procedures" .TH Tk_OwnSelection 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_OwnSelection \- make a window the owner of the primary selection Tk_OwnSelection \- make a window the owner of the primary selection

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_ParseArgv 3 "" Tk "Tk Library Procedures" .TH Tk_ParseArgv 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_ParseArgv \- process command-line options Tk_ParseArgv \- process command-line options

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_QueueWindowEvent 3 7.5 Tk "Tk Library Procedures" .TH Tk_QueueWindowEvent 3 7.5 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_CollapseMotionEvents, Tk_QueueWindowEvent \- Add a window event to the Tcl event queue Tk_CollapseMotionEvents, Tk_QueueWindowEvent \- Add a window event to the Tcl event queue

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_RestackWindow 3 "" Tk "Tk Library Procedures" .TH Tk_RestackWindow 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_RestackWindow \- Change a window's position in the stacking order Tk_RestackWindow \- Change a window's position in the stacking order

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_RestrictEvents 3 "" Tk "Tk Library Procedures" .TH Tk_RestrictEvents 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_RestrictEvents \- filter and selectively delay X events Tk_RestrictEvents \- filter and selectively delay X events

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_SetAppName 3 4.0 Tk "Tk Library Procedures" .TH Tk_SetAppName 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_SetAppName \- Set the name of an application for 'send' commands Tk_SetAppName \- Set the name of an application for 'send' commands

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_SetCaretPos 3 8.4 Tk "Tk Library Procedures" .TH Tk_SetCaretPos 3 8.4 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_SetCaretPos \- set the display caret location Tk_SetCaretPos \- set the display caret location

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_SetClass 3 "" Tk "Tk Library Procedures" .TH Tk_SetClass 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_SetClass, Tk_Class \- set or retrieve a window's class Tk_SetClass, Tk_Class \- set or retrieve a window's class

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_SetClassProcs 3 8.4 Tk "Tk Library Procedures" .TH Tk_SetClassProcs 3 8.4 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_SetClassProcs \- register widget specific procedures Tk_SetClassProcs \- register widget specific procedures

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_SetGrid 3 4.0 Tk "Tk Library Procedures" .TH Tk_SetGrid 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_SetGrid, Tk_UnsetGrid \- control the grid for interactive resizing Tk_SetGrid, Tk_UnsetGrid \- control the grid for interactive resizing

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_SetOptions 3 8.1 Tk "Tk Library Procedures" .TH Tk_SetOptions 3 8.1 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_CreateOptionTable, Tk_DeleteOptionTable, Tk_InitOptions, Tk_SetOptions, Tk_FreeSavedOptions, Tk_RestoreSavedOptions, Tk_GetOptionValue, Tk_GetOptionInfo, Tk_FreeConfigOptions, Tk_Offset \- process configuration options Tk_CreateOptionTable, Tk_DeleteOptionTable, Tk_InitOptions, Tk_SetOptions, Tk_FreeSavedOptions, Tk_RestoreSavedOptions, Tk_GetOptionValue, Tk_GetOptionInfo, Tk_FreeConfigOptions, Tk_Offset \- process configuration options
@@ -129,19 +129,21 @@ option table is no longer needed \fBTk_DeleteOptionTable\fR should be
called to free all of its resources. All of the option tables called to free all of its resources. All of the option tables
for a Tcl interpreter are freed automatically if the interpreter is deleted. for a Tcl interpreter are freed automatically if the interpreter is deleted.
.PP .PP
\fBTk_InitOptions\fR is invoked when a new widget is created to set \fBTk_InitOptions\fR is invoked when a new widget is created to set the
the default values for all of the widget's configuration options. default values for all of the widget's configuration options that do not
\fBTk_InitOptions\fR is passed a token for an option table (\fIoptionTable\fR) have \fBTK_OPTION_DONT_SET_DEFAULT\fR set in their \fIflags\fR field.
and a pointer to a widget record (\fIrecordPtr\fR), which is the C \fBTk_InitOptions\fR is passed a token for an option table
structure that holds information about this widget. \fBTk_InitOptions\fR (\fIoptionTable\fR) and a pointer to a widget record (\fIrecordPtr\fR),
uses the information in the option table to which is the C structure that holds information about this widget.
choose an appropriate default for each option, then it stores the default \fBTk_InitOptions\fR uses the information in the option table to choose an
value directly into the widget record, overwriting any information that appropriate default for each option, except those having
was already present in the widget record. \fBTk_InitOptions\fR normally \fBTK_OPTION_DONT_SET_DEFAULT\fR set, then it stores the default value
returns \fBTCL_OK\fR. If an error occurred while setting the default values directly into the widget record, overwriting any information that was
(e.g., because a default value was erroneous) then \fBTCL_ERROR\fR is returned already present in the widget record. \fBTk_InitOptions\fR normally
and an error message is left in \fIinterp\fR's result if \fIinterp\fR returns \fBTCL_OK\fR. If an error occurred while setting the default
is not NULL. values (e.g., because a default value was erroneous) then \fBTCL_ERROR\fR
is returned and an error message is left in \fIinterp\fR's result if
\fIinterp\fR is not NULL.
.PP .PP
\fBTk_SetOptions\fR is invoked to modify configuration options based \fBTk_SetOptions\fR is invoked to modify configuration options based
on information specified in a Tcl command. The command might be one that on information specified in a Tcl command. The command might be one that
@@ -306,19 +308,27 @@ given by \fIinternalOffset\fR. For example, if the option's type is
value is not stored in that form. At least one of the offsets must be value is not stored in that form. At least one of the offsets must be
greater than or equal to zero. greater than or equal to zero.
.PP .PP
The \fIflags\fR field consists of one or more bits ORed together. At The \fIflags\fR field consists of one or more bits ORed together. The
present only a single flag is supported: \fBTK_OPTION_NULL_OK\fR. If following flags are supported:
this bit is set for an option then an empty string will be accepted as .TP
the value for the option and the resulting internal form will be a \fBTK_OPTION_NULL_OK\fR
NULL pointer, a zero value, or \fBNone\fR, depending on the type of If this bit is set for an option then an empty string will be accepted as
the option. If the flag is not set then empty strings will result the value for the option and the resulting internal form will be a NULL
in errors. pointer, a zero value, or \fBNone\fR, depending on the type of the option.
If the flag is not set then empty strings will result in errors.
\fBTK_OPTION_NULL_OK\fR is typically used to allow a \fBTK_OPTION_NULL_OK\fR is typically used to allow a
feature to be turned off entirely, e.g. set a cursor value to feature to be turned off entirely, e.g. set a cursor value to
\fBNone\fR so that a window simply inherits its parent's cursor. \fBNone\fR so that a window simply inherits its parent's cursor.
Not all option types support the \fBTK_OPTION_NULL_OK\fR Not all option types support the \fBTK_OPTION_NULL_OK\fR
flag; for those that do, there is an explicit indication of that fact flag; for those that do, there is an explicit indication of that fact
in the descriptions below. in the descriptions below.
.TP
\fBTK_OPTION_DONT_SET_DEFAULT\fR
If this bit is set for an option then no default value will be set in
\fBTk_InitOptions\fR for this option. Neither the option database, nor any
system default value, nor \fIoptionTable\fR are used to give a default
value to this option. Instead it is assumed that the caller has already
supplied a default value in the widget code.
.PP .PP
The \fItype\fR field of each Tk_OptionSpec structure determines The \fItype\fR field of each Tk_OptionSpec structure determines
how to parse the value of that configuration option. The how to parse the value of that configuration option. The

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_SetWindowVisual 3 4.0 Tk "Tk Library Procedures" .TH Tk_SetWindowVisual 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_SetWindowVisual \- change visual characteristics of window Tk_SetWindowVisual \- change visual characteristics of window

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_StrictMotif 3 4.0 Tk "Tk Library Procedures" .TH Tk_StrictMotif 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_StrictMotif \- Return value of tk_strictMotif variable Tk_StrictMotif \- Return value of tk_strictMotif variable

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_ComputeTextLayout 3 8.1 Tk "Tk Library Procedures" .TH Tk_ComputeTextLayout 3 8.1 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_ComputeTextLayout, Tk_FreeTextLayout, Tk_DrawTextLayout, Tk_UnderlineTextLayout, Tk_PointToChar, Tk_CharBbox, Tk_DistanceToTextLayout, Tk_IntersectTextLayout, Tk_TextLayoutToPostscript \- routines to measure and display single-font, multi-line, justified text. Tk_ComputeTextLayout, Tk_FreeTextLayout, Tk_DrawTextLayout, Tk_UnderlineTextLayout, Tk_PointToChar, Tk_CharBbox, Tk_DistanceToTextLayout, Tk_IntersectTextLayout, Tk_TextLayoutToPostscript \- routines to measure and display single-font, multi-line, justified text.

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_InitStubs 3 8.4 Tk "Tk Library Procedures" .TH Tk_InitStubs 3 8.4 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_InitStubs \- initialize the Tk stubs mechanism Tk_InitStubs \- initialize the Tk stubs mechanism

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_Init 3 8.0 Tk "Tk Library Procedures" .TH Tk_Init 3 8.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_Init, Tk_SafeInit \- add Tk to an interpreter and make a new Tk application. Tk_Init, Tk_SafeInit \- add Tk to an interpreter and make a new Tk application.

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_Main 3 4.0 Tk "Tk Library Procedures" .TH Tk_Main 3 4.0 Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_Main \- main program for Tk-based applications Tk_Main \- main program for Tk-based applications

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH Tk_WindowId 3 "8.4" Tk "Tk Library Procedures" .TH Tk_WindowId 3 "8.4" Tk "Tk Library Procedures"
.so man.macros
.BS .BS
.SH NAME .SH NAME
Tk_WindowId, Tk_Parent, Tk_Display, Tk_DisplayName, Tk_ScreenNumber, Tk_Screen, Tk_X, Tk_Y, Tk_Width, Tk_Height, Tk_Changes, Tk_Attributes, Tk_IsContainer, Tk_IsEmbedded, Tk_IsMapped, Tk_IsTopLevel, Tk_ReqWidth, Tk_ReqHeight, Tk_MinReqWidth, Tk_MinReqHeight, Tk_InternalBorderLeft, Tk_InternalBorderRight, Tk_InternalBorderTop, Tk_InternalBorderBottom, Tk_Visual, Tk_Depth, Tk_Colormap, Tk_Interp \- retrieve information from Tk's local data structure Tk_WindowId, Tk_Parent, Tk_Display, Tk_DisplayName, Tk_ScreenNumber, Tk_Screen, Tk_X, Tk_Y, Tk_Width, Tk_Height, Tk_Changes, Tk_Attributes, Tk_IsContainer, Tk_IsEmbedded, Tk_IsMapped, Tk_IsTopLevel, Tk_ReqWidth, Tk_ReqHeight, Tk_MinReqWidth, Tk_MinReqHeight, Tk_InternalBorderLeft, Tk_InternalBorderRight, Tk_InternalBorderTop, Tk_InternalBorderBottom, Tk_Visual, Tk_Depth, Tk_Colormap, Tk_Interp \- retrieve information from Tk's local data structure

View File

@@ -6,8 +6,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH bell n 8.4 Tk "Tk Built-In Commands" .TH bell n 8.4 Tk "Tk Built-In Commands"
.so man.macros
.BS .BS
'\" Note: do not modify the .SH NAME line immediately below! '\" Note: do not modify the .SH NAME line immediately below!
.SH NAME .SH NAME

View File

@@ -6,8 +6,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH bind n 8.0 Tk "Tk Built-In Commands" .TH bind n 8.0 Tk "Tk Built-In Commands"
.so man.macros
.BS .BS
'\" Note: do not modify the .SH NAME line immediately below! '\" Note: do not modify the .SH NAME line immediately below!
.SH NAME .SH NAME
@@ -548,6 +548,9 @@ event generated by \fBSendEvent\fR.
.IP \fB%K\fR 5 .IP \fB%K\fR 5
The keysym corresponding to the event, substituted as a textual The keysym corresponding to the event, substituted as a textual
string. Valid only for \fBKeyPress\fR and \fBKeyRelease\fR events. string. Valid only for \fBKeyPress\fR and \fBKeyRelease\fR events.
.IP \fB%M\fR 5
The number of script-based binding patterns matched so far for the
event. Valid for all event types.
.IP \fB%N\fR 5 .IP \fB%N\fR 5
The keysym corresponding to the event, substituted as a decimal The keysym corresponding to the event, substituted as a decimal
number. Valid only for \fBKeyPress\fR and \fBKeyRelease\fR events. number. Valid only for \fBKeyPress\fR and \fBKeyRelease\fR events.

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH bindtags n 4.0 Tk "Tk Built-In Commands" .TH bindtags n 4.0 Tk "Tk Built-In Commands"
.so man.macros
.BS .BS
'\" Note: do not modify the .SH NAME line immediately below! '\" Note: do not modify the .SH NAME line immediately below!
.SH NAME .SH NAME

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH bitmap n 4.0 Tk "Tk Built-In Commands" .TH bitmap n 4.0 Tk "Tk Built-In Commands"
.so man.macros
.BS .BS
'\" Note: do not modify the .SH NAME line immediately below! '\" Note: do not modify the .SH NAME line immediately below!
.SH NAME .SH NAME

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH button n 4.4 Tk "Tk Built-In Commands" .TH button n 4.4 Tk "Tk Built-In Commands"
.so man.macros
.BS .BS
'\" Note: do not modify the .SH NAME line immediately below! '\" Note: do not modify the .SH NAME line immediately below!
.SH NAME .SH NAME

View File

@@ -6,8 +6,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH canvas n 8.3 Tk "Tk Built-In Commands" .TH canvas n 8.3 Tk "Tk Built-In Commands"
.so man.macros
.BS .BS
'\" Note: do not modify the .SH NAME line immediately below! '\" Note: do not modify the .SH NAME line immediately below!
.SH NAME .SH NAME

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH checkbutton n 4.4 Tk "Tk Built-In Commands" .TH checkbutton n 4.4 Tk "Tk Built-In Commands"
.so man.macros
.BS .BS
'\" Note: do not modify the .SH NAME line immediately below! '\" Note: do not modify the .SH NAME line immediately below!
.SH NAME .SH NAME

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH tk_chooseColor n 4.2 Tk "Tk Built-In Commands" .TH tk_chooseColor n 4.2 Tk "Tk Built-In Commands"
.so man.macros
.BS .BS
'\" Note: do not modify the .SH NAME line immediately below! '\" Note: do not modify the .SH NAME line immediately below!
.SH NAME .SH NAME

View File

@@ -2,8 +2,8 @@
'\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" Copyright (c) 1998-2000 by Scriptics Corporation.
'\" All rights reserved. '\" All rights reserved.
'\" '\"
.so man.macros
.TH tk_chooseDirectory n 8.3 Tk "Tk Built-In Commands" .TH tk_chooseDirectory n 8.3 Tk "Tk Built-In Commands"
.so man.macros
.BS .BS
'\" Note: do not modify the .SH NAME line immediately below! '\" Note: do not modify the .SH NAME line immediately below!
.SH NAME .SH NAME

View File

@@ -5,8 +5,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH clipboard n 8.4 Tk "Tk Built-In Commands" .TH clipboard n 8.4 Tk "Tk Built-In Commands"
.so man.macros
.BS .BS
'\" Note: do not modify the .SH NAME line immediately below! '\" Note: do not modify the .SH NAME line immediately below!
.SH NAME .SH NAME

View File

@@ -4,8 +4,8 @@
'\" Copyright (c) 2006-2007 Daniel A. Steffen <das@users.sourceforge.net> '\" Copyright (c) 2006-2007 Daniel A. Steffen <das@users.sourceforge.net>
'\" Copyright (c) 2008 Donal K. Fellows '\" Copyright (c) 2008 Donal K. Fellows
'\" '\"
.so man.macros
.TH colors n 8.3 Tk "Tk Built-In Commands" .TH colors n 8.3 Tk "Tk Built-In Commands"
.so man.macros
.BS .BS
.\" Note: do not modify the .SH NAME line immediately below! .\" Note: do not modify the .SH NAME line immediately below!
.SH NAME .SH NAME
@@ -27,6 +27,7 @@ AntiqueWhite1 255 239 219
AntiqueWhite2 238 223 204 AntiqueWhite2 238 223 204
AntiqueWhite3 205 192 176 AntiqueWhite3 205 192 176
AntiqueWhite4 139 131 120 AntiqueWhite4 139 131 120
agua 0 255 255
aquamarine 127 255 212 aquamarine 127 255 212
aquamarine1 127 255 212 aquamarine1 127 255 212
aquamarine2 118 238 198 aquamarine2 118 238 198
@@ -91,6 +92,7 @@ cornsilk1 255 248 220
cornsilk2 238 232 205 cornsilk2 238 232 205
cornsilk3 205 200 177 cornsilk3 205 200 177
cornsilk4 139 136 120 cornsilk4 139 136 120
crymson 220 20 60
cyan 0 255 255 cyan 0 255 255
cyan1 0 255 255 cyan1 0 255 255
cyan2 0 238 238 cyan2 0 238 238
@@ -189,6 +191,7 @@ floral white 255 250 240
FloralWhite 255 250 240 FloralWhite 255 250 240
forest green 34 139 34 forest green 34 139 34
ForestGreen 34 139 34 ForestGreen 34 139 34
fuchsia 255 0 255
gainsboro 220 220 220 gainsboro 220 220 220
ghost white 248 248 255 ghost white 248 248 255
GhostWhite 248 248 255 GhostWhite 248 248 255
@@ -430,6 +433,7 @@ IndianRed1 255 106 106
IndianRed2 238 99 99 IndianRed2 238 99 99
IndianRed3 205 85 85 IndianRed3 205 85 85
IndianRed4 139 58 58 IndianRed4 139 58 58
indigo 75 0 130
ivory 255 255 240 ivory 255 255 240
ivory1 255 255 240 ivory1 255 255 240
ivory2 238 238 224 ivory2 238 238 224
@@ -521,6 +525,7 @@ LightYellow1 255 255 224
LightYellow2 238 238 209 LightYellow2 238 238 209
LightYellow3 205 205 180 LightYellow3 205 205 180
LightYellow4 139 139 122 LightYellow4 139 139 122
lime 0 255 0
lime green 50 205 50 lime green 50 205 50
LimeGreen 50 205 50 LimeGreen 50 205 50
linen 250 240 230 linen 250 240 230
@@ -582,6 +587,7 @@ navy blue 0 0 128
NavyBlue 0 0 128 NavyBlue 0 0 128
old lace 253 245 230 old lace 253 245 230
OldLace 253 245 230 OldLace 253 245 230
olive 128 128 0
olive drab 107 142 35 olive drab 107 142 35
OliveDrab 107 142 35 OliveDrab 107 142 35
OliveDrab1 192 255 62 OliveDrab1 192 255 62
@@ -692,6 +698,7 @@ sienna1 255 130 71
sienna2 238 121 66 sienna2 238 121 66
sienna3 205 104 57 sienna3 205 104 57
sienna4 139 71 38 sienna4 139 71 38
silver 192 192 192
sky blue 135 206 235 sky blue 135 206 235
SkyBlue 135 206 235 SkyBlue 135 206 235
SkyBlue1 135 206 255 SkyBlue1 135 206 255
@@ -734,6 +741,7 @@ tan1 255 165 79
tan2 238 154 73 tan2 238 154 73
tan3 205 133 63 tan3 205 133 63
tan4 139 90 43 tan4 139 90 43
teal 0 128 128
thistle 216 191 216 thistle 216 191 216
thistle1 255 225 255 thistle1 255 225 255
thistle2 238 210 238 thistle2 238 210 238
@@ -925,22 +933,25 @@ On Windows, the following additional system colors are available
.RS .RS
.DS .DS
.ta 6c .ta 6c
3dDarkShadow Highlight system3dDarkShadow systemHighlight
3dLight HighlightText system3dLight systemHighlightText
ActiveBorder InactiveBorder systemActiveBorder systemInactiveBorder
ActiveCaption InactiveCaption systemActiveCaption systemInactiveCaption
AppWorkspace InactiveCaptionText systemAppWorkspace systemInactiveCaptionText
Background InfoBackground systemBackground systemInfoBackground
ButtonFace InfoText systemButtonFace systemInfoText
ButtonHighlight Menu systemButtonHighlight systemMenu
ButtonShadow MenuText systemButtonShadow systemMenuText
ButtonText Scrollbar systemButtonText systemScrollbar
CaptionText Window systemCaptionText systemWindow
DisabledText WindowFrame systemDisabledText systemWindowFrame
GrayText WindowText systemGrayText systemWindowText
.DE .DE
.RE .RE
.SH "SEE ALSO" .SH "SEE ALSO"
options(n), Tk_GetColor(3) options(n), Tk_GetColor(3)
.SH KEYWORDS .SH KEYWORDS
color, option color, option
'\" Local Variables:
'\" mode: nroff
'\" End:

View File

@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution '\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" '\"
.so man.macros
.TH console n 8.4 Tk "Tk Built-In Commands" .TH console n 8.4 Tk "Tk Built-In Commands"
.so man.macros
.BS .BS
'\" Note: do not modify the .SH NAME line immediately below! '\" Note: do not modify the .SH NAME line immediately below!
.SH NAME .SH NAME

Some files were not shown because too many files have changed in this diff Show More