#include <prnprefs.h>
Inheritance diagram for PrintTabPrintPrefsDlg:
Public Member Functions | |
PrintTabPrintPrefsDlg () | |
PrintTabPrintPrefsDlg constructor. Creates a non-undoable operation. Just starts up the PrintPrefsDlg specifying the tab number that it is in the list. This has been calculated when the options tabs were declared just to be on the safe side. Must use a number rather than the ID as this is what MFC's property sheet constructors require. |
Definition at line 188 of file prnprefs.h.
|
PrintTabPrintPrefsDlg constructor. Creates a non-undoable operation. Just starts up the PrintPrefsDlg specifying the tab number that it is in the list. This has been calculated when the options tabs were declared just to be on the safe side. Must use a number rather than the ID as this is what MFC's property sheet constructors require.
Definition at line 932 of file prnprefs.cpp. 00932 : PrintPrefsDlg( OptionsTabs::PrintTabNumber ) 00933 { 00934 // At present, just:- do nothing 00935 }
|