]> git.saurik.com Git - wxWidgets.git/commit
Added wxPropertySheetDialog for implementing settings dialogs
authorJulian Smart <julian@anthemion.co.uk>
Mon, 14 Mar 2005 22:40:44 +0000 (22:40 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 14 Mar 2005 22:40:44 +0000 (22:40 +0000)
commit3c9287bbb4ac43f9136ee45dee7dbb7af29a9ae3
treece5c405e2fdd79b6678d7d28876eb6d6e68047f0
parentd44444105bea5beaab0a39f7624b8ce126dd2384
Added wxPropertySheetDialog for implementing settings dialogs
in the appropriate way on small devices and desktop platforms
(abstracting is the only way to unify the API)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/bakefiles/files.bkl
docs/latex/wx/category.tex
docs/latex/wx/classes.tex
docs/latex/wx/propdlg.tex [new file with mode: 0644]
docs/latex/wx/wxmsw.tex
include/wx/generic/propdlg.h [new file with mode: 0644]
include/wx/propdlg.h [new file with mode: 0644]
src/generic/propdlg.cpp [new file with mode: 0644]