Browse CVS Repository
Diff of /malonnote/mnDialog.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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): |
| 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 |
|
|
| |