AFAIK, there is no such list, and one would be very useful, thanks. To start this off, you would need to read the source for each control, in the lib/wd subfolder. For example, http://jsoftware.com/gitlist/qtide.git/blob/master/lib/wd/listbox.cpp shows that the listbox has button and select events.
You can also use the examples in Help|Studio|Qt demos.., and set the following to show the events in the session: showevents_jqtide_ 2 On Thu, Nov 6, 2014 at 1:50 PM, Henry Rich <[email protected]> wrote: > Is there a list of the events that can be called by wd? A list for each > cc or other feature, such as timer etc? > > If not, if someone would send me the part of the code that contains the > information, I will enter it into the Wiki. > > Henry Rich > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
