OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Definition of classes encapsulating PropertySheets and PropertyPages. More...
#include <owl/private/defs.h>
#include <owl/defs.h>
#include <owl/dialog.h>
#include <owl/commctrl.h>
#include <owl/preclass.h>
#include <owl/posclass.h>
Go to the source code of this file.
Classes | |
class | owl::TPropertyPage |
The 'TPropertyPage' object represents a dialog box found within a property sheet. More... | |
class | owl::TPropertySheet |
TPropertySheet encapsulates a window which contains one or more overlapping child windows knowns as property pages. More... | |
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Macros | |
#define | PSH_MULTILINETABS 0x0010 |
Typedefs | |
typedef void(* | owl::TActionPageFunc) (TPropertyPage *pPage, void *param) |
typedef bool(* | owl::TCondPageFunc) (TPropertyPage *pPage, void *param) |
Definition of classes encapsulating PropertySheets and PropertyPages.
Definition in file propsht.h.
#define EV_PSN_APPLY | ( | method | ) | OWL_EV_NOTIFICATION(PSN_APPLY, ::owl::PropPageID, method) |
#define EV_PSN_GETOBJECT | ( | method | ) | OWL_EV_NOTIFICATION(PSN_GETOBJECT, ::owl::PropPageID, method) |
#define EV_PSN_HELP | ( | method | ) | OWL_EV_NOTIFICATION(PSN_HELP, ::owl::PropPageID, method) |
#define EV_PSN_KILLACTIVE | ( | method | ) | OWL_EV_NOTIFICATION(PSN_KILLACTIVE, ::owl::PropPageID, method) |
#define EV_PSN_QUERYCANCEL | ( | method | ) | OWL_EV_NOTIFICATION(PSN_QUERYCANCEL, ::owl::PropPageID, method) |
#define EV_PSN_RESET | ( | method | ) | OWL_EV_NOTIFICATION(PSN_RESET, ::owl::PropPageID, method) |
#define EV_PSN_SETACTIVE | ( | method | ) | OWL_EV_NOTIFICATION(PSN_SETACTIVE, ::owl::PropPageID, method) |
#define EV_PSN_WIZBACK | ( | method | ) | OWL_EV_NOTIFICATION(PSN_WIZBACK, ::owl::PropPageID, method) |
#define EV_PSN_WIZFINISH | ( | method | ) | OWL_EV_NOTIFICATION(PSN_WIZFINISH, ::owl::PropPageID, method) |
#define EV_PSN_WIZNEXT | ( | method | ) | OWL_EV_NOTIFICATION(PSN_WIZNEXT, ::owl::PropPageID, method) |