]> cygwin.com Git - cygwin-apps/setup.git/blob - root.h
2001-12-22 Gary R. Van Sickle <g.r.vansickle@worldnet.att.net>
[cygwin-apps/setup.git] / root.h
1 #ifndef CINSTALL_ROOT_H
2 #define CINSTALL_ROOT_H
3
4 #include "proppage.h"
5
6 class RootPage:public PropertyPage
7 {
8 public:
9 RootPage ()
10 {
11 };
12 virtual ~ RootPage ()
13 {
14 };
15
16 bool Create ();
17
18 virtual void OnInit ();
19 virtual long OnNext ();
20 virtual long OnBack ();
21 };
22
23 #endif // CINSTALL_ROOT_H
This page took 0.035153 seconds and 6 git commands to generate.