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:
Comments (Atom)
-
Given this module some attention today. Added some of the more package wide options to the module and created customised handler for settin...
-
Spent some time today creating some simple howto-tutorials on creating standalone Tcl/Gnocl applications using freewrap. The process is almo...
-
Linux distros have heaps of pre-installed icons ready for use. I recently needed to create a toolbar menu which needed to access a set of un...