wxWidgets/include/wx/generic
Julian Smart c06dde42fe Applied patch [ 1174270 ] small fixes to wxGenericDirCtrl
Stas Sergeev:

1. CollapseDir() was forgetting to... hrmm, to collapse
the dir...
It was only removing the child elements, leaving the dir
expanded. Missing code added.

2. ReCreateTree(), which, according to the comments, must
collapse and re-open the tree, was not re-opening it.
Fixed.

3. For those who used the bogus ReCreateTree() behaviour
to collapse the tree, I added CollapseTree(). This does
visually what the ReCreateTree() wrongly did before the
patch.

4. Documentation is updated accordingly.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-31 19:04:03 +00:00
..
.cvsignore
accel.h
calctrl.h
caret.h
choicdgg.h
colrdlgg.h
datectrl.h
dcpsg.h
dirctrlg.h Applied patch [ 1174270 ] small fixes to wxGenericDirCtrl 2005-03-31 19:04:03 +00:00
dirdlgg.h
dragimgg.h
fdrepdlg.h
filedlgg.h init member variables properly (patch 1156088) 2005-03-08 00:29:56 +00:00
fontdlgg.h
grid.h Fixed bug #1163384. Moved the code that handles activating the cell 2005-03-19 22:33:17 +00:00
gridctrl.h
gridsel.h
helpext.h
imaglist.h
laywin.h content clipping becomes a runtime attribute 2005-03-31 05:12:46 +00:00
listctrl.h using separate imaglist on mac 2005-03-30 04:24:20 +00:00
logg.h
mdig.h added orient parameter to wxMDIParentFrame::Tile() 2005-03-21 12:27:49 +00:00
msgdlgg.h Base for wxMessageDialog with common checks for style. 2005-03-11 15:34:42 +00:00
notebook.h
numdlgg.h
paletteg.h
panelg.h
printps.h
prntdlgg.h
progdlgg.h
propdlg.h Use the correct WXDLLEXPORT declaration. 2005-03-19 23:07:02 +00:00
region.h
sashwin.h
scrolwin.h content clipping becomes a runtime attribute 2005-03-31 05:12:46 +00:00
spinctlg.h
splash.h
splitter.h Provided GetBestVirtualSize and DoGetBestSize implementations for 2005-03-17 21:21:45 +00:00
statline.h gave default value of wxID_ANY to id parameter of wxStaticLine ctor as nobody uses anything else for it anyhow 2005-03-11 02:13:30 +00:00
statusbr.h
tabg.h
textdlgg.h
timer.h
treectlg.h
wizard.h