A little late in the month with these postings, but here's a list of the module changes for March 2020.
gnocl::text
o new substition strings for -onInsert, %w (textview-id) and %b (bufferid)
o new command getBuffer, return current buffer id.
gnocl::textBuffer, problems with commands now fixed.
gnocl::acceleratorGroup
o new subsitutions strings %t (toplevel) and %f (input focus widget)
gnocl::tree/gnocl::list
o new command: redraw
o option -onMoveCursor now works correctly
o option -treeLinePattern now works; options = dotted (default), solid or broken
o new options: -focusIn, -focusOut, -onCursorChanged,
-onButtonPress, -onButtonRelease, -onColumnsChanged,
-onExpandCollapseCursorRow, -onRowActivated, -onSelectAll,
-onSelectCursorParent, -onSelectCursorRow, -onSetScrollAdjustments,
-onTestCollapseRow, -onTestExpandRow, -onToggleCursorRow,
-onUnselectAll
gnocl::toolbar
o new options: -widthRequest, -heightRequest
gnocl::notebook
o new option: -backgroundColor
gnocl::button
o new options -orientation, -invert, -style
gnocl::dialog
o new option -decorated, create notification type dialogs
Monday, April 27, 2020
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...