Saturday, September 12, 2015
Summary of Changes for the Past Couple of Months
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.
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...