Sometimes you just want to drop a small toolbar or widget holder on screen without all the decorations and controls. This code minimal minimal object is about as simple as it gets.
Sometimes you just want to drop a small toolbar or widget holder on screen without all the decorations and controls. This code minimal minimal object is about as simple as it gets.
Just a few updates:
gnocl::fixed
o new option for move command, -align {x y} ; pair of floats (0-1.0) for positioning
gnocl::pixBuf
o new command getOrientation, returns either portrait or landscape
gnocl::pointer
o new command, get returns pointer screen x y coordinates
gnocl::window
o pointer command now has -screen option to return screen coordinates
gnocl::toolBar
o -iconSize and -style configure and cget fixed.
gnocl::text
o -shadow option now works properly (applied to scrolled window container).
o search now has new option -wholeword <boolean> ; select between wholewords (1) and substring (0, default)
gnocl::callback
o new subcommands, prepend and append. Extend widget signal callback scripts.