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.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    
 #ifndef MNDIALOG_H  
 #define MNDIALOG_H  
7    
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  private:          void setSubject(const wxString& subject);
19      // begin wxGlade: mnWikiDataEntryDialog::methods          wxString getSubject();
20      void set_properties();          void setPlainText(const wxString& subject);
21      void do_layout();          wxString getPlainText();
     // end wxGlade  
22    
23  protected:  private:
     // 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.1  
changed lines
  Added in v.1.3

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