mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user