Develop and Download Open Source Software

Browse CVS Repository

Contents of /malonnote/mnDialog.h

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


Revision 1.3 - (show annotations) (download) (as text)
Fri Sep 30 11:44:59 2005 UTC (18 years, 5 months ago) by maloninc
Branch: MAIN
CVS Tags: rel_1_4, dev_1_5-0002, dev_1_5-0001, rel_1_7_1, dev_1_5-0004, dev_1_4-0005, dev_1_4-0006, dev_1_6-0005, dev_1_6-0004, dev_1_6-0003, dev_1_6-0002, dev_1_6-0001, HEAD
Changes since 1.2: +5 -18 lines
File MIME type: text/x-chdr
Error occurred while calculating annotation data.
add mnDialog resource

1 #ifndef MNDIALOG_H
2 #define MNDIALOG_H
3
4 #include <wx/wx.h>
5 #include <wx/image.h>
6
7
8
9 class mnWikiDataEntryDialog: public wxDialog {
10 DECLARE_DYNAMIC_CLASS(mnWikiDataEntryDialog)
11 public:
12 // begin wxGlade: mnWikiDataEntryDialog::ids
13 // end wxGlade
14
15 mnWikiDataEntryDialog(wxWindow* parent);
16 mnWikiDataEntryDialog() : wxDialog(){}
17
18 void setSubject(const wxString& subject);
19 wxString getSubject();
20 void setPlainText(const wxString& subject);
21 wxString getPlainText();
22
23 private:
24 wxTextCtrl* subjectTextCtrl;
25 wxTextCtrl* wikiPlainTextCtrl;
26 };
27
28
29 #endif // MNDIALOG_H

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