How time flies! I knew that I hadn't made one of this blog posts for some time but, didn't think that it such a long time ago. Well, some enhancements to the core modules has taken place although not too many. In a nutshell a couple of bug fixes and some enhancements to a few widget options. As usual latest code available from SourceForge.
2019-03:
gnocl::label
o new commands push/pull, synonyms for set and get, when label used as simpler status bar.
gnocl::text
o -onSelection will now be respond to selections made via the keyboard.
gnocl::fileChooserButton
o %d substitution string implemented for -onFileSet callbacks.
gnocl::comboBox
o renamed onChanged command to changed.
o problems with -onPopup and -onPopulateMenu options now fixed.
2019-02
gnocl::fileChooserButton
o new command clear, resets file selection to 'none'.
o added -fileName (include full path in utf8)
2019-01
gnocl::comboBox
o new option -widthGroup.
Monday, April 01, 2019
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...