home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-30 | 834 b | 41 lines | [TEXT/CWIE] |
- // Sprocket Framework header file
- // PreferencesDialogWindow.h
-
- #ifndef _MPPREFERENCESDIALOGWINDOW_
- #define _MPPREFERENCESDIALOGWINDOW_
-
- #ifndef _MULTIPANELDIALOGWINDOW_
- #include "MultiPanelDialogWindow.h"
- #endif
-
-
- // Information about the dialog ID we are using.
-
- const DialogTemplateID kMPPreferencesDialogTemplateID = 1030;
-
-
- class TMPPreferencesDialogWindow : public TMultiPanelDialogWindow
- {
- public:
- TMPPreferencesDialogWindow();
-
- virtual void ItemHit(short theItem);
-
- virtual OSErr IMultiPanelDialogWindow(short defaultPanel, short guideItem, short panelSelectorItem);
-
-
- virtual void InitPanel(short thePanel);
- virtual void ClickInPanel(short thePanel, short theItem);
- virtual void ExitPanel(short thePanel);
-
-
- virtual void AdjustMenusBeforeMenuSelection(void);
- };
-
- #endif
-
-
- enum
- {
- cMPPreferences = 5432
- };