Browse CVS Repository
Diff of /malonnote/mnDialog.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1 |
// -*- C++ -*- generated by wxGlade 0.3.5.1 on Sat Jul 30 19:30:39 2005 |
#ifndef MNDIALOG_H |
| 2 |
|
#define MNDIALOG_H |
| 3 |
|
|
| 4 |
#include <wx/wx.h> |
#include <wx/wx.h> |
| 5 |
#include <wx/image.h> |
#include <wx/image.h> |
|
// begin wxGlade: ::dependencies |
|
|
// end wxGlade |
|
| 6 |
|
|
| 7 |
|
|
|
#ifndef MNDIALOG_H |
|
|
#define MNDIALOG_H |
|
|
|
|
| 8 |
|
|
| 9 |
class mnWikiDataEntryDialog: public wxDialog { |
class mnWikiDataEntryDialog: public wxDialog { |
| 10 |
|
DECLARE_DYNAMIC_CLASS(mnWikiDataEntryDialog) |
| 11 |
public: |
public: |
| 12 |
// begin wxGlade: mnWikiDataEntryDialog::ids |
// begin wxGlade: mnWikiDataEntryDialog::ids |
| 13 |
// end wxGlade |
// end wxGlade |
| 14 |
|
|
| 15 |
mnWikiDataEntryDialog(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE); |
mnWikiDataEntryDialog(wxWindow* parent); |
| 16 |
|
mnWikiDataEntryDialog() : wxDialog(){} |
| 17 |
|
|
| 18 |
void setSubject(const wxString& subject); |
void setSubject(const wxString& subject); |
| 19 |
wxString getSubject(); |
wxString getSubject(); |
| 21 |
wxString getPlainText(); |
wxString getPlainText(); |
| 22 |
|
|
| 23 |
private: |
private: |
|
// begin wxGlade: mnWikiDataEntryDialog::methods |
|
|
void set_properties(); |
|
|
void do_layout(); |
|
|
// end wxGlade |
|
|
|
|
|
protected: |
|
|
// begin wxGlade: mnWikiDataEntryDialog::attributes |
|
|
wxStaticText* label_3; |
|
| 24 |
wxTextCtrl* subjectTextCtrl; |
wxTextCtrl* subjectTextCtrl; |
| 25 |
wxTextCtrl* wikiPlainTextCtrl; |
wxTextCtrl* wikiPlainTextCtrl; |
|
wxButton* okButton; |
|
|
wxButton* cancelButton; |
|
|
// end wxGlade |
|
| 26 |
}; |
}; |
| 27 |
|
|
| 28 |
|
|
|
|
Legend:
| Removed from v.1.2 |
|
| changed lines |
| |
Added in v.1.3 |
|
|
|