~dcplusplus-team/dcplusplus/trunk

« back to all changes in this revision

Viewing changes to win32/Appearance2Page.h

  • Committer: arnetheduck
  • Date: 2007-08-29 08:37:04 UTC
  • Revision ID: svn-v3-trunk1:f586c4b0-9d0d-0410-bc51-f1fe239209fc:dcplusplus%2Ftrunk:833
help and a few other small things

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        Appearance2Page(SmartWin::Widget* parent);
28
28
        virtual ~Appearance2Page();
29
29
 
30
 
#ifdef PORT_ME
31
 
        BEGIN_MSG_MAP(Appearance2Page)
32
 
                MESSAGE_HANDLER(WM_HELP, onHelp)
33
 
                NOTIFY_CODE_HANDLER_EX(PSN_HELP, onHelpInfo)
34
 
        END_MSG_MAP()
35
 
 
36
 
        LRESULT onHelp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/);
37
 
        LRESULT onHelpInfo(LPNMHDR /*pnmh*/);
38
 
#endif
39
 
 
40
30
        virtual void write();
 
31
        virtual int getHelpId() { return IDD_APPEARANCE2PAGE; }
41
32
 
42
33
private:
43
34
        static Item items[];