Just a few additions and enhancements to the 0.9.96 code over the past couple of months. Latest sources available at Sourceforge.
2017-08:
gnocl::tree, gnocl::list
o cget -types now works.
o FIXED: crashing when getFullList called on model with 0 rows.
gnocl::text
o -onPopulatePopup Substitution options %r, %c and %t changed to %R(ow), %C(olumn) and %T(ags),
and %t reallocated to return id of widget toplevel window.
2017-07:
gnocl::entry
o added -onButtonPress and -onButtonRelease
o added getSelectionBounds for consistency with the text widget
gnocl::toolBar
o menuButton -icon can now be reconfigured.
gnocl::text
o FIXED: problems with serialize/deserialize, now tests for valid filename.
gnocl::comboEntry
o added -baseColor
2017-06:
gnocl::labelText
o added -orientation -leftMargin -rightMargin -margins -paragraphSpacing -lineSpacing -justify
o new commands getSelection
gnocl::text
o set -wrapMode default to word.
gnocl::statusBar
o added -baseFont
2017-05:
gnocl::tree, gnocl::list
o added %S to -onButtonRelease and -onButtonPress substitutions strings, returns a list of the selected items
gnocl::pixbuf
o new load option, -data, will create pixbufs from inline xpm data, e.g. menu icons.
gnocl::notebook
o -onFocusOut handler, now supports %g %p %t %w %D substitution strings. Where 'D' is direction.
gnocl::eventBox, gnocl::fixed and gnocl::window
o completed support for the -onAdd and -onRemove events, ie. adding or removing child widget to or from a container.
gnocl::image
o new options -scale, -constrain, -constrainWidth, -constrainHeight, -data
2017-08:
gnocl::tree, gnocl::list
o cget -types now works.
o FIXED: crashing when getFullList called on model with 0 rows.
gnocl::text
o -onPopulatePopup Substitution options %r, %c and %t changed to %R(ow), %C(olumn) and %T(ags),
and %t reallocated to return id of widget toplevel window.
2017-07:
gnocl::entry
o added -onButtonPress and -onButtonRelease
o added getSelectionBounds for consistency with the text widget
gnocl::toolBar
o menuButton -icon can now be reconfigured.
gnocl::text
o FIXED: problems with serialize/deserialize, now tests for valid filename.
gnocl::comboEntry
o added -baseColor
2017-06:
gnocl::labelText
o added -orientation -leftMargin -rightMargin -margins -paragraphSpacing -lineSpacing -justify
o new commands getSelection
gnocl::text
o set -wrapMode default to word.
gnocl::statusBar
o added -baseFont
2017-05:
gnocl::tree, gnocl::list
o added %S to -onButtonRelease and -onButtonPress substitutions strings, returns a list of the selected items
gnocl::pixbuf
o new load option, -data, will create pixbufs from inline xpm data, e.g. menu icons.
gnocl::notebook
o -onFocusOut handler, now supports %g %p %t %w %D substitution strings. Where 'D' is direction.
gnocl::eventBox, gnocl::fixed and gnocl::window
o completed support for the -onAdd and -onRemove events, ie. adding or removing child widget to or from a container.
gnocl::image
o new options -scale, -constrain, -constrainWidth, -constrainHeight, -data
Comments