public:
MyFrame(void);
- void Edit(void);
- void AddSampleText(wxLayoutList &llist);
+ void AddSampleText(wxLayoutList *llist);
void Clear(void);
void OnCommand( wxCommandEvent &event );
private:
wxLayoutWindow *m_lwin;
-
+ wxPrintData m_PrintData;
};
//-----------------------------------------------------------------------------