Friday, February 13, 2015
Recent Enhacements
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.
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...