Just a few tweaks made over the past month.
2018-08:
gnocl::comboBox
o get and set commands now work correctly.
o class now returns comboBox and not comboEntry.
gnocl::list/gnocl::tree
o -onSelection, new substitution string %l, last selection.
o new command, lastSelection
gnocl::table
o added -onDestroy, -tooltip
o cget -tooltip now works
gnocl::eventBox
o added %c (child) and %p (parent) to -onEnter/-onLeave substitution strings
gnocl::image
o new command, redraw. Used when image contents is a pixbuf and changes need to be redisplayed.
gnocl::pixbuf
o new command, delete. Remove pixbuf object from hashtable and free associated memory.
2018-08:
gnocl::comboBox
o get and set commands now work correctly.
o class now returns comboBox and not comboEntry.
gnocl::list/gnocl::tree
o -onSelection, new substitution string %l, last selection.
o new command, lastSelection
gnocl::table
o added -onDestroy, -tooltip
o cget -tooltip now works
gnocl::eventBox
o added %c (child) and %p (parent) to -onEnter/-onLeave substitution strings
gnocl::image
o new command, redraw. Used when image contents is a pixbuf and changes need to be redisplayed.
gnocl::pixbuf
o new command, delete. Remove pixbuf object from hashtable and free associated memory.
Comments