wxWidgets/include/wx/propdlg.h
Julian Smart 3c9287bbb4 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
2005-03-14 22:40:44 +00:00

9 lines
125 B
C

#ifndef _WX_PROPDLG_H_BASE_
#define _WX_PROPDLG_H_BASE_
#include "wx/generic/propdlg.h"
#endif
// _WX_PROPDLG_H_BASE_