]> cygwin.com Git - cygwin-apps/setup.git/blame - root.h
Simplify uninstall-only warning
[cygwin-apps/setup.git] / root.h
CommitLineData
12e726c4
MB
1#ifndef SETUP_ROOT_H
2#define SETUP_ROOT_H
b7301c43
RC
3
4#include "proppage.h"
5
6class RootPage:public PropertyPage
7{
8public:
daab12c7 9 RootPage ();
b7301c43
RC
10 virtual ~ RootPage ()
11 {
12 };
13
14 bool Create ();
15
9e6e3c68 16 virtual bool OnMessageCmd (int id, HWND hwndctl, UINT code);
b7301c43 17 virtual void OnInit ();
b28e9f01 18 virtual bool wantsActivation() const;
8d19db38 19 virtual void OnActivate ();
b7301c43
RC
20 virtual long OnNext ();
21 virtual long OnBack ();
f2ff9838 22 virtual long OnUnattended ();
8d19db38
JT
23
24 private:
25 void check_if_enable_next (HWND h);
b7301c43
RC
26};
27
12e726c4 28#endif /* SETUP_ROOT_H */
This page took 0.102882 seconds and 5 git commands to generate.