Now actually downloads a list of installers.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@794 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-12-29 19:53:16 +00:00
parent 4602d46203
commit eba28b64d3
6 changed files with 117 additions and 554 deletions
+4
View File
@@ -44,13 +44,17 @@ class PackagesWindow : public wxDialog {
InstallablePackageP package; ///< Selected package
PackageAction where; ///< Where to install? (PACKAGE_LOCAL or PACKAGE_GLOBAL)
bool waiting_for_list; ///< waiting for the list of installers?
DECLARE_EVENT_TABLE();
void onOk(wxCommandEvent&);
void onActionChange(wxCommandEvent&);
void onPackageSelect(wxCommandEvent&);
void onUpdateUI(wxUpdateUIEvent&);
void onIdle(wxIdleEvent&);
bool checkInstallerList();
/*
wxHtmlWindow* description_window;