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.2 by maloninc, Sun Jul 31 06:54:12 2005 UTC revision 1.3 by maloninc, Fri Sep 30 11:44:59 2005 UTC
# Line 1  Line 1 
1  // -*- C++ -*- generated by wxGlade 0.3.5.1 on Sat Jul 30 19:30:39 2005  #ifndef MNDIALOG_H
2    #define MNDIALOG_H
3    
4  #include <wx/wx.h>  #include <wx/wx.h>
5  #include <wx/image.h>  #include <wx/image.h>
 // begin wxGlade: ::dependencies  
 // end wxGlade  
6    
7    
 #ifndef MNDIALOG_H  
 #define MNDIALOG_H  
   
8    
9  class mnWikiDataEntryDialog: public wxDialog {  class mnWikiDataEntryDialog: public wxDialog {
10    DECLARE_DYNAMIC_CLASS(mnWikiDataEntryDialog)
11  public:  public:
12      // begin wxGlade: mnWikiDataEntryDialog::ids      // begin wxGlade: mnWikiDataEntryDialog::ids
13      // end wxGlade      // end wxGlade
14    
15      mnWikiDataEntryDialog(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE);      mnWikiDataEntryDialog(wxWindow* parent);
16        mnWikiDataEntryDialog() : wxDialog(){}
17    
18          void setSubject(const wxString& subject);          void setSubject(const wxString& subject);
19          wxString getSubject();          wxString getSubject();
# Line 23  public: Line 21  public:
21          wxString getPlainText();          wxString getPlainText();
22    
23  private:  private:
     // begin wxGlade: mnWikiDataEntryDialog::methods  
     void set_properties();  
     void do_layout();  
     // end wxGlade  
   
 protected:  
     // begin wxGlade: mnWikiDataEntryDialog::attributes  
     wxStaticText* label_3;  
24      wxTextCtrl* subjectTextCtrl;      wxTextCtrl* subjectTextCtrl;
25      wxTextCtrl* wikiPlainTextCtrl;      wxTextCtrl* wikiPlainTextCtrl;
     wxButton* okButton;  
     wxButton* cancelButton;  
     // end wxGlade  
26  };  };
27    
28    

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

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