These will in fact be all the widget control functions that were introduced a while ago ino rder to remove the 32 widget limit we had before. But installed as members of Window (i said that already), without the Window keyword (quite redundant) and of course without the Window *w parameter
Understandably, yet again changing the widget code is not a nice thing to do for all those patches that are using widget code.
So in order to ease the transition, I will introduce the new members first, keep the old functions available for a week, move the old code base of functions to the new members (if ever you need examples of how to do it, which i doubt), another week than removal of the old functions.
For those who remember cpp_gui, it's part of that branch. By the way, that branch as itself is more a laboratory for gui ideas than something that will be merged eventually. The change i'm going to make is nothing more than using some of the ideas developped so far by KUDr.
Hoping no one will get too much trouble out of it
