Here's a brief overiew of enhancements to the development distribution over the past month or so.The mix is consists of the inclusion of a number of convenience options and enhanced feedback.
gnocl::notebook
o added command nthPage, retrieve name of child widget on specified page.
gnocl::stringUtil
o new command, provides additional convenience string functionality; particularly useful for
string comparisons.
gnocl::text
o added -lineSpace convenience option. Valid options are "single", "1.5", double" or exact
spacing in pixels.
gnocl::label
o added command getSelection (text only, markup not included)
gnocl::window
reduced -typeHint options to normal, popup and splashscreen.
gnocl::toolbar menu button
o added new option -data:
gnocl::notebook
o added command pageNum, retrive page number for specified child widget
added extra percentage substitution strings to -onSwitchPage
%c child
%t label text
%d data
gnocl::eventBox
o added specifc %c to -onButtonPress/Release list of substitution strings
o add %d subsitution to -onButtonPress/Release list of substitution strings
gnocl::fileName
o new command, offers partial binding to the glib filename functions.
Comments