]> git.saurik.com Git - wxWidgets.git/commit - docs/latex/wx/collpane.tex
initial draft of wxCollapsiblePane (patch 1577412 by Francesco)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Oct 2006 22:28:37 +0000 (22:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Oct 2006 22:28:37 +0000 (22:28 +0000)
commit3c1f8cb1f5cbef0f7699110fd28027948e644c6f
treef344af43700e768807c2c6346f75c212e2f5c80f
parent187d815255d240350c598721db1e0c1b4d3fb527
initial draft of wxCollapsiblePane (patch 1577412 by Francesco)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/bakefiles/files.bkl
docs/changes.txt
docs/latex/wx/collpane.tex [new file with mode: 0644]
include/wx/collpane.h [new file with mode: 0644]
include/wx/generic/collpaneg.h [new file with mode: 0644]
include/wx/gtk/collpane.h [new file with mode: 0644]
samples/collpane/collpane.bkl [new file with mode: 0644]
samples/collpane/collpane.cpp [new file with mode: 0644]
src/generic/aboutdlgg.cpp
src/generic/collpaneg.cpp [new file with mode: 0644]
src/gtk/collpane.cpp [new file with mode: 0644]