Browse CVS Repository
Contents of /malonnote/mnFrame.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.13 -
( show annotations)
( download)
( as text)
Tue Oct 4 12:45:02 2005 UTC
(18 years, 5 months ago)
by maloninc
Branch: MAIN
Changes since 1.12: +4 -18 lines
File MIME type: text/x-chdr
implement TAB function. But not complete.
| 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 |
|
| 28 |
private: |
| 29 |
wxTextCtrl* searchTextCtrl; |
| 30 |
wxNotebook* noteBook; |
| 31 |
}; |
| 32 |
|
| 33 |
|
| 34 |
#endif // MNFRAME_H |
|