wxWidgets/include/wx
Robert Roebling 86b29a6122 Added PushEventHandler, Pop...
Corrected spelling of SetEventhandler
  Fixed two bugs in wxGenericPrintDlg
  Tried in vain to make printing of icons work.
    It now prints black on black, mostly.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1998-08-12 21:24:51 +00:00
..
generic DP: GetBitmap() added to wxImageList 1998-08-10 18:09:07 +00:00
gtk Added PushEventHandler, Pop... 1998-08-12 21:24:51 +00:00
gtk1 Added PushEventHandler, Pop... 1998-08-12 21:24:51 +00:00
msw had to modify it (added one pixel...) to be able to commit: the file in the 1998-08-12 20:57:08 +00:00
qt replaced by stubs files 1998-08-12 09:16:21 +00:00
stubs Stub header changes. 1998-08-09 16:31:10 +00:00
app.h More configure fixes 1998-08-07 21:32:13 +00:00
bitmap.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
bmpbuttn.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
brush.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
button.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
checkbox.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
choicdlg.h Initial revision 1998-05-20 14:01:55 +00:00
choice.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
clipbrd.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
cmndata.h Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__, __WXMSW__ and __WXMOTIF__ 1998-07-10 14:15:17 +00:00
colordlg.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
combobox.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
config.h added SetRecordDefaults() and IsRecordingDefaults() methods 1998-08-05 14:15:13 +00:00
control.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
cursor.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
date.h Sorry, I went and removed consts as per the style guide :-) 1998-07-04 15:17:59 +00:00
datstrm.h wxStream: wxInputStream and wxOutputStream don't inherit from wxObject anymore. 1998-07-15 18:40:37 +00:00
db.h Added ODBC database classes and sample from RemStar (sample needs work for wxWin 2) 1998-07-28 09:43:44 +00:00
dbtable.h Added ODBC database classes and sample from RemStar (sample needs work for wxWin 2) 1998-07-28 09:43:44 +00:00
dc.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
dcclient.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
dcmemory.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
dcprint.h Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__, __WXMSW__ and __WXMOTIF__ 1998-07-10 14:15:17 +00:00
dcscreen.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
dde.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
debug.h Cleared up DEBUG define mess, defines are now called __WXDEBUG__ and WXDEBUG. 1998-07-10 11:14:17 +00:00
defs.h Various Dialog Editor-related mods; Dlg Ed. getting usable now under MSW. 1998-08-10 13:48:12 +00:00
dialog.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
dirdlg.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
dnd.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
docmdi.h Added missing OGL files; added defaults to wxDocMDIParentFrame; corrected 1998-07-29 10:43:51 +00:00
docview.h wxMDIChildFrame inherits from wxFrame 1998-07-29 13:21:22 +00:00
dynarray.h fixed compilation problems under Windows 1998-07-17 08:18:57 +00:00
dynlib.h * Fixes and new features in wxObject*Stream 1998-08-04 17:49:26 +00:00
event.h Update to docs incl. wxString first stab; added a couple of palette-related events (wxMSW) 1998-07-29 06:51:33 +00:00
expr.h *** empty log message *** 1998-05-21 15:02:02 +00:00
file.h static wxFile::Access() added (access() isn't ANSI neither...) 1998-08-11 21:03:57 +00:00
fileconf.h the base class is now called wxConfigBase, wxConfig is #define'd as 1998-08-02 23:06:42 +00:00
filedlg.h More configure fixes 1998-08-07 21:32:13 +00:00
filefn.h Various bug fixes to OGL; wxStripExtension prototype added to filefn.h 1998-08-05 07:13:08 +00:00
font.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
fontdlg.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
frame.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
fstream.h * New wxStream classes: wxStreamBuffer and wxObject*Stream. 1998-07-24 17:13:47 +00:00
gauge.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
gdicmn.h More configure fixes 1998-08-07 21:32:13 +00:00
gdiobj.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
grid.h Initial revision 1998-05-20 14:01:55 +00:00
hash.h Sorry, I went and removed consts as per the style guide :-) 1998-07-04 15:17:59 +00:00
help.h Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__, __WXMSW__ and __WXMOTIF__ 1998-07-10 14:15:17 +00:00
helpbase.h Added #define wxHelpController to help.h; added wxWinHelpController::Quit code 1998-06-14 20:53:26 +00:00
helphtml.h Initial revision 1998-05-20 14:01:55 +00:00
helpwin.h Initial revision 1998-05-20 14:01:55 +00:00
helpxlp.h Initial revision 1998-05-20 14:01:55 +00:00
icon.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
imaglist.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
intl.h added wxLocale::Init() and ctor without arguments for convenience 1998-08-03 22:54:15 +00:00
ipcbase.h warning msgs 1998-07-27 20:50:48 +00:00
joystick.h Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__, __WXMSW__ and __WXMOTIF__ 1998-07-10 14:15:17 +00:00
layout.h (1) Denis Pershin's patch for wxGTK (memory leaks corrections) 1998-08-07 15:09:04 +00:00
list.h wxFrame::CreateToolBar() stuff 1998-07-24 19:05:25 +00:00
listbox.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
listctrl.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
listimpl.cpp helper file for WX_DEFINE_LIST: dynamic list implementation 1998-05-30 23:42:51 +00:00
log.h some minor changes in wxLogWindow 1998-08-08 21:38:22 +00:00
matrix.h wxFrame::CreateToolBar() stuff 1998-07-24 19:05:25 +00:00
mdi.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
memory.h Removed #pragmas in utils.cpp, corrected USE_(WX)DEBUG_CONTEXT, 1998-07-12 09:16:20 +00:00
menu.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
menuitem.h wxTString removed 1998-07-17 20:52:40 +00:00
metafile.h Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__, __WXMSW__ and __WXMOTIF__ 1998-07-10 14:15:17 +00:00
minifram.h Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__, __WXMSW__ and __WXMOTIF__ 1998-07-10 14:15:17 +00:00
module.h Initial revision 1998-05-20 14:01:55 +00:00
msgdlg.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
mstream.h * Added Peek() to wxMemoryInputStream. 1998-07-28 17:11:08 +00:00
notebook.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
object.h * Fixes and new features in wxObject*Stream 1998-08-04 17:49:26 +00:00
objstrm.h * Fixes and new features in wxObject*Stream 1998-08-04 17:49:26 +00:00
odbc.h ODBC compile (and link) fixes 1998-07-18 10:15:35 +00:00
ownerdrw.h wxTString removed 1998-07-17 20:52:40 +00:00
palette.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
panel.h Initial revision 1998-05-20 14:01:55 +00:00
pen.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
pnghand.h Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__, __WXMSW__ and __WXMOTIF__ 1998-07-10 14:15:17 +00:00
postscrp.h Added PushEventHandler, Pop... 1998-08-12 21:24:51 +00:00
print.h Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__, __WXMSW__ and __WXMOTIF__ 1998-07-10 14:15:17 +00:00
printdlg.h Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__, __WXMSW__ and __WXMOTIF__ 1998-07-10 14:15:17 +00:00
prntbase.h some "const"s added 1998-07-17 12:44:13 +00:00
process.h Added #pragmas for gcc. 1998-07-03 16:36:10 +00:00
radiobox.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
radiobut.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
region.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
resource.h Added resource.h, missing from archive. 1998-05-21 14:33:06 +00:00
scrolbar.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
scrolwin.h Initial revision 1998-05-20 14:01:55 +00:00
serbase.h * Fixes and new features in wxObject*Stream 1998-08-04 17:49:26 +00:00
settings.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
setup.h More configure fixes 1998-08-07 21:32:13 +00:00
slider.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
spinbutt.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
splitter.h Initial revision 1998-05-20 14:01:55 +00:00
statbmp.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
statbox.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
stattext.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
statusbr.h Initial revision 1998-05-20 14:01:55 +00:00
stream.h * Added source file info in utils/serialize/* 1998-08-05 17:12:43 +00:00
string.h size_t -> int conversion and the warnings about it corrected 1998-08-04 16:05:22 +00:00
tab.h Initial revision 1998-05-20 14:01:55 +00:00
tabctrl.h Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__, __WXMSW__ and __WXMOTIF__ 1998-07-10 14:15:17 +00:00
tbar95.h Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__, __WXMSW__ and __WXMOTIF__ 1998-07-10 14:15:17 +00:00
tbarbase.h MSWOnMouseMove arg bug in toolbar; compile bug in regconf; fixed warning in odbc.cpp 1998-07-30 09:37:26 +00:00
tbarmsw.h Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__, __WXMSW__ and __WXMOTIF__ 1998-07-10 14:15:17 +00:00
tbarsmpl.h wxToolBar API changes; now frames manage their toolbar & statusbar properly; 1998-07-27 09:47:57 +00:00
textctrl.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
textdlg.h Initial revision 1998-05-20 14:01:55 +00:00
textfile.h fixed compiler warning (newline at last line missing) 1998-07-28 10:38:46 +00:00
thread.h * Thread updates and cleanup (m_locked, MUTEX_UNLOCKED added) 1998-06-14 15:28:28 +00:00
time.h Initial revision 1998-05-20 14:01:55 +00:00
timer.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
toolbar.h Miscellaneous, mostly cosmetic changes. wxPen/wxFont/wxBrush altered so Set... 1998-08-09 16:46:37 +00:00
treectrl.h DP: native wxTreeCtrl for GTK. 1998-08-10 17:53:44 +00:00
types.h Initial revision 1998-05-20 14:01:55 +00:00
utils.h Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__, __WXMSW__ and __WXMOTIF__ 1998-07-10 14:15:17 +00:00
validate.h Initial revision 1998-05-20 14:01:55 +00:00
valtext.h Sorry, I went and removed consts as per the style guide :-) 1998-07-04 15:17:59 +00:00
version.h Initial revision 1998-05-20 14:01:55 +00:00
window.h More work on wxQt integration, configure 1998-08-07 20:23:17 +00:00
wx.h Initial revision 1998-05-20 14:01:55 +00:00
wxexpr.h *** empty log message *** 1998-05-21 15:02:02 +00:00
wxprec.h Initial revision 1998-05-20 14:01:55 +00:00
zstream.h wxFrame::CreateToolBar() stuff 1998-07-24 19:05:25 +00:00