Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

PropertySheet.h

Go to the documentation of this file.
00001 #ifndef PROPERTYSHEET_H
00002 #define PROPERTYSHEET_H
00003 #include "PropertyPage.h"
00004 #include <list>
00005 #include <string>
00006 
00007 namespace PropertySheetNs
00008 {
00009         int show(const std::list<PropertyPage*>& pages,HWND hParent=NULL,const std::string& title="");
00010         void add(HWND hPropSheet,const PropertyPage* newpage);
00011         void remove(HWND hPropSheet,const PropertyPage* pagetoremove);
00012 }
00013 
00014 #endif //PROPERTYSHEET_H

Generated on Thu Jun 16 00:13:24 2005 for Abuse! by  doxygen 1.4.3