summaryrefslogtreecommitdiffstats
path: root/dialog.h
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-07-16 20:42:32 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2012-07-16 20:42:32 +0200
commit0d2a5ccadac5abf08a0fdc9c80be75dc4e4b5534 (patch)
tree3b0dfb8e8b723fc74fce42b399b73538a9b33b95 /dialog.h
parent10ea3185eeaf7c8859bef5044f5a224bf0cd3e3f (diff)
downloadalpine-usb-creator-0d2a5ccadac5abf08a0fdc9c80be75dc4e4b5534.tar.bz2
alpine-usb-creator-0d2a5ccadac5abf08a0fdc9c80be75dc4e4b5534.tar.xz
Enable start button only when source and target is selected
Diffstat (limited to 'dialog.h')
-rw-r--r--dialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dialog.h b/dialog.h
index e187c19..d8eb652 100644
--- a/dialog.h
+++ b/dialog.h
@@ -10,9 +10,13 @@ public:
void RefreshDrives(void);
protected:
+ void UpdateStartButton(void);
+
void OnRefreshDrives(wxCommandEvent& event);
void OnStartButton(wxCommandEvent& event);
void OnCancelButton(wxCommandEvent& event);
+ void OnIsoChange(wxFileDirPickerEvent &event);
+ void OnTargetChange(wxCommandEvent& event);
};
#endif