]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - site.h
2001-01-04 Gary R. Van Sickle <g.r.vansickle@worldnet.att.net>
[cygwin-apps/setup.git] / site.h
diff --git a/site.h b/site.h
index 1c08c6e0ae697575cfad3b13ea9568ee58f8b7b1..ff90a4997bc6612eab3f7c001190605ed009747a 100644 (file)
--- a/site.h
+++ b/site.h
@@ -36,8 +36,14 @@ public:
   bool Create ();
 
   virtual void OnInit ();
+  virtual void OnActivate ();
   virtual long OnNext ();
   virtual long OnBack ();
+
+  virtual bool OnMessageCmd (int id, HWND hwndctl, UINT code);
+
+  void PopulateListBox();
+  void CheckControlsAndDisableAccordingly () const;
 };
 
 void do_download_site_info (HINSTANCE h, HWND owner);
This page took 0.023491 seconds and 5 git commands to generate.