Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnFrame.h

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

revision 1.7 by maloninc, Thu Aug 4 05:10:02 2005 UTC revision 1.8 by maloninc, Fri Aug 26 11:17:51 2005 UTC
# Line 26  public: Line 26  public:
26      mnFrame(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE);      mnFrame(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE);
27          void            addSearchResult(wxString* searchStr, WikiList* wikiList);          void            addSearchResult(wxString* searchStr, WikiList* wikiList);
28          void            showSearchResult(mnModel* wiki);          void            showSearchResult(mnModel* wiki);
29            void            makeHtml(WikiData* wikiData, bool highlight);
30            void            highlightSelectedItem();
31          void            showSelectedItemText(wxTreeEvent& event);          void            showSelectedItemText(wxTreeEvent& event);
32          wxTreeItemData* getSelectedItem();          wxTreeItemData* getSelectedItem();
33          wxString        getSelectedLabel();          wxString        getSelectedLabel();
# Line 40  private: Line 42  private:
42          wxTreeItemId searchItemRoot;          wxTreeItemId searchItemRoot;
43          wxEvtHandler* controller;          wxEvtHandler* controller;
44      wxGridSizer* rightPanelSizer;      wxGridSizer* rightPanelSizer;
45            bool highlight;
46    
47  protected:  protected:
48      // begin wxGlade: mnFrame::attributes      // begin wxGlade: mnFrame::attributes

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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