Develop and Download Open Source Software

Browse CVS Repository

Contents of /malonnote/mnFrame.h

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


Revision 1.15 - (show annotations) (download) (as text)
Wed Oct 5 07:20:56 2005 UTC (18 years, 5 months ago) by maloninc
Branch: MAIN
CVS Tags: dev_1_5-0002
Changes since 1.14: +1 -0 lines
File MIME type: text/x-chdr
implement add/remove memo dir

1 // -*- C++ -*- generated by wxGlade 0.3.5.1 on Wed Jun 29 12:57:38 2005
2 #ifndef MNFRAME_H
3 #define MNFRAME_H
4
5 // begin wxGlade: dependencies
6 #include <wx/splitter.h>
7 #include <wx/treectrl.h>
8 // end wxGlade
9
10 #include <wx/wx.h>
11 #include <wx/image.h>
12
13 #include "mnNotePanel.h"
14 #include "mnModel.h"
15 #include "mnHtmlWindow.h"
16 #include "mnDialog.h"
17
18 #define LABEL_ITEM_TREE "Search Item"
19 #define APP_ICON_NAME "mnICON_APP_SMALL"
20
21 class mnFrame: public wxFrame {
22 public:
23
24 mnFrame(wxWindow* parent);
25 void addNotePanel(wxString* dirName);
26 mnNotePanel* getNotePanel();
27 wxNotebook* getNotebook();
28 void removeSelectedNotePanel();
29
30 private:
31 wxTextCtrl* searchTextCtrl;
32 wxNotebook* noteBook;
33 };
34
35
36 #endif // MNFRAME_H

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