Update of /cvsroot/simspark/simspark/contrib/rsgedit
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv8983
Modified Files:
sparkedit.h
Log Message:
- ws only
Index: sparkedit.h
===================================================================
RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/sparkedit.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** sparkedit.h 8 Jul 2007 13:58:28 -0000 1.4
--- sparkedit.h 10 Jul 2007 15:07:50 -0000 1.5
***************
*** 70,98 ****
~SparkEdit();
! wxScintilla* GetEdit(const wxString& fname, wxFlatNotebook* notebook, bool select);
! void PutEdit(wxScintilla* edit);
! void UpdateTitles(wxFlatNotebook* notebook);
! void UpdateTitle(wxFlatNotebook* notebook, wxScintilla* edit);
! void UpdateIcons(wxFlatNotebook* notebook);
! void SaveFile(wxScintilla* edit);
! void SaveModified();
! void SetStartScript(wxFlatNotebook* notebook, wxScintilla* edit);
! wxScintilla* GetStartScript();
! EEditType GetFileType(wxScintilla* edit);
! wxString GetFile(wxScintilla* edit);
! wxString GetStartScriptFile();
! void PrepareImageList(wxFlatNotebook* notebook);
! void SelectEdit(wxFlatNotebook* notebook, wxScintilla* edit);
protected:
! wxScintilla* Create(wxWindow* parent);
! bool LoadFile(wxScintilla* edit, EditEntry& entry);
! void PrepareEdit(wxScintilla* edit, const EditEntry& entry);
! wxString GetTitle(wxScintilla* edit, const EditEntry& entry);
! void UpdateIcon(wxFlatNotebook* notebook, wxScintilla* edit, const EditEntry& entry);
! int GetImageIndex(const wxScintilla* edit, const EditEntry& entry);
! void SaveFile(wxScintilla* edit, const EditEntry& entry);
protected:
--- 70,98 ----
~SparkEdit();
! wxScintilla* GetEdit(const wxString& fname, wxFlatNotebook* notebook, bool select);
! void PutEdit(wxScintilla* edit);
! void UpdateTitles(wxFlatNotebook* notebook);
! void UpdateTitle(wxFlatNotebook* notebook, wxScintilla* edit);
! void UpdateIcons(wxFlatNotebook* notebook);
! void SaveFile(wxScintilla* edit);
! void SaveModified();
! void SetStartScript(wxFlatNotebook* notebook, wxScintilla* edit);
! wxScintilla* GetStartScript();
! EEditType GetFileType(wxScintilla* edit);
! wxString GetFile(wxScintilla* edit);
! wxString GetStartScriptFile();
! void PrepareImageList(wxFlatNotebook* notebook);
! void SelectEdit(wxFlatNotebook* notebook, wxScintilla* edit);
protected:
! wxScintilla* Create(wxWindow* parent);
! bool LoadFile(wxScintilla* edit, EditEntry& entry);
! void PrepareEdit(wxScintilla* edit, const EditEntry& entry);
! wxString GetTitle(wxScintilla* edit, const EditEntry& entry);
! void UpdateIcon(wxFlatNotebook* notebook, wxScintilla* edit, const EditEntry& entry);
! int GetImageIndex(const wxScintilla* edit, const EditEntry& entry);
! void SaveFile(wxScintilla* edit, const EditEntry& entry);
protected:
|