Open-Source-Software-Entwicklung und Downloads

Browse CVS Repository

Contents of /malonnote/mnFrame.h

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


Revision 1.16 - (show annotations) (download) (as text)
Fri Oct 7 10:19:46 2005 UTC (18 years, 7 months ago) by maloninc
Branch: MAIN
CVS Tags: rel_1_7_1, dev_1_5-0004, dev_1_6-0005, dev_1_6-0004, dev_1_6-0003, dev_1_6-0002, dev_1_6-0001, HEAD
Changes since 1.15: +1 -0 lines
File MIME type: text/x-chdr
fixed some bugs.

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 void setFocusToSearchTextCtrl();
30
31 private:
32 wxTextCtrl* searchTextCtrl;
33 wxNotebook* noteBook;
34 };
35
36
37 #endif // MNFRAME_H

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