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
This commit is contained in:
8
include/wx/propdlg.h
Normal file
8
include/wx/propdlg.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _WX_PROPDLG_H_BASE_
|
||||
#define _WX_PROPDLG_H_BASE_
|
||||
|
||||
#include "wx/generic/propdlg.h"
|
||||
|
||||
#endif
|
||||
// _WX_PROPDLG_H_BASE_
|
||||
|
Reference in New Issue
Block a user