Version 50 of Detlef Groth

Updated 2019-11-12 02:54:59 by DDG

Shorthand: DDG.

mailto: dgroth (at) gmx (dot) de

Web Pages:

Wiki Pages I started:

Tcl-Programming Utilities

  • biotcl some biological relevant snit types
  • FisherTest statistic test for categorial variables
  • memoize a package for caching of function calls, the cache can also loaded from and saved to a file
  • recover like the R recover[L1 ] function allows you to debug the code by placing the recover function into your code or rename recover to error
  • tclcairo Tcl binding to the cairo library using swig
  • TemplateRecall A template engine where the programming logic remains in the tcl code
  • tsql4mk Tiny SQL for Metakit databases

Crossplatform Widgets

  • dgw::combobox - snit widget which is like a ttk::combobox but automatically popups the internal listbox and filters the items by user input
  • dgw::sbuttonbar - snit widget for a nice button buttonbar where buttons have rounded corners, based on old gbuttons code from Steve Landers and the ported snit Version snitButton
  • dgw::sfinddialog is an extended version of snitfinddialog with direct bindings for a text widget and a comprehensive manual
  • dgw::tlistbox an easy to use tablelist based listbox widget with multiline support, search facilities
  • snitbutton a port of gbuttons which is itcl-based to the snit-framework by providing a gbuttons wrapper type
  • shtmlview htmlview widget to render simple html pages with pure Tcl/Tk. Basic toolbar provides as well.
  • snitbrowser a snit::widget wrapper for the tkhtml library.
  • snitdnd A snit package for easy drag and drop implementation based on simplednd with some extensions
  • snitfinddialog a snit::widget toplevel providing a standard find-dialog
  • snitDom a snit wrapper type to use TclDOM with a tdom syntax
  • SnitTtkNotebook just an extension to ttk::notebook with bindings to move, add, delete and rename tabs
  • speertext A splitable text [snit]widget based on the new 8.5 peer method

Widgets for X-Windows

  • SnitMPlayer snit widget to embed the mplayer video/audio application
  • SnitXMupdf a snit widget which allows to embed the mupdf application and which provides an additional toolbar for easier usage of mupdf
  • SnitXSurf snit widget to embed the surf web browser into Tk applications see http://surf.suckless.org
  • SnitXUrxvt snit widget to embed one or multiple Urxvt Terminals into Tk applications
  • SnitXWindow a snit widget to embed any app into a Tk application, could be seen as a tk window manager on top of window manager

Chess Tools

Applications


See also: TixTclkit