wxWidgets/include/wx
Vadim Zeitlin 372edb9d37 1. added wxTreeCtrl::DeleteChildren()
2. wxTreeCtrl::CollapseAndReset() doesn't destroy the item itself any more
3. wxTreeCtrl::Delete() sends wxEVT_COMMAND_TREE_CHILDREN event (but
   DeleteChildren() and DeleteAll() do not!)
4. Sample modified to show the new function too
5. Micro redraw bug fixed (small vertical line was sometimes drawn when it
   shouldn't have been)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1998-12-17 18:41:00 +00:00
..
generic 1. added wxTreeCtrl::DeleteChildren() 1998-12-17 18:41:00 +00:00
gtk Removed minor differences between wxMSW and wxGTK 1998-12-17 14:07:46 +00:00
gtk1 Removed minor differences between wxMSW and wxGTK 1998-12-17 14:07:46 +00:00
motif Just a teeny change -- addition of wxFrame::IsMaximized. For wxMDIChildFrame 1998-12-17 17:59:50 +00:00
msw 1. added wxTreeCtrl::DeleteChildren() 1998-12-17 18:41:00 +00:00
protocol It's now possible to drag a listbox filled with entries 1998-09-08 18:21:16 +00:00
qt Changed wxRectangle to wxRect. Sorry for the bandwidth... 1998-12-03 10:13:41 +00:00
stubs Just a teeny change -- addition of wxFrame::IsMaximized. For wxMDIChildFrame 1998-12-17 17:59:50 +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 Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
arrimpl.cpp renamed old listimpl.cpp (because now there is a "real" listimpl.cpp) 1998-11-24 23:34:24 +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
button.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +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 Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +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 "wxGDIObject * => &" related changes (see mail to the list) 1998-12-09 17:30:17 +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 Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +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 New wxDataObject, DnD and Clipboard code 1998-12-14 16:13:49 +00:00
date.h USE_xxx constants renamed to wxUSE_xxx. This is an incompatible change, you 1998-09-25 13:28:52 +00:00
datstrm.h dll fixes 1998-11-06 09:33:25 +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 Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +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
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 Removed references to DEBUG and WXDEBUG; cured Motif font problem; removed 1998-11-09 11:57:05 +00:00
defs.h Cured radiobutton non-setting by using BS_AUTORADIOBUTTON; cured gridg.cpp 1998-12-15 17:47:11 +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 Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
dnd.h Dnd constant name changes because names like Copy can be #defined by other 1998-09-17 16:57:01 +00:00
docmdi.h Session management changes for wxMSW. 1998-10-12 19:45:24 +00:00
docview.h Fixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp 1998-12-04 13:57:34 +00:00
dynarray.h LISTs renamed to OBJARRAYs 1998-11-24 23:53:19 +00:00
dynlib.h * Added wxSerial DLL support for Borland 32 1998-09-17 17:30:13 +00:00
event.h Added layout constraints call to wxNotebook 1998-12-16 08:06:02 +00:00
expr.h General tidy-up (mainly typecasts) to allow the use of the SGI native 1998-08-23 03:22:56 +00:00
file.h 1. new wxList code 1998-11-24 23:30:50 +00:00
fileconf.h Fixed Dialog Editor compilation and window sizing bug. Various warning-related 1998-11-26 09:56:02 +00:00
filedlg.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
filefn.h some Linux compilation fixes 1998-11-29 22:21:32 +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 Flicker war won. 1998-11-26 16:11:46 +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 Updates to memcheck 1998-09-11 09:05:26 +00:00
help.h Motif bug fixes; dialog OnPaint works now; wxColourDialog tweaking 1998-11-11 14:39:42 +00:00
helpbase.h Compile fixes, warnings etc. 1998-11-12 16:40:16 +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 wxIMage accessors 1998-12-06 21:35:49 +00:00
imaglist.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
install-sh Added install scripts in missing places 1998-11-23 12:43:57 +00:00
intl.h Changes to WXDLLEXPORT keyword position for VC++ 6.0; changed 1998-11-22 22:32:53 +00:00
ipcbase.h General tidy-up (mainly typecasts) to allow the use of the SGI native 1998-08-23 03:22:56 +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 only one of SetSize()s, SetClientSize()s, GetPosition()s &c is virtual now 1998-12-13 22:01:50 +00:00
laywin.h Added wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorithm classes and sample 1998-09-07 09:27:34 +00:00
list.h corrected (?) wxStringList::Delete() 1998-12-12 22:05:02 +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 Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
listimpl.cpp 1. new wxList code 1998-11-24 23:30:50 +00:00
log.h Changes to WXDLLEXPORT keyword position for VC++ 6.0; changed 1998-11-22 22:32:53 +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 Some stubs includes removed from wxMotif; wxNotebook sample hack to make it display; 1998-12-11 16:09:06 +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
minifram.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
module.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
msgdlg.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
mstream.h * wxSocket fixes 1998-10-14 17:36:50 +00:00
notebook.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
object.h Added wxPoem sample; fixed some Dialog Editor problems; wxStaticBitmap and wxBitmapButton 1998-12-12 18:50:16 +00:00
objstrm.h * New function wxObjectInputStream::Recall() 1998-08-23 09:23:27 +00:00
odbc.h USE_xxx constants renamed to wxUSE_xxx. This is an incompatible change, you 1998-09-25 13:28:52 +00:00
ownerdrw.h globally renamed uint to size_t. This has _not_ been checked under Windows, 1998-08-18 15:36: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
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
postscrp.h Fixed make install bug 1998-12-05 21:53:51 +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 Fixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp 1998-12-04 13:57:34 +00:00
process.h Various changes 1998-09-06 14:52:16 +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 some Linux compilation fixes 1998-11-29 22:21:32 +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
sckipc.h * wxSocket fixes 1998-10-14 17:36:50 +00:00
sckstrm.h * wxSocket fixes 1998-10-14 17:36:50 +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 serial code for wxList and wxHashTable to source tree 1998-12-07 08:27:06 +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 * Fixed some "memory leak" 1998-11-28 18:36:47 +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
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 Changes to WXDLLEXPORT keyword position for VC++ 6.0; changed 1998-11-22 22:32:53 +00:00
string.h Bother, had to revert it since it caused more ambiguities. 1998-12-17 18:19:51 +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 Dnd constant name changes because names like Copy can be #defined by other 1998-09-17 16:57:01 +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 Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +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 USE_xxx constants renamed to wxUSE_xxx. This is an incompatible change, you 1998-09-25 13:28:52 +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 Various fixes. 1998-11-25 12:01:23 +00:00
thread.h * wxSocket fixes 1998-10-14 17:36:50 +00:00
time.h Added wxOleAutomation class (wxMSW only, obviously...) and some wxTime member functions 1998-12-08 18:54:05 +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 It's now possible to drag a listbox filled with entries 1998-09-08 18:21:16 +00:00
toolbar.h More Motif stuff incl. beginnings of wxToolBar 1998-10-21 21:43:20 +00:00
treectrl.h 1. wxTimer::Start() returns bool in wxGTK too (other minor corrections 1998-10-12 13:09:15 +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 * Fixed some "memory leak" 1998-11-28 18:36:47 +00:00
utils.h Dialog Editor corrections for latest wxWin changes; removed wxProp files 1998-12-10 22:44:09 +00:00
validate.h General tidy-up (mainly typecasts) to allow the use of the SGI native 1998-08-23 03:22:56 +00:00
valtext.h General tidy-up (mainly typecasts) to allow the use of the SGI native 1998-08-23 03:22:56 +00:00
variant.h some Linux compilation fixes 1998-11-29 22:21:32 +00:00
version.h Changes to WXDLLEXPORT keyword position for VC++ 6.0; changed 1998-11-22 22:32:53 +00:00
wave.h wxWave class for wxGTK (linux) 1998-10-28 13:21:29 +00:00
wfstream.h * Renamed fstream.h in wfstream.h 1998-11-22 15:59:54 +00:00
window.h Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now 1998-08-15 00:23:28 +00:00
wx_cw_d.h CodeWarrior Support 1998-12-10 17:23:59 +00:00
wx_cw.h CodeWarrior Support 1998-12-10 17:23:59 +00:00
wx.h Changes to WXDLLEXPORT keyword position for VC++ 6.0; changed 1998-11-22 22:32:53 +00:00
wxexpr.h some Linux compilation fixes 1998-11-29 22:21:32 +00:00
wxprec.h wxMac support added 1998-12-10 10:57:29 +00:00
zstream.h no message 1998-11-16 11:48:53 +00:00