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.1 - (show annotations) (download) (as text)
Sat Jul 30 10:55:16 2005 UTC (18 years, 7 months ago) by maloninc
Branch: MAIN
CVS Tags: dev-1_0-0006, dev-1_0-0005, dev-1_0-0004
File MIME type: text/x-chdr
Add WikiDataEntryDialog,but not implemented save-data

1 // -*- C++ -*- generated by wxGlade 0.3.5.1 on Sat Jul 30 19:30:39 2005
2
3 #include <wx/wx.h>
4 #include <wx/image.h>
5 // begin wxGlade: ::dependencies
6 // end wxGlade
7
8
9 #ifndef MNDIALOG_H
10 #define MNDIALOG_H
11
12
13 class mnWikiDataEntryDialog: public wxDialog {
14 public:
15 // begin wxGlade: mnWikiDataEntryDialog::ids
16 // end wxGlade
17
18 mnWikiDataEntryDialog(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE);
19
20 private:
21 // begin wxGlade: mnWikiDataEntryDialog::methods
22 void set_properties();
23 void do_layout();
24 // end wxGlade
25
26 protected:
27 // begin wxGlade: mnWikiDataEntryDialog::attributes
28 wxStaticText* label_3;
29 wxTextCtrl* subjectTextCtrl;
30 wxTextCtrl* wikiPlainTextCtrl;
31 wxButton* okButton;
32 wxButton* cancelButton;
33 // end wxGlade
34 };
35
36
37 #endif // MNDIALOG_H

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