in Unicode mode quite yet...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4249
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
short int m_Level;
int m_ID;
{
short int m_Level;
int m_ID;
- char* m_Name;
- char* m_Page;
+ wxChar* m_Name;
+ wxChar* m_Page;
wxHtmlBookRecord *m_Book;
}
wxHtmlContentsItem;
wxHtmlBookRecord *m_Book;
}
wxHtmlContentsItem;
class WXDLLEXPORT wxSearchEngine : public wxObject
{
private:
class WXDLLEXPORT wxSearchEngine : public wxObject
{
private:
public:
wxSearchEngine() : wxObject() {m_Keyword = NULL; }
public:
wxSearchEngine() : wxObject() {m_Keyword = NULL; }
// end2 is '>' or both are
// -1 if there is no ending tag for this one...
// or -2 if this is ending tag </...>
// end2 is '>' or both are
// -1 if there is no ending tag for this one...
// or -2 if this is ending tag </...>
// name of this tag
} sCacheItem;
// name of this tag
} sCacheItem;
// <P IMG SRC="WhaT.jpg"> GetParam("SRC") returns (WhaT.jpg)
// (or ("WhaT.jpg") if with_commas == TRUE)
// <P IMG SRC="WhaT.jpg"> GetParam("SRC") returns (WhaT.jpg)
// (or ("WhaT.jpg") if with_commas == TRUE)
- int ScanParam(const wxString& par, char *format, void *param) const;
+ int ScanParam(const wxString& par, wxChar *format, void *param) const;
// Scans param like scanf() functions family do.
// Example : ScanParam("COLOR", "\"#%X\"", &clr);
// This is always with with_commas=FALSE
// Scans param like scanf() functions family do.
// Example : ScanParam("COLOR", "\"#%X\"", &clr);
// This is always with with_commas=FALSE