Time has flown very quickly over the past few months, with much of my coding time dedicated to working on other projects. These have identified a the need for a few modifications to the Gnocl code which make GUI composition easier such as explicit order placement of child widgets in boxes and the harmonization of value extraction for text entry widgets.
Here is a summary of changes since the previous blog posting.
2016-03:
gnocl::box, gnocl::hBox, gnocl::vBox
o added -position option to the "add" subcommand.
2015-12:
gnocl::entry
o added commands: 'selectionBounds', 'insert', and 'erase' (remove specified range of characters from entry buffer).
gnocl::button
o fixed problems arising from using the "delete" command.
gnocl::text
o added -nomarkup switch to the "get" command to override return of formatting markup.
2015-11:
gnocl::progressBar
o problem with very slow internal update of the GTK 'text' property worked around, value set explicitly in widget configure function.
gnocl::entry
o added 'select' as synonym for 'selectRegion', harmonizes with text commands.
o added 'start' and 'end' keywords to the 'select'/'selectRegion' commands.
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...