Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 1, 2022. It is now read-only.

8.6.3: updated changelog

Choose a tag to compare

@thindil thindil released this 31 Mar 05:17
· 1176 commits to master since this release

This is the fourth release related to Tcl/Tk version 8.6. It is compatible with previous version of Tashy. Below is list of changes since last release.

Added

  • Binding for Tk photo commands: put, read, redither,
    transparency get, transparency set, write
  • Binding for Tk ttk::entry commands: delete, insert
  • Binding for Tk tk busy commands: cget, configure, current, status
  • Binding for Tk ttk::style commands: lookup, element create,
    element names, element options
  • Binding for Tk menu command: invoke
  • Binding for Tk canvas commands: addtag, bbox, bind, canvasx,
    canvasy, coords, dchars, delete, dtag, find, focus, gettags,
    icursor, imove, index, insert, itemcget, itemconfigure, lower,
    move, moveto, postscript, raise, rchars, scale, select adjust,
    select clear, select from, select item, select to, type, xview,
    xview moveto
  • Binding for Tk ttk::panedwindow command: insert
  • Binding for Tk commands: instate, state, focus
  • Binding for Tk ttk::treeview commands: detach, insert as function,
    parent, next, prev, focus
  • Binding for Tk text commands: tag add, tag configure, delete

Changed

  • Updated README.md
  • Updated code documentation

Fixed

  • Configure the library on headless systems (mostly for Docker)
  • Typos in contributing guide
  • Missing code documentation for Tk button and ttk::button invoke command
  • Procedure and function Unbind in Tcl.Tk.Ada.Widgets
  • Procedure and function Unbind_From_Main_Window in
    Tcl.Tk.Ada.Widgets.Toplevel.MainWindow