wxWidgets/include/wx
David Webster c190ab22c0 Add USE_MENUS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-06-13 13:01:11 +00:00
..
generic Fixed compilation if wxUSE_NEW_GRID and wxUSE_GRID are both set to 0 2001-06-10 23:20:31 +00:00
gtk we now send iconize events 2001-05-31 14:32:06 +00:00
gtk1 we now send iconize events 2001-05-31 14:32:06 +00:00
html Merged latest changes from SciTech code base into wxWindows CVS Tree. 2001-06-08 19:37:56 +00:00
mac clipboard implementation generalized 2001-06-07 20:57:31 +00:00
motif I moved platform specific code from wxImage to wxBitmap 2001-04-04 23:15:36 +00:00
msw Added wxUSE_MENUS to setup0.h to make menu sample compile; 2001-06-13 12:45:31 +00:00
os2 Add USE_MENUS 2001-06-13 13:01:11 +00:00
protocol detabified 2001-04-22 12:24:51 +00:00
stc Added MouseWheel support to wxSTC 2001-05-06 01:20:41 +00:00
unix Private gsocket files were using 'typedef int bool', removed this 2001-05-10 06:31:39 +00:00
xrc Updates to xmlres.h to allow compiling XML code into a DLL correctly. 2001-06-12 19:49:51 +00:00
.cvsignore
accel.h
app.h added tiny wxInitializer class 2001-06-08 23:11:15 +00:00
arrimpl.cpp
bitmap.h
bmpbuttn.h
brush.h
buffer.h
busyinfo.h
button.h
calctrl.h
caret.h
checkbox.h
checklst.h
choicdlg.h
choice.h added destructor (correction for Mac OS X) 2001-04-11 06:32:17 +00:00
clipbrd.h
cmdline.h
cmndata.h
colordlg.h
colour.h
combobox.h
confbase.h really fixed wxConfig bug 2001-05-27 19:01:38 +00:00
config.h
control.h
cshelp.h
ctrlsub.h
cursor.h
dataobj.h
date.h applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
datetime.h Default wxDateTime objects are now 'invalid', 2001-05-21 19:03:33 +00:00
datetime.inl restored previously removed inline 2001-04-08 22:32:17 +00:00
datstrm.h Merged latest changes from SciTech code base into wxWindows CVS Tree. 2001-06-08 19:37:56 +00:00
db.h Fixed compile problems under MingW32 compiler 2001-06-12 17:20:10 +00:00
dbgrid.h Changed the 'true's and 'false's back to TRUE and FALSE 2001-06-11 16:54:28 +00:00
dbkeyg.h wxDbGrid additions contributed by Paul and Roger Gammans with additions/corrections from George Tasker 2001-06-10 17:08:42 +00:00
dbtable.h Changed the 'true's and 'false's back to TRUE and FALSE 2001-06-11 16:54:28 +00:00
dc.h Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles 2001-05-02 19:48:15 +00:00
dcclient.h
dcmemory.h
dcprint.h
dcps.h
dcscreen.h
dde.h
debug.h src/common 2001-06-09 16:34:54 +00:00
defs.h Got rid of VisualAge true/false defs with db class fixes. 2001-06-12 13:42:44 +00:00
dialog.h
dialup.h
dir.h added wxDir::Traverse 2001-05-19 00:58:05 +00:00
dirctrl.h
dirdlg.h
dnd.h
docmdi.h applied patch 431596 (fixes some crashes in wxDocView classes) 2001-06-09 17:51:20 +00:00
docview.h applied patch 431596 (fixes some crashes in wxDocView classes) 2001-06-09 17:51:20 +00:00
dragimag.h
dynarray.h fixed WX_APPEND_ARRAY and WX_CLEAR_ARRAY when used with dereferenced pointers (*array) 2001-05-20 11:56:20 +00:00
dynlib.h
effects.h
encconv.h
event.h we now send iconize events 2001-05-31 14:32:06 +00:00
expr.h
ffile.h
file.h
fileconf.h
filedlg.h
filefn.h applied patch 430452 (mingw32 compilation fixes) 2001-06-05 20:32:09 +00:00
filename.h Fixes for 16-bit compilation 2001-05-14 16:13:12 +00:00
filesys.h
font.h
fontdlg.h
fontenc.h
fontenum.h
fontmap.h
fontutil.h
frame.h we now send iconize events 2001-05-31 14:32:06 +00:00
fs_inet.h fixed gcc pragmas in fs_*.h,cpp 2001-04-28 23:31:03 +00:00
fs_mem.h fixed gcc pragmas in fs_*.h,cpp 2001-04-28 23:31:03 +00:00
fs_zip.h fixed gcc pragmas in fs_*.h,cpp 2001-04-28 23:31:03 +00:00
gauge.h
gdicmn.h Implemented wxGetClientDisplayRect which returns the dimensions of the 2001-04-30 20:55:11 +00:00
gdiobj.h
geometry.h must delcare methods as inline if we are going to actually inline them after the declarations or else some compilers will error in a linkage mismatch. 2001-06-12 18:57:26 +00:00
gifdecod.h
glcanvas.h
grid.h
gsocket.h Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles 2001-05-02 19:48:15 +00:00
hash.h
help.h
helpbase.h
helphtml.h
helpwin.h
helpxlp.h
icon.h
imagbmp.h
image.h removed wxImage::operator wxBitmap() 2001-05-16 22:07:39 +00:00
imaggif.h
imagjpeg.h
imaglist.h
imagpcx.h
imagpng.h
imagpnm.h
imagtiff.h
imagxpm.h added wxUSE_IMAGE; added write-only wxXPMHandler 2001-04-22 22:21:21 +00:00
intl.h added wxLocale::GetSystemEncoding 2001-05-31 20:27:37 +00:00
ioswrap.h applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
ipcbase.h
isql.h
isqlext.h
joystick.h (blind) fix for joystick compilation problems 2001-05-21 22:49:40 +00:00
layout.h
laywin.h
list.h Fixes for 16-bit compilation 2001-05-14 16:13:12 +00:00
listbox.h
listctrl.h
listimpl.cpp
log.h applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
longlong.h applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
matrix.h Fixes for 16-bit compilation 2001-05-14 16:13:12 +00:00
mdi.h
memconf.h
memory.h Tex2RTF: underscores now only checked for if syntax checking is on. 2001-06-11 21:52:58 +00:00
menu.h
menuitem.h
metafile.h
mimetype.h applied MIME patch(es) from Chris Elliott 2001-04-23 23:46:21 +00:00
minifram.h
module.h
msgdlg.h
mstream.h
notebook.h
object.h Tex2RTF: underscores now only checked for if syntax checking is on. 2001-06-11 21:52:58 +00:00
objstrm.h
odbc.h
ownerdrw.h tried to fix the accel string drawing in the owner drawn menu items 2001-05-21 23:58:58 +00:00
palette.h Corrected include/wx/palette.h; added wxGenericTreeCtrl::SetFont 2001-04-24 16:38:02 +00:00
panel.h
paper.h
pen.h
print.h
printdlg.h
prntbase.h applied Unicode fixes for mingw32 (patch 429654) 2001-06-03 02:58:56 +00:00
process.h
progdlg.h
prop.h
propform.h
proplist.h
quantize.h
radiobox.h
radiobut.h
region.h
resource.h
sashwin.h
sckaddr.h
sckipc.h
sckstrm.h
scrolbar.h
scrolwin.h Added #define for apps to detect new situation 2001-05-01 13:01:58 +00:00
serbase.h
settings.h
setup.h
sizer.h Fixes ::Fit() and ::SetSizeHints() to keep the dialog sized so that it will not grow outside the display area of the screen. NEcessary to fix the problems seen in wxAnyChoiceDialog() derived classes where the dialog grows too big to see the top or bottom of the dialog 2001-04-25 16:08:22 +00:00
slider.h
snglinst.h added wxSingleInstanceChecker class 2001-06-08 01:28:49 +00:00
socket.h
spinbutt.h corrections for final release of Mac OS X 2001-04-01 20:42:05 +00:00
spinctrl.h
splash.h
splitter.h
statbmp.h
statbox.h
statline.h
stattext.h
statusbr.h corrections for Mac OS X 2001-04-19 19:06:42 +00:00
strconv.h added wxLocale::GetSystemEncoding 2001-05-31 20:27:37 +00:00
stream.h
string.h applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
tab.h
tabctrl.h
taskbar.h
tbarbase.h Corrected recursive GetToolMargins() 2001-05-22 15:16:28 +00:00
tbarsmpl.h
textctrl.h applied patch for compilation with gcc 3.0 2001-06-06 16:51:53 +00:00
textdlg.h
textfile.h
tglbtn.h
thread.h
time.h
timer.h
tipdlg.h
tipwin.h
tokenzr.h
toolbar.h
tooltip.h
treebase.h applied Unicode fixes for mingw32 (patch 429654) 2001-06-03 02:58:56 +00:00
treectrl.h
treelay.h
txtstrm.h
types.h
url.h
utils.h
valgen.h
validate.h
valtext.h
variant.h wxDbGrid additions - Added support for ODBC date types 2001-06-10 17:04:00 +00:00
version.h Updated version numbers to 2.3.1 2001-06-06 16:50:48 +00:00
vms_x_fix.h
wave.h
wfstream.h
window.h applied patch 417699 (remove WXDLLEXPORT from inline functions) 2001-04-26 16:38:11 +00:00
wizard.h
wx_cw_cm.h
wx_cw_d.h
wx_cw.h
wx_cwc_d.h
wx_cwc.h
wx.h
wxchar.h corrected wchar handling for Mac OS X 2001-06-10 18:17:59 +00:00
wxexpr.h
wxhtml.h
wxprec.h
xpmdecod.h added wxXPMDecoder 2001-04-28 23:30:24 +00:00
xpmhand.h
zipstrm.h
zstream.h