]> cygwin.com Git - cygwin-apps/setup.git/blob - root.h
2005-05-05 Brian Dessent <brian@dessent.net>
[cygwin-apps/setup.git] / root.h
1 #ifndef SETUP_ROOT_H
2 #define SETUP_ROOT_H
3
4 #include "proppage.h"
5
6 class RootPage:public PropertyPage
7 {
8 public:
9 RootPage ();
10 virtual ~ RootPage ()
11 {
12 };
13
14 bool Create ();
15
16 virtual void OnInit ();
17 virtual bool wantsActivation() const;
18 virtual long OnNext ();
19 virtual long OnBack ();
20 virtual long OnUnattended ();
21 };
22
23 #endif /* SETUP_ROOT_H */
This page took 0.038341 seconds and 6 git commands to generate.