Overlooked posting April's updates. Here goes...
2021-04:
gnocl::window
o new commands: maximize, fullscreen. Take boolean arguments.
o problems with using -setSize after window first shown fixed.
gnocl::menu
o new option -widget for popup subcommand, position popup at bottom left corner of the specified widget.
o menu tearoff item no longer added by default. This due to "window show" revealing any hidden items.
The -tearoff option was added to emulate Tk, but in practice this rarely used.
gnocl::comboEntry
o new option -editable for gnocl::comboEntry
o new command clear, a synonym for set "".
Simply a convenience to comply with other editable widget commands.
gnocl::clock
o startup diameter (width/heightRequest) set to 150px.
gnocl::unicode
o new command to manipulate and query unicode strings.
located in module src/unicode/unicode.c
subcommand 'script', return the unicode script definition for sample character
gnocl::text
o -onCopyClipboard option now works, substitution strings implemented %d %t %w
Comments