Recent enhcancements to the core widget set and commands.
2018-07
gnocl::image
o new command, 'save' will save modified image.
gnocl::licence
o extended range of available licences to include Creative Commons
o new command, 'types' will return accronyms of supported licence types.
gnocl::labelText
o problems using -variable option now resolved.
o cget -data now works properly
o %d subsitution in -onChanged now implemented
o default wrapMode set to word, widget size 300 x 200 pixels
gnocl::exec
o now works properly, defaults to synchronous fork, use & as in Tcl to use an asynch fork.
gnocl::text
o recent bug in rollover functionality now fixed.
Thursday, August 02, 2018
Subscribe to:
Posts (Atom)
-
Given this module some attention today. Added some of the more package wide options to the module and created customised handler for settin...
-
Over the past few programming sessions I've been working on producing a central point, a dashboard, around which it's possible to se...
-
The contents of a GtkTextBuffer can be saved as serialized binary file. Whilst converting such a file to ascii may be problematic if the bu...