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.2 by maloninc, Sun Jul 31 06:54:12 2005 UTC revision 1.4 by maloninc, Wed Aug 3 23:19:01 2005 UTC
# Line 9  mnWikiDataEntryDialog::mnWikiDataEntryDi Line 9  mnWikiDataEntryDialog::mnWikiDataEntryDi
9      // begin wxGlade: mnWikiDataEntryDialog::mnWikiDataEntryDialog      // begin wxGlade: mnWikiDataEntryDialog::mnWikiDataEntryDialog
10      label_3 = new wxStaticText(this, -1, wxT("Subject: "));      label_3 = new wxStaticText(this, -1, wxT("Subject: "));
11      subjectTextCtrl = new wxTextCtrl(this, -1, wxT(""));      subjectTextCtrl = new wxTextCtrl(this, -1, wxT(""));
12      wikiPlainTextCtrl = new wxTextCtrl(this, -1, wxT(""), wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE);      wikiPlainTextCtrl = new wxTextCtrl(this, -1, wxT(""), wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE|wxHSCROLL);
13      okButton = new wxButton(this, wxID_OK, wxT("OK"));      okButton = new wxButton(this, wxID_OK, wxT("OK"));
14      cancelButton = new wxButton(this, wxID_CANCEL, wxT("Cancel"));      cancelButton = new wxButton(this, wxID_CANCEL, wxT("Cancel"));
15    
# Line 26  void mnWikiDataEntryDialog::set_properti Line 26  void mnWikiDataEntryDialog::set_properti
26      SetSize(wxSize(728, 521));      SetSize(wxSize(728, 521));
27      subjectTextCtrl->SetSize(wxSize(650, -1));      subjectTextCtrl->SetSize(wxSize(650, -1));
28      wikiPlainTextCtrl->SetSize(wxSize(513, 430));      wikiPlainTextCtrl->SetSize(wxSize(513, 430));
29        wikiPlainTextCtrl->SetFocus();
30      // end wxGlade      // end wxGlade
31  }  }
32    

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

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