Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnDialog.cpp

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

revision 1.4 by maloninc, Wed Aug 3 23:19:01 2005 UTC revision 1.5 by maloninc, Thu Aug 11 07:15:49 2005 UTC
# Line 1  Line 1 
1  // -*- C++ -*- generated by wxGlade 0.3.5.1 on Sat Jul 30 19:30:39 2005  // -*- C++ -*- generated by wxGlade 0.3.5.1 on Sat Jul 30 19:30:39 2005
2    
3  #include "mnDialog.h"  #include "mnDialog.h"
4    #include "mnTextCtrl.h"
5    
6    
7  mnWikiDataEntryDialog::mnWikiDataEntryDialog(wxWindow* parent, int id, const wxString& title, const wxPoint& pos, const wxSize& size, long style):  mnWikiDataEntryDialog::mnWikiDataEntryDialog(wxWindow* parent, int id, const wxString& title, const wxPoint& pos, const wxSize& size, long style):
# Line 9  mnWikiDataEntryDialog::mnWikiDataEntryDi Line 10  mnWikiDataEntryDialog::mnWikiDataEntryDi
10      // begin wxGlade: mnWikiDataEntryDialog::mnWikiDataEntryDialog      // begin wxGlade: mnWikiDataEntryDialog::mnWikiDataEntryDialog
11      label_3 = new wxStaticText(this, -1, wxT("Subject: "));      label_3 = new wxStaticText(this, -1, wxT("Subject: "));
12      subjectTextCtrl = new wxTextCtrl(this, -1, wxT(""));      subjectTextCtrl = new wxTextCtrl(this, -1, wxT(""));
13      wikiPlainTextCtrl = new wxTextCtrl(this, -1, wxT(""), wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE|wxHSCROLL);      //wikiPlainTextCtrl = new wxTextCtrl(this, -1, wxT(""), wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE|wxHSCROLL);
14        wikiPlainTextCtrl = new mnTextCtrl(this, -1, wxT(""), wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE|wxHSCROLL);
15      okButton = new wxButton(this, wxID_OK, wxT("OK"));      okButton = new wxButton(this, wxID_OK, wxT("OK"));
16      cancelButton = new wxButton(this, wxID_CANCEL, wxT("Cancel"));      cancelButton = new wxButton(this, wxID_CANCEL, wxT("Cancel"));
17    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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