wxwidgets/include/wx
Vadim Zeitlin 9726da4fd3 1. wxDataObject compilation fixes (can't test if it works right now, sorry)
2. wxProgressDialog ctor has "style" parameter
3. the controls samples now also demonstrates wxUpdateUI events and
wxProgressDialog


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-05-27 12:49:40 +00:00
..
generic 1. wxDataObject compilation fixes (can't test if it works right now, sorry) 1999-05-27 12:49:40 +00:00
gtk 1. wxDataObject compilation fixes (can't test if it works right now, sorry) 1999-05-27 12:49:40 +00:00
gtk1 1. wxDataObject compilation fixes (can't test if it works right now, sorry) 1999-05-27 12:49:40 +00:00
mac Menu/toolbar event handling now tries the window with the focus first. 1999-04-07 21:33:22 +00:00
motif Menu/toolbar event handling now tries the window with the focus first. 1999-04-07 21:33:22 +00:00
msw wxPrivateDataObject works under MSW as well (hopefully it still does under 1999-05-26 22:39:42 +00:00
protocol Unicode support. 1999-04-13 12:40:33 +00:00
qt Removed lots of OnClose functions; doc'ed OnCloseWindow better; 1999-02-05 23:55:04 +00:00
stubs Menu/toolbar event handling now tries the window with the focus first. 1999-04-07 21:33:22 +00:00
unix 1. the common helper functions are now in src/unix/utilsunx.cpp 1999-03-06 00:11:27 +00:00
accel.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
app.h Cured some small doc typos; some WIN16 fixes; transferred DLL WinMain to 1999-02-10 22:44:53 +00:00
arrimpl.cpp More helpful Unicode stuff. 1999-04-14 19:56:54 +00:00
bitmap.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
bmpbuttn.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
brush.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
buffer.h Added operator[] (read-only of course). Borland C++ 4.52 wasn't smart 1999-04-22 00:31:06 +00:00
button.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
caret.h wxCaret now exists not only under MSW but on any supported platform as well 1999-05-25 18:01:48 +00:00
checkbox.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
checklst.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
choicdlg.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
choice.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
clipbrd.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
cmndata.h Added SetPaperId. It seemed to want such a method. 1999-04-12 01:22:05 +00:00
colordlg.h OGL fixes for wxMotif; added Set/GetClientData to wxMenu in wxMSW/wxMotif/wxStubs. 1998-11-08 22:35:18 +00:00
colour.h wxColour(const char *) ctor related modifications 1998-10-20 14:35:22 +00:00
combobox.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
confbase.h Added wxCONFIG_USE_RELATIVE_PATH option to allow config files to be 1999-05-05 05:00:12 +00:00
config.h Removed child frame CreateStatusBar from MDI sample; renamed config.h to confbase.h; 1998-08-22 16:41:51 +00:00
control.h wxWindow split into wxWindowBase and wxWindow (wxGTK part) 1999-05-09 22:17:03 +00:00
cursor.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
dataobj.h 1. wxDataObject compilation fixes (can't test if it works right now, sorry) 1999-05-27 12:49:40 +00:00
date.h last fixes to fixes (MSW compilation works now) 1999-03-29 21:18:49 +00:00
datstrm.h dll fixes 1998-11-06 09:33:25 +00:00
db.h iODBC v2.5 1999-01-22 10:52:42 +00:00
dbtable.h no message 1999-01-08 11:54:12 +00:00
dc.h Made wxClientDC's use safe as per wxMSW. 1999-05-26 10:17:56 +00:00
dcclient.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
dcmemory.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
dcprint.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
dcps.h Made wxGTK dcps.cpp generic. 1999-01-22 11:06:20 +00:00
dcscreen.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
dde.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
debug.h Uses Unicode strings. Now we've got a __TFILE__ macro, too (I think?) 1999-04-12 22:17:06 +00:00
defs.h 1. wxDataObject compilation fixes (can't test if it works right now, sorry) 1999-05-27 12:49:40 +00:00
dialog.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
dirdlg.h Some changes in a vain attempt to make Salford C++ work; added FAQ files; 1999-01-19 11:00:22 +00:00
dnd.h wxPrivateDataObject works under MSW as well (hopefully it still does under 1999-05-26 22:39:42 +00:00
docmdi.h no message 1999-01-08 14:19:09 +00:00
docview.h patch from Janos Vegh (2nd try, now it even compiles) 1999-05-10 16:19:09 +00:00
dragimag.h Added candidate wxDragImage implementation for wxMSW 1999-04-08 19:36:00 +00:00
dynarray.h Oh well, I'll just stuff in the rest of the Unicode changes I have made 1999-04-12 22:20:19 +00:00
dynlib.h HP-UX compilation fixes (thanks to Zdravko Bas) 1999-02-23 17:51:46 +00:00
event.h windows emit wxCreateWindowEvent 1999-05-25 13:36:09 +00:00
expr.h changed make_int, make_exp .. to wxmake_int.. 1999-01-21 19:02:18 +00:00
file.h Oh well, I'll just stuff in the rest of the Unicode changes I have made 1999-04-12 22:20:19 +00:00
fileconf.h Oh well, I'll just stuff in the rest of the Unicode changes I have made 1999-04-12 22:20:19 +00:00
filedlg.h Some compile warnings removed; file selector prototypes put in each filedlg.h; 1999-01-26 11:51:12 +00:00
filefn.h Oh well, I'll just stuff in the rest of the Unicode changes I have made 1999-04-12 22:20:19 +00:00
font.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
fontdlg.h Added variant.h/cpp; changed variable names in object.h; added some functions 1998-09-12 17:31:48 +00:00
frame.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
gauge.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
gdicmn.h 1. bug fixes in wxCaret 1999-05-24 21:12:37 +00:00
gdiobj.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
grid.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
hash.h Oh well, I'll just stuff in the rest of the Unicode changes I have made 1999-04-12 22:20:19 +00:00
help.h Motif bug fixes; dialog OnPaint works now; wxColourDialog tweaking 1998-11-11 14:39:42 +00:00
helpbase.h Added 'tardist' script for creating .tgz archives of wxWin; cured wxExecute 1999-02-18 14:55:34 +00:00
helphtml.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
helpwin.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
helpxlp.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
icon.h Misc. Motif; removed duplicate wxICON; variant compile fix; added wxString form 1998-10-16 14:38:52 +00:00
image.h Added a bit of libJPEG 6.0b 1999-04-17 17:54:07 +00:00
imaggif.h direct stream use 1999-04-11 19:07:33 +00:00
imaglist.h wxPaintDC -> wxDC in wxListCtrl; fixed compile problems in wxTreeCtrl (return 1998-12-20 23:49:21 +00:00
install-sh Added install scripts in missing places 1998-11-23 12:43:57 +00:00
intl.h Helps Borland compile further in Unicode mode. 1999-04-19 17:48:28 +00:00
ioswrap.h _MSC_VER => __VISUALC__ change 1999-02-03 16:48:12 +00:00
ipcbase.h Unicode. You know the drill. 1999-04-13 11:43:03 +00:00
joystick.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
layout.h Changed wxSizer::GetSize() to DoGetSize() (and others) 1999-05-10 16:09:28 +00:00
laywin.h Added wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorithm classes and sample 1998-09-07 09:27:34 +00:00
list.h wxWindow split into wxWindowBase and wxWindow (wxGTK part) 1999-05-09 22:17:03 +00:00
listbox.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
listctrl.h wxPaintDC -> wxDC in wxListCtrl; fixed compile problems in wxTreeCtrl (return 1998-12-20 23:49:21 +00:00
listimpl.cpp 1. new wxList code 1998-11-24 23:30:50 +00:00
log.h 1. wxMSW seems to work (please test and send your bug reports!) 1999-05-19 00:53:27 +00:00
longlong.h MSW compilation fixes 1999-05-10 22:56:03 +00:00
matrix.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
mdi.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
memory.h Unicode fixes. 1999-04-21 21:46:02 +00:00
menu.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
menuitem.h Some more wxMotif stuff: menus 1998-09-18 21:33:46 +00:00
metafile.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
mimetype.h 1. ReadMailcap/MimeTypes returna bool error code 1999-03-23 17:39:47 +00:00
minifram.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
module.h OnExit() is called for modules which were initialized even if the init of 1999-01-17 22:44:04 +00:00
msgdlg.h mac support as stubs added 1999-01-01 16:22:21 +00:00
mstream.h fixed input stream 1999-04-04 13:02:19 +00:00
notebook.h 1. wxNotifyEvent documented 1999-05-25 13:38:50 +00:00
object.h * Created a new wxObject method: wxObject::CopyObject(wxObject&) 1999-05-07 18:34:32 +00:00
objstrm.h * New function wxObjectInputStream::Recall() 1998-08-23 09:23:27 +00:00
odbc.h minor Configure / makefiles updates 1999-01-08 20:33:18 +00:00
ownerdrw.h wxMenu and wxMenuBar modifications: now works much better with owner-drawn 1999-04-03 22:25:12 +00:00
palette.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
panel.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
paper.h Added paper classes. 1999-03-26 21:14:01 +00:00
pen.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
pnghand.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
print.h Latex updates; added defines to printdlg.h for referring to generic print dialogs 1998-10-07 11:04:27 +00:00
printdlg.h Latex updates; added defines to printdlg.h for referring to generic print dialogs 1998-10-07 11:04:27 +00:00
prntbase.h Added a generic wxProgressDialog and made wxPostscriptPrinter use it. 1999-05-09 15:19:45 +00:00
process.h wxProcess fixes (Detach() added), cleared/corrected wxExecute() documentation 1999-02-17 17:56:59 +00:00
progdlg.h Added a generic wxProgressDialog and made wxPostscriptPrinter use it. 1999-05-09 15:19:45 +00:00
prop.h Some Unicode conversion. 1999-04-16 14:14:47 +00:00
propform.h Removed lots of OnClose functions; doc'ed OnCloseWindow better; 1999-02-05 23:55:04 +00:00
proplist.h Some Unicode conversion. 1999-04-16 14:14:47 +00:00
radiobox.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
radiobut.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
region.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
resource.h Reference counted objects should be used *much* more carefully. This was 1999-05-08 21:21:10 +00:00
sashwin.h Added wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorithm classes and sample 1998-09-07 09:27:34 +00:00
sckaddr.h * Added wxsocket lib and sample (I hope I don't forget some file) 1998-09-06 18:28:00 +00:00
sckint.h * wxThread fixes 1999-05-25 17:14:56 +00:00
sckipc.h Unicode. You know the drill. 1999-04-13 11:43:03 +00:00
sckstrm.h * wxSocket fixes: FTP, HTTP works really now. GTK fixes to prevent infinite loop. 1999-02-27 21:01:05 +00:00
scrolbar.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
scrolwin.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
serbase.h Added a few files; fixed some warnings and wxMotif compile problems 1999-01-31 18:47:10 +00:00
settings.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
setup.h make install 1998-09-03 13:58:56 +00:00
slider.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
socket.h * wxThread fixes 1999-05-25 17:14:56 +00:00
spinbutt.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
splitter.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
statbmp.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
statbox.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
statline.h added wxStaticLine used in wxMessageBox 1999-05-05 21:42:48 +00:00
stattext.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
statusbr.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
stream.h * Big memory bug fixed in socket/getline fixed. 1999-02-27 11:32:10 +00:00
string.h find_first/last_[not]_of() functions added 1999-05-17 12:41:28 +00:00
tab.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
tabctrl.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
taskbar.h mac support as stubs added 1999-01-01 16:22:21 +00:00
tbar95.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
tbarbase.h 1. MSW message handling simplifications 1999-05-13 21:21:04 +00:00
tbarmsw.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
tbarsmpl.h wxWindow split into wxWindowBase and wxWindow (wxGTK part) 1999-05-09 22:17:03 +00:00
textctrl.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
textdlg.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
textfile.h Oh well, I'll just stuff in the rest of the Unicode changes I have made 1999-04-12 22:20:19 +00:00
thread.h * Committing new wxSocket core (socket.cpp sckint.cpp). It has to be improved ... 1999-04-26 18:16:56 +00:00
time.h char->wxChar 1999-04-13 10:31:53 +00:00
timer.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
tokenzr.h * Added a fix from Allen to wxStringTokenizer 1999-05-20 17:44:04 +00:00
toolbar.h More Motif stuff incl. beginnings of wxToolBar 1998-10-21 21:43:20 +00:00
tooltip.h Altered font dialog slightly for Motif; added wxUSE_TOOLTIPS to Motif setup.h 1999-02-06 00:46:25 +00:00
treectrl.h wxPaintDC -> wxDC in wxListCtrl; fixed compile problems in wxTreeCtrl (return 1998-12-20 23:49:21 +00:00
types.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
url.h * Small fix in wxHTTP::BuildRequest 1999-05-26 17:17:46 +00:00
utils.h Fixed typos in window.cpp and utils.cpp 1999-05-21 12:50:10 +00:00
valgen.h unused parameter warnings suppressed 1999-05-11 12:37:53 +00:00
validate.h 1. bug fixes in wxCaret 1999-05-24 21:12:37 +00:00
valtext.h Fixed wxValidator::Clone and friends to return a wxObject* to keep 1999-04-30 02:39:50 +00:00
variant.h Unicode. You know the drill. 1999-04-13 11:43:03 +00:00
version.h Augmented version to b5 1999-05-19 17:51:06 +00:00
wave.h wxWave class for wxGTK (linux) 1998-10-28 13:21:29 +00:00
wfstream.h * Committing new wxSocket core (socket.cpp sckint.cpp). It has to be improved ... 1999-04-26 18:16:56 +00:00
window.h 1. some minor but nasty bugs fixed (see post to the list) 1999-05-23 23:48:12 +00:00
wx.h Added some Motif wxGLCanvas support; some more Motif bugs cured; print dialogs 1999-01-24 14:57:09 +00:00
wx_cw.h mac support as stubs added 1999-01-01 16:22:21 +00:00
wx_cw_cm.h common definitions for cw 1999-01-01 16:14:00 +00:00
wx_cw_d.h mac support as stubs added 1999-01-01 16:22:21 +00:00
wxchar.h Moved all WXDLLEXPORT's to be before the return type in order to make 1999-05-17 17:10:11 +00:00
wxexpr.h Unicode conversion. 1999-04-13 15:20:36 +00:00
wxprec.h restored "#include <windows.h>" 1999-02-06 23:32:34 +00:00
xpmhand.h For wxMSW, split XPM handler into separate file (please add handler explicitly in app); 1999-01-16 22:17:13 +00:00
zstream.h Added some Motif wxGLCanvas support; some more Motif bugs cured; print dialogs 1999-01-24 14:57:09 +00:00