| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: tk | Distribution: openSUSE Tumbleweed |
| Version: 8.6.18 | Vendor: openSUSE |
| Release: 1.1 | Build date: Fri May 29 15:52:41 2026 |
| Group: Development/Languages/Tcl | Build host: reproducible |
| Size: 4692005 | Source RPM: tk-8.6.18-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: http://www.tcl.tk | |
| Summary: Graphical User Interface Toolkit for Tcl | |
Tk is a graphical user interface toolkit that takes developing desktop
applications to a higher level than conventional approaches. Tk is the
standard GUI not only for Tcl, but for many other dynamic languages,
and can produce rich, native applications that run unchanged across
Windows, Mac OS X, Linux and more.
Authors:
--------
The Tcl Core Team <tcl-core@lists.sourceforge.net>
TCL
* Fri May 29 2026 Reinhard Max <max@suse.com>
- New version 8.6.18:
* [d93d96] Pointer arithmetic with NULL in ImgGetPhoto()
* [6c4795] leak in XCreateBitmapFromData() in ImgGetPhoto()
* [04e173] Add support for Copy/Cut/Paste keys in X11
* [95da0f] tkpWinRopModes[GXnoop] is R2_NOT, should be R2_NOP
* [2c240b] Install pkg-config file
* [816739] Install man pages
* [265ff2] Artifacts in a few themed widgets on x11 and aqua
* [a80e5f] Core dump Tk_GetFontFromObj
* [c23f79] Xft text is unusable for 32-bit visual when default
visual is 24-bit
* [44b34c] Fix crash on exit due to faulty asm code in DllMain
* [4d2baa] Improve the look of the ttk::spinbox widgets in the
built-in themes
* [edd1a6] Lack of bounds checking in argument parsing for some
widgets
* [8e4fb0] crash in text sync subcommand
* [c77b42] X11: crash by wm forget on menu
* [5d2061] fails to build with glibc 2.43
* [e2418c] Pointer warp relative to the screen's root window
fails if the Tk root window is withdrawn
* [7f67bb] Check recursive menu usage to avoid crash
* [aca995] Get rid of the ugly Motif-style cascade arrows on X11
* [556606] Block cursor in text widget may hide the character
underneath
* [011533] Flip ttk::notebook tab states "first" and "last" for
"-tabplacement e*|s*"
- New version 8.6.17:
* [844c0b] Menu entry underline does not consider
activeborderwidth
* [080a28] Aqua: tk_getOpenFile crash
* [c99266] console menu zh_cn translations
* [7231bf99] Setting ttk state may change the variable passed
by value
* [5d0bc3] block cursor size on a tab is too large
* [6b0f77] gcc 14 breaks configure test for bigendian leading to
broken floating point
* [d25b72] error popup on ttk::scale with invisible trough
* [3d13f8,e90e8c] Aqua: dark mode improvements
* [e94c8b] interop with clipboard managers
* [dc38c9] Aqua: NSHighResolutionCapable should be a Boolean value
* [4e1e10] Aqua: CGRect/NSRect type mismatch on 32-bit
* Fri Mar 07 2025 Reinhard Max <max@suse.com>
- New version 8.6.16:
* [18e984] Assignment of invalid symbolic constant NotifyNormal
* [398109] Segmentation fault with bogus resource value (X11)
* Improved the appearance of the Treeitem.indicator element
* [265d4e] macOS Sequoia: warning: 'setShowsResizeIndicator:'
is deprecated
* [eb3328] [grid] and [pack] with half-dead argument can cause
hangup or even crash
* [f52986] SIGABRT from Tk_DeleteErrorHandler()
* [bcbf4c] Tk intialization overwrites thread specific data
* Fri Sep 13 2024 Reinhard Max <max@suse.com>
- New version 8.6.15:
* [47d4f2] Invoke binding scripts for events with detail field
NotifyInferior *** POTENTIAL INCOMPATIBILITY ***
* [fdc0ed] Fix segfault on [focus -force] with xvfb
* [ab839e] Fix [text undo] clearingdata
* [e30699] Fix appearence of arrows in ttk widgets
* Add keycodes ISO_Group_Shift and dead_hamza
* Improve look of the classic theme
* Improved focus ring for ttk
* [treeview identify] now point aware
* Fix default font detection for high DPI
* Fix [ttk::combobox] covering down arrow
* [a0241c] Fix performance of image copy
* [157652] Fix image read with -from option for gif/png
* [865af0] Throw error message on corrupt gif file
* [51ece3] Fix crash on [canvas dchars]
* [0d4879,089da4,f569b9] Improve focus ring for ttk widgets
* [d82fa2] [ttk::treview] painting/clipping/scrolling of last
item
* Fri Mar 01 2024 Reinhard Max <max@suse.com>
- New version 8.6.14:
* (bug)[6ee162] crash in [ttk::style configure]
* Permit [tk scaling] to return scale factor in safe interp
* Correct rounding of [nsFont pointSize]
* (bug)[cee095] X error handler management in Tk_MeasureChars
* (bug)[170551] crash in [tk busy forget]
* (bug)[6cd476] crash using [tk busy hold]
* (bug)[93fe36] Fix <<MenuSelect>> with -tearoff
* (bug)[15c685] menu clones, tests menu-20.1[2-6]
* (bug)[f4d9d7] canvas items ignored -disabledwidth
* (bug)[a9cf21] Text selection omits first character
* (bug)[310c74] No theme change attempts after Tk finalize
* (bug)[3414695] Dialogs robust against parent destruction
* (bug)[ab9581] Guard against use-after-free crashes
* (bug)[7447ed] [tk_chooseColor] handle grab fail
* (bug)[4666f2] Protect aganst NULL windows
* (bug)[a418aa] bogus @x,y menu entry indices, menu-22.[6-9]
* (bug)[578441] memleak in TkScrollWindow
* (bug)[228476] link wish to correct libtk
* (bug)[f9eddb] region clip & copy better OS implementations
* (bug)[c35c34] memleak in Initialize
* Wed Nov 23 2022 Reinhard Max <max@suse.com>
- New version 8.6.13:
* (new)[TIP 599] Extended build information
* (bug)[440c52] fix PPM/PGM read with graylevel > 255
* (bug)[5fb814] canvas redraw region for lines/polygones
* (new)[631a0b] text widget: direct mouse events to insert mark,
not current
* (bug)[b164ef] fix mouse events for multiple toplevels
* (bug)[be8f5b] crash setting -type empty for a menu
* (bug)[50fc02,50fc02,25894d,156e58] ImgPhoto pointer issues
* (bug)[617861] -justify/-anchor defaults for ttk::label
* (bug)[40bc81] embedding error test failure
* (bug)[b1d115] No <Enter> event on new toplevel on current
toplevel destruction
* (bug)[3fefb3] crash in empty ttk::combobox when end index requested
* (new)[247d80] Chinese message file
* (bug)[e331bc] NULL to memset in photo blank
* (bug)[864b06] PNG photo image color numeric issue
* (bug)[f75190] tk_fontchooser: multiple font families, locale
change, button activation
* (bug)[ce6b42] (in TCL bug tracker) ttk::spinbox increment event
endless invokation
* (bug)[2a6c62] Avoid invalid <<TreeviewSelect>>
* (new)[f47920] Updates to Finnish message catalog
* (bug)[29b5c2] error in tk_popup with separator entry selected
* (bug)[415415] scale advances multiple steps on single click
* (bug)[dc4c55] tk_popup entry index
* (bug)[c0bf1b] XVirtualEvent buffer overflows
* (bug)[eedd79] potential crashes in option parsing when
sizeof(enum) not equal to int
* (bug)[0ce975] panedwindow calls memcpy with NULL pointer
* (bug) GIF with multiple images may reuse transparent color
* [aefdb8,be29f7] Updates to Russian message catalog
* Updates to Esperanto message catalog
* (bug)[a3b03f] Linux, Windows: improve (ttk) menubutton menu
position
* Update keysym tables to latest X11R6
* [f6e4d4] consistent cross-platform polygon fill
* (bug)[5e4e44] ttk::panedwindow drag robust wrt orientation
variants
* Remove tk.patch, was integrated upstream.
- Remove stuff from TK_LIBS that is not needed for shared
libraries and we don't support static linking.
* Wed Nov 10 2021 Reinhard Max <max@suse.com>
- New version 8.6.12:
* (bug)[7beaed] ttk::bindMouseWheel syntax error
* (new) support 4 new keycodes: CodeInput, SingleCandidate,
MultipleCandidate, PreviousCandidate
* (new) Portable keycodes: OE, oe, Ydiaeresis
* (bug)[9e1312] <Enter> to parent after child destroyed
* (bug)[d3cd4c] more robust notebook processing
* (bug)[234ee4] crash in [clipboard get] invalid encoding
* (bug)[be9cad] Poor trace housekeeping -> tkwait segfault
* (bug)[9b6065] restore Tcl [update], see window-2.12
* (bug)[34db75,ea876b] cursor motion in peer text
* (bug)[c97464] memleak in TkpDrawAngledChars
* (bug)[171ba7] crash when grab and focus are not coordinated
* crash due to failed transient record housekeeping
* (bug)[099109] segfault reusing a container toplevel
* (bug)[4efbfe] static package init order in wish
* (bug)[033886] Win: hang in font loading
* (bug)[8ebed3] multi-thread safety in Xft use
* (new)[TIP 608] New virtual event <<TkWorldChanged>>
* Sat Apr 17 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 8.6.11.1 (still presenting itself as 8.6.11)
* Fixed issue in bindMouseWheel
* Mon Jan 04 2021 Reinhard Max <max@suse.com>
- Version 8.6.11:
* Fix TkKeyEvent platform variations
* ttk respect -cursor option
* MouseWheel for ttk::scrollbar
* fix fontconfig crash when no font installed
* fix tearoff menu redraw artifacts
* stop crash w/Noto Color Emoji font
* fix crash of angled text w/o Xft
* fix crash when active button is destroyed
* disfavor Master/Slave terminology
* many more bug fixes.
* Fri Nov 20 2020 Reinhard Max <max@suse.com>
- Fix manpage symlink for wish8.6.
* Mon Oct 12 2020 Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.16: error: bare words are no longer
supported, please use "...": lib64 == lib64.
/usr/bin/tkcon /usr/bin/wish /usr/bin/wish8.6 /usr/lib64/libtk8.6.so /usr/lib64/tcl/tk8.6 /usr/lib64/tcl/tk8.6/bgerror.tcl /usr/lib64/tcl/tk8.6/button.tcl /usr/lib64/tcl/tk8.6/choosedir.tcl /usr/lib64/tcl/tk8.6/clrpick.tcl /usr/lib64/tcl/tk8.6/comdlg.tcl /usr/lib64/tcl/tk8.6/console.tcl /usr/lib64/tcl/tk8.6/demos /usr/lib64/tcl/tk8.6/demos/README /usr/lib64/tcl/tk8.6/demos/anilabel.tcl /usr/lib64/tcl/tk8.6/demos/aniwave.tcl /usr/lib64/tcl/tk8.6/demos/arrow.tcl /usr/lib64/tcl/tk8.6/demos/bind.tcl /usr/lib64/tcl/tk8.6/demos/bitmap.tcl /usr/lib64/tcl/tk8.6/demos/browse /usr/lib64/tcl/tk8.6/demos/button.tcl /usr/lib64/tcl/tk8.6/demos/check.tcl /usr/lib64/tcl/tk8.6/demos/clrpick.tcl /usr/lib64/tcl/tk8.6/demos/colors.tcl /usr/lib64/tcl/tk8.6/demos/combo.tcl /usr/lib64/tcl/tk8.6/demos/cscroll.tcl /usr/lib64/tcl/tk8.6/demos/ctext.tcl /usr/lib64/tcl/tk8.6/demos/dialog1.tcl /usr/lib64/tcl/tk8.6/demos/dialog2.tcl /usr/lib64/tcl/tk8.6/demos/en.msg /usr/lib64/tcl/tk8.6/demos/entry1.tcl /usr/lib64/tcl/tk8.6/demos/entry2.tcl /usr/lib64/tcl/tk8.6/demos/entry3.tcl /usr/lib64/tcl/tk8.6/demos/filebox.tcl /usr/lib64/tcl/tk8.6/demos/floor.tcl /usr/lib64/tcl/tk8.6/demos/fontchoose.tcl /usr/lib64/tcl/tk8.6/demos/form.tcl /usr/lib64/tcl/tk8.6/demos/goldberg.tcl /usr/lib64/tcl/tk8.6/demos/hello /usr/lib64/tcl/tk8.6/demos/hscale.tcl /usr/lib64/tcl/tk8.6/demos/icon.tcl /usr/lib64/tcl/tk8.6/demos/image1.tcl /usr/lib64/tcl/tk8.6/demos/image2.tcl /usr/lib64/tcl/tk8.6/demos/images /usr/lib64/tcl/tk8.6/demos/images/earth.gif /usr/lib64/tcl/tk8.6/demos/images/earthmenu.png /usr/lib64/tcl/tk8.6/demos/images/earthris.gif /usr/lib64/tcl/tk8.6/demos/images/flagdown.xbm /usr/lib64/tcl/tk8.6/demos/images/flagup.xbm /usr/lib64/tcl/tk8.6/demos/images/gray25.xbm /usr/lib64/tcl/tk8.6/demos/images/letters.xbm /usr/lib64/tcl/tk8.6/demos/images/noletter.xbm /usr/lib64/tcl/tk8.6/demos/images/ouster.png /usr/lib64/tcl/tk8.6/demos/images/pattern.xbm /usr/lib64/tcl/tk8.6/demos/images/tcllogo.gif /usr/lib64/tcl/tk8.6/demos/images/teapot.ppm /usr/lib64/tcl/tk8.6/demos/items.tcl /usr/lib64/tcl/tk8.6/demos/ixset /usr/lib64/tcl/tk8.6/demos/knightstour.tcl /usr/lib64/tcl/tk8.6/demos/label.tcl /usr/lib64/tcl/tk8.6/demos/labelframe.tcl /usr/lib64/tcl/tk8.6/demos/license.terms /usr/lib64/tcl/tk8.6/demos/mclist.tcl /usr/lib64/tcl/tk8.6/demos/menu.tcl /usr/lib64/tcl/tk8.6/demos/menubu.tcl /usr/lib64/tcl/tk8.6/demos/msgbox.tcl /usr/lib64/tcl/tk8.6/demos/nl.msg /usr/lib64/tcl/tk8.6/demos/paned1.tcl /usr/lib64/tcl/tk8.6/demos/paned2.tcl /usr/lib64/tcl/tk8.6/demos/pendulum.tcl /usr/lib64/tcl/tk8.6/demos/plot.tcl /usr/lib64/tcl/tk8.6/demos/puzzle.tcl /usr/lib64/tcl/tk8.6/demos/radio.tcl /usr/lib64/tcl/tk8.6/demos/rmt /usr/lib64/tcl/tk8.6/demos/rolodex /usr/lib64/tcl/tk8.6/demos/ruler.tcl /usr/lib64/tcl/tk8.6/demos/sayings.tcl /usr/lib64/tcl/tk8.6/demos/search.tcl /usr/lib64/tcl/tk8.6/demos/spin.tcl /usr/lib64/tcl/tk8.6/demos/states.tcl /usr/lib64/tcl/tk8.6/demos/style.tcl /usr/lib64/tcl/tk8.6/demos/tclIndex /usr/lib64/tcl/tk8.6/demos/tcolor /usr/lib64/tcl/tk8.6/demos/text.tcl /usr/lib64/tcl/tk8.6/demos/textpeer.tcl /usr/lib64/tcl/tk8.6/demos/timer /usr/lib64/tcl/tk8.6/demos/toolbar.tcl /usr/lib64/tcl/tk8.6/demos/tree.tcl /usr/lib64/tcl/tk8.6/demos/ttkbut.tcl /usr/lib64/tcl/tk8.6/demos/ttkmenu.tcl /usr/lib64/tcl/tk8.6/demos/ttknote.tcl /usr/lib64/tcl/tk8.6/demos/ttkpane.tcl /usr/lib64/tcl/tk8.6/demos/ttkprogress.tcl /usr/lib64/tcl/tk8.6/demos/ttkscale.tcl /usr/lib64/tcl/tk8.6/demos/ttkspin.tcl /usr/lib64/tcl/tk8.6/demos/twind.tcl /usr/lib64/tcl/tk8.6/demos/unicodeout.tcl /usr/lib64/tcl/tk8.6/demos/vscale.tcl /usr/lib64/tcl/tk8.6/demos/widget /usr/lib64/tcl/tk8.6/dialog.tcl /usr/lib64/tcl/tk8.6/entry.tcl /usr/lib64/tcl/tk8.6/focus.tcl /usr/lib64/tcl/tk8.6/fontchooser.tcl /usr/lib64/tcl/tk8.6/iconlist.tcl /usr/lib64/tcl/tk8.6/icons.tcl /usr/lib64/tcl/tk8.6/images /usr/lib64/tcl/tk8.6/images/README /usr/lib64/tcl/tk8.6/images/logo.eps /usr/lib64/tcl/tk8.6/images/logo100.gif /usr/lib64/tcl/tk8.6/images/logo64.gif /usr/lib64/tcl/tk8.6/images/logoLarge.gif /usr/lib64/tcl/tk8.6/images/logoMed.gif /usr/lib64/tcl/tk8.6/images/pwrdLogo.eps /usr/lib64/tcl/tk8.6/images/pwrdLogo100.gif /usr/lib64/tcl/tk8.6/images/pwrdLogo150.gif /usr/lib64/tcl/tk8.6/images/pwrdLogo175.gif /usr/lib64/tcl/tk8.6/images/pwrdLogo200.gif /usr/lib64/tcl/tk8.6/images/pwrdLogo75.gif /usr/lib64/tcl/tk8.6/images/tai-ku.gif /usr/lib64/tcl/tk8.6/listbox.tcl /usr/lib64/tcl/tk8.6/megawidget.tcl /usr/lib64/tcl/tk8.6/menu.tcl /usr/lib64/tcl/tk8.6/mkpsenc.tcl /usr/lib64/tcl/tk8.6/msgbox.tcl /usr/lib64/tcl/tk8.6/msgs /usr/lib64/tcl/tk8.6/msgs/cs.msg /usr/lib64/tcl/tk8.6/msgs/da.msg /usr/lib64/tcl/tk8.6/msgs/de.msg /usr/lib64/tcl/tk8.6/msgs/el.msg /usr/lib64/tcl/tk8.6/msgs/en.msg /usr/lib64/tcl/tk8.6/msgs/en_gb.msg /usr/lib64/tcl/tk8.6/msgs/eo.msg /usr/lib64/tcl/tk8.6/msgs/es.msg /usr/lib64/tcl/tk8.6/msgs/fi.msg /usr/lib64/tcl/tk8.6/msgs/fr.msg /usr/lib64/tcl/tk8.6/msgs/hu.msg /usr/lib64/tcl/tk8.6/msgs/it.msg /usr/lib64/tcl/tk8.6/msgs/nl.msg /usr/lib64/tcl/tk8.6/msgs/pl.msg /usr/lib64/tcl/tk8.6/msgs/pt.msg /usr/lib64/tcl/tk8.6/msgs/ru.msg /usr/lib64/tcl/tk8.6/msgs/sv.msg /usr/lib64/tcl/tk8.6/msgs/zh_cn.msg /usr/lib64/tcl/tk8.6/obsolete.tcl /usr/lib64/tcl/tk8.6/optMenu.tcl /usr/lib64/tcl/tk8.6/palette.tcl /usr/lib64/tcl/tk8.6/panedwindow.tcl /usr/lib64/tcl/tk8.6/pkgIndex.tcl /usr/lib64/tcl/tk8.6/safetk.tcl /usr/lib64/tcl/tk8.6/scale.tcl /usr/lib64/tcl/tk8.6/scrlbar.tcl /usr/lib64/tcl/tk8.6/spinbox.tcl /usr/lib64/tcl/tk8.6/tclIndex /usr/lib64/tcl/tk8.6/tearoff.tcl /usr/lib64/tcl/tk8.6/text.tcl /usr/lib64/tcl/tk8.6/tk.tcl /usr/lib64/tcl/tk8.6/tkfbox.tcl /usr/lib64/tcl/tk8.6/ttk /usr/lib64/tcl/tk8.6/ttk/altTheme.tcl /usr/lib64/tcl/tk8.6/ttk/aquaTheme.tcl /usr/lib64/tcl/tk8.6/ttk/button.tcl /usr/lib64/tcl/tk8.6/ttk/clamTheme.tcl /usr/lib64/tcl/tk8.6/ttk/classicTheme.tcl /usr/lib64/tcl/tk8.6/ttk/combobox.tcl /usr/lib64/tcl/tk8.6/ttk/cursors.tcl /usr/lib64/tcl/tk8.6/ttk/defaults.tcl /usr/lib64/tcl/tk8.6/ttk/entry.tcl /usr/lib64/tcl/tk8.6/ttk/fonts.tcl /usr/lib64/tcl/tk8.6/ttk/menubutton.tcl /usr/lib64/tcl/tk8.6/ttk/notebook.tcl /usr/lib64/tcl/tk8.6/ttk/panedwindow.tcl /usr/lib64/tcl/tk8.6/ttk/progress.tcl /usr/lib64/tcl/tk8.6/ttk/scale.tcl /usr/lib64/tcl/tk8.6/ttk/scrollbar.tcl /usr/lib64/tcl/tk8.6/ttk/sizegrip.tcl /usr/lib64/tcl/tk8.6/ttk/spinbox.tcl /usr/lib64/tcl/tk8.6/ttk/treeview.tcl /usr/lib64/tcl/tk8.6/ttk/ttk.tcl /usr/lib64/tcl/tk8.6/ttk/utils.tcl /usr/lib64/tcl/tk8.6/ttk/vistaTheme.tcl /usr/lib64/tcl/tk8.6/ttk/winTheme.tcl /usr/lib64/tcl/tk8.6/ttk/xpTheme.tcl /usr/lib64/tcl/tk8.6/unsupported.tcl /usr/lib64/tcl/tk8.6/xmfbox.tcl /usr/share/doc/packages/tk /usr/share/doc/packages/tk/ChangeLog /usr/share/doc/packages/tk/ChangeLog.2002 /usr/share/doc/packages/tk/ChangeLog.2004 /usr/share/doc/packages/tk/ChangeLog.2007 /usr/share/doc/packages/tk/README.md /usr/share/doc/packages/tk/changes /usr/share/doc/packages/tk/license.terms /usr/share/man/man1/wish.1.gz /usr/share/man/man1/wish8.6.1.gz /usr/share/man/mann/bell.n.gz /usr/share/man/mann/bind.n.gz /usr/share/man/mann/bindtags.n.gz /usr/share/man/mann/bitmap.n.gz /usr/share/man/mann/busy.n.gz /usr/share/man/mann/button.n.gz /usr/share/man/mann/canvas.n.gz /usr/share/man/mann/checkbutton.n.gz /usr/share/man/mann/clipboard.n.gz /usr/share/man/mann/colors.n.gz /usr/share/man/mann/console.n.gz /usr/share/man/mann/cursors.n.gz /usr/share/man/mann/destroy.n.gz /usr/share/man/mann/entry.n.gz /usr/share/man/mann/event.n.gz /usr/share/man/mann/focus.n.gz /usr/share/man/mann/font.n.gz /usr/share/man/mann/fontchooser.n.gz /usr/share/man/mann/frame.n.gz /usr/share/man/mann/geometry.n.gz /usr/share/man/mann/grab.n.gz /usr/share/man/mann/grid.n.gz /usr/share/man/mann/image.n.gz /usr/share/man/mann/keysyms.n.gz /usr/share/man/mann/label.n.gz /usr/share/man/mann/labelframe.n.gz /usr/share/man/mann/listbox.n.gz /usr/share/man/mann/lower.n.gz /usr/share/man/mann/menu.n.gz /usr/share/man/mann/menubutton.n.gz /usr/share/man/mann/message.n.gz /usr/share/man/mann/option.n.gz /usr/share/man/mann/options.n.gz /usr/share/man/mann/pack.n.gz /usr/share/man/mann/pack_old.n.gz /usr/share/man/mann/panedwindow.n.gz /usr/share/man/mann/photo.n.gz /usr/share/man/mann/place.n.gz /usr/share/man/mann/radiobutton.n.gz /usr/share/man/mann/raise.n.gz /usr/share/man/mann/safe_loadTk.n.gz /usr/share/man/mann/scale.n.gz /usr/share/man/mann/scrollbar.n.gz /usr/share/man/mann/selection.n.gz /usr/share/man/mann/send.n.gz /usr/share/man/mann/spinbox.n.gz /usr/share/man/mann/text.n.gz /usr/share/man/mann/tk.n.gz /usr/share/man/mann/tk_bindForTraversal.n.gz /usr/share/man/mann/tk_bisque.n.gz /usr/share/man/mann/tk_chooseColor.n.gz /usr/share/man/mann/tk_chooseDirectory.n.gz /usr/share/man/mann/tk_dialog.n.gz /usr/share/man/mann/tk_focusFollowsMouse.n.gz /usr/share/man/mann/tk_focusNext.n.gz /usr/share/man/mann/tk_focusPrev.n.gz /usr/share/man/mann/tk_getOpenFile.n.gz /usr/share/man/mann/tk_getSaveFile.n.gz /usr/share/man/mann/tk_library.n.gz /usr/share/man/mann/tk_mac.n.gz /usr/share/man/mann/tk_menuBar.n.gz /usr/share/man/mann/tk_menuSetFocus.n.gz /usr/share/man/mann/tk_messageBox.n.gz /usr/share/man/mann/tk_optionMenu.n.gz /usr/share/man/mann/tk_patchLevel.n.gz /usr/share/man/mann/tk_popup.n.gz /usr/share/man/mann/tk_setPalette.n.gz /usr/share/man/mann/tk_strictMotif.n.gz /usr/share/man/mann/tk_textCopy.n.gz /usr/share/man/mann/tk_textCut.n.gz /usr/share/man/mann/tk_textPaste.n.gz /usr/share/man/mann/tk_version.n.gz /usr/share/man/mann/tkerror.n.gz /usr/share/man/mann/tkwait.n.gz /usr/share/man/mann/toplevel.n.gz /usr/share/man/mann/ttk_button.n.gz /usr/share/man/mann/ttk_checkbutton.n.gz /usr/share/man/mann/ttk_combobox.n.gz /usr/share/man/mann/ttk_entry.n.gz /usr/share/man/mann/ttk_frame.n.gz /usr/share/man/mann/ttk_image.n.gz /usr/share/man/mann/ttk_intro.n.gz /usr/share/man/mann/ttk_label.n.gz /usr/share/man/mann/ttk_labelframe.n.gz /usr/share/man/mann/ttk_menubutton.n.gz /usr/share/man/mann/ttk_notebook.n.gz /usr/share/man/mann/ttk_panedwindow.n.gz /usr/share/man/mann/ttk_progressbar.n.gz /usr/share/man/mann/ttk_radiobutton.n.gz /usr/share/man/mann/ttk_scale.n.gz /usr/share/man/mann/ttk_scrollbar.n.gz /usr/share/man/mann/ttk_separator.n.gz /usr/share/man/mann/ttk_sizegrip.n.gz /usr/share/man/mann/ttk_spinbox.n.gz /usr/share/man/mann/ttk_style.n.gz /usr/share/man/mann/ttk_treeview.n.gz /usr/share/man/mann/ttk_vsapi.n.gz /usr/share/man/mann/ttk_widget.n.gz /usr/share/man/mann/winfo.n.gz /usr/share/man/mann/wm.n.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Aug 2 03:56:04 2026