Some minor but useful changes and additions.
drag and drop operations
o -onDropData substitution string %d (data) now reassigned to %D,
%d will now be replaced by widget data assigned by the -data option.
gnocl::entry
o new options -primaryIconTooltip and -secondaryIconTooltip.
gnocl::comboEntry
o cget -baseColor now works.
o new options -onDragData, -onDropData and -afterDropData.
o on activiation empty strings are no longer added to the dropdown list.
o problem fixed with %d substitution within -onChanged event commands.
gnocl::text
o Now defaults to -wrapMode word.
Saturday, June 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...