Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnDialog.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by maloninc, Sat Jul 30 10:55:16 2005 UTC revision 1.2 by maloninc, Sun Jul 31 06:54:12 2005 UTC
# Line 17  public: Line 17  public:
17    
18      mnWikiDataEntryDialog(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE);      mnWikiDataEntryDialog(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE);
19    
20            void setSubject(const wxString& subject);
21            wxString getSubject();
22            void setPlainText(const wxString& subject);
23            wxString getPlainText();
24    
25  private:  private:
26      // begin wxGlade: mnWikiDataEntryDialog::methods      // begin wxGlade: mnWikiDataEntryDialog::methods
27      void set_properties();      void set_properties();

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26