wxWidgets/include/wx/motif
Vadim Zeitlin 2415cf6725 Remove support for MetroWerks CodeWarrior compiler.
This compiler doesn't exist any more and was probably unsupported even in 2.8,
let alone 2.9, so remove all the __MWERKS__ tests to simplify things.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-04-05 18:40:11 +00:00
..
private
accel.h Put storage class outside WXDLLIMPEXP_DATA_CORE() macros. 2011-02-22 13:25:51 +00:00
app.h second part of #10320: move wxApp event handling functions to wxEventLoopBase (in particular move Yield() functions); add backward compatible redirections to wxApp; update docs; remove global lists wxPendingEvents and wxPendingEventsLocker 2009-02-15 14:25:08 +00:00
bmpbuttn.h preparation work for implementing images support in wxButton: move wxBitmapButton methods to the base class (enhancing/completing them in the process); there are no functionality changes yet (hopefully) 2009-06-14 22:55:24 +00:00
bmpmotif.h
button.h
checkbox.h
checklst.h
chkconf.h
choice.h
clipbrd.h
colour.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
combobox.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
control.h
ctrlsub.h add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
cursor.h
dataform.h
dataobj2.h
dataobj.h
dc.h
dcclient.h
dcmemory.h
dcprint.h Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrientation enum. 2009-12-08 16:35:47 +00:00
dcscreen.h
dialog.h
dnd.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
filedlg.h
font.h Add wxFont ctor taking a single flags argument instead of style/weight/... 2012-01-23 11:28:21 +00:00
frame.h
gauge.h
icon.h fix overloaded virtual warning 2009-03-02 13:45:09 +00:00
listbox.h
menu.h
menuitem.h
minifram.h Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTINY_CAPTION. 2010-05-10 21:09:57 +00:00
msgdlg.h
popupwin.h
print.h
private.h suppress warning about implicit conversion of literal string XmSTRING_DEFAULT_CHARSET to non-const char * 2009-06-24 14:49:09 +00:00
radiobox.h use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated and confusing wxRA_HORIZONTAL/VERTICAL 2009-06-03 22:33:32 +00:00
radiobut.h
scrolbar.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
setup0.h Remove support for MetroWerks CodeWarrior compiler. 2012-04-05 18:40:11 +00:00
slider.h
spinbutt.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
statbmp.h
statbox.h
stattext.h
textctrl.h
textentry.h added wxTextEntry::DoGetValue() to allow returning empty string if the control currently contains hint text 2009-03-02 13:31:29 +00:00
tglbtn.h
toolbar.h
toplevel.h
window.h move default OnInternalIdle processing to wxWindowBase 2011-01-07 18:15:21 +00:00