wxWidgets/include/wx/motif
Francesco Montorsi d48b06bd90 check in the 'selective yield' patch (see ticket #10320):
- implements YieldFor() with event filtering for wxMSW and wxGTK,
  adds TODO markers in other ports;
- replaces wxYield() in GTK's clipboard code with a wxTheApp->YieldFor() call, thus fixing possible reentrancies 
(and modifies clipboard sample to test synchronous IsSupported calls)
- replaces wxYieldIfNeeded() calls in wxProgressDialog with wxTheApp->YieldFor() calls, so that it processes only 
UI/user-input events, thus fixing the race condition visible in the "thread" sample
- documents the new functions


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-04 17:42:28 +00:00
..
private
accel.h
app.h check in the 'selective yield' patch (see ticket #10320): 2009-02-04 17:42:28 +00:00
bmpbuttn.h
bmpmotif.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
button.h
checkbox.h
checklst.h
chkconf.h
choice.h
clipbrd.h
colour.h
combobox.h
control.h
ctrlsub.h
cursor.h
dataform.h
dataobj2.h
dataobj.h
dc.h
dcclient.h change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +00:00
dcmemory.h
dcprint.h
dcscreen.h
dialog.h
dnd.h
filedlg.h
font.h
frame.h
gauge.h
icon.h
listbox.h
menu.h
menuitem.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
minifram.h
msgdlg.h
popupwin.h
print.h
private.h
radiobox.h
radiobut.h
scrolbar.h
setup0.h don't always disable new events code; leave it enabled for MSVC8+ 2009-02-02 11:39:48 +00:00
slider.h
spinbutt.h
statbmp.h
statbox.h
stattext.h
textctrl.h
textentry.h
tglbtn.h
toolbar.h
toplevel.h
window.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00