Sujet : Re: proper way to get Shell widget resized calls?
De : wbe (at) *nospam* UBEBLOCK.psr.com.invalid (Winston)
Groupes : comp.windows.xDate : 15. Jul 2025, 07:19:48
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <ydzfd6ugaj.fsf@UBEblock.psr.com>
References : 1 2 3
User-Agent : Gnus/5.13 (Gnus v5.13)
I previously posted:
XtAddCallback (shellwidget, XtNresize, myfunc, cldata)
Just for the heck of it, I tried this. Unsurprisingly, it didn't work.
The XtAddCallback issued a warning printf of the form: couldn't find
named callback list. [I didn't save the exact message.]
-WBE