Added export toolbar button

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@360 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-05-13 22:21:15 +00:00
parent 7faddb9d90
commit b46db1f9c9
2 changed files with 39 additions and 2 deletions
+2
View File
@@ -39,6 +39,7 @@ class SetWindow : public wxFrame, public SetView {
// gui items
vector<SetWindowPanel*> panels; ///< All panels on this window
SetWindowPanel* current_panel;
IconMenu* menuExport;
/// Number of items in the recent sets list
size_t number_of_recentSets;
@@ -104,6 +105,7 @@ class SetWindow : public wxFrame, public SetView {
void onFileSave (wxCommandEvent&);
void onFileSaveAs (wxCommandEvent&);
// void onFileInspect (wxCommandEvent&);
void onFileExportMenu (wxCommandEvent&);
void onFileExportImage (wxCommandEvent&);
void onFileExportImages (wxCommandEvent&);
void onFileExportHTML (wxCommandEvent&);