Added translation using Weblate (Italian)
[cygwin-setup.git] / root.h
blob326a930512f6469d119d464cf0cf7b9ed9fc2806
1 #ifndef SETUP_ROOT_H
2 #define SETUP_ROOT_H
4 #include "proppage.h"
6 class RootPage:public PropertyPage
8 public:
9 RootPage ();
10 virtual ~ RootPage ()
14 bool Create ();
16 virtual bool OnMessageCmd (int id, HWND hwndctl, UINT code);
17 virtual void OnInit ();
18 virtual bool wantsActivation() const;
19 virtual void OnActivate ();
20 virtual long OnNext ();
21 virtual long OnBack ();
22 virtual long OnUnattended ();
24 private:
25 void check_if_enable_next (HWND h);
28 #endif /* SETUP_ROOT_H */