Haven't posted much to the Blog for the past couple of months but there has been a steady stream of enhancements put into the sources. Here's a brief summary of the changes over the past few weeks. Download the latest nightly build from Sourceforge.
2015-09:
gnocl::box, gnocl::hBox, gnocl::vBox
o added commands: show, hide
gnocl::notebook
o added commands hidePage, showPage
o added options -tabAlign, -tabWidthChars, -tabUseMarkup
2015-08:
new command, gnocl::keyName
2015-07:
gnocl::accelarator module completely re-written.
A further area of development that I've been working on recently is providing a realiable framework for creating gnocl driven widgets and megawidgets. By widgets, the idea is the use of the drawing area object to create unique items, using internal scripting in order to drive cairo. To keep the Tcl side of the scripting to a minimum, a small number of utiltiy commands currently being tested will find their way into the main package module. More about this in the next posting.
Comments