May 262023
 

Do you think Tcl/Tk GUIs are doomed to look outdated? Fear not! A treeview widget: The official example of Forest Light: The ttkthemes gallery Plus, Tk itself has a little choice of built-in themes: We can use these themes with nodgui, the Ltk fork. In June of 2020, @cage added a little function to load a .tcl file: (defun eval-tcl-file (file-path) “This function will feed the TCL interpreter with the contents of the file `path’. Please, as this function will load and execute a script, ensure to load files only from trusted sources otherwise severe security problem may arise.” (assert (stringp file-path))…

External feed Read More at the Source: https://lisp-journey.gitlab.io/blog/pretty-gui-in-common-lisp-with-nodgui-tk-themes/

 2023-05-26

Sorry, the comment form is closed at this time.