PageList.cpp
changeset 1 5b075fa903ae
parent 0 97dd4d2c08b6
equal deleted inserted replaced
0:97dd4d2c08b6 1:5b075fa903ae
    55 
    55 
    56     menu->Append(wxID_CLOSE, wxT("Hello"));
    56     menu->Append(wxID_CLOSE, wxT("Hello"));
    57 
    57 
    58     PopupMenu(menu);
    58     PopupMenu(menu);
    59 }
    59 }
       
    60 
       
    61 void
       
    62 PageList::generate(const wxString &outputfile)
       
    63 {
       
    64     wxMessageDialog w(this, outputfile);
       
    65     w.ShowModal();
       
    66 }