X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e72403492b3e78f8114d89baae6f81ea24c74647..dae87f93abd93555095575886b8b1ef126f0a0da:/docs/latex/wx/fs_mem.tex diff --git a/docs/latex/wx/fs_mem.tex b/docs/latex/wx/fs_mem.tex index 1b9f8d61bc..8ce62251a5 100644 --- a/docs/latex/wx/fs_mem.tex +++ b/docs/latex/wx/fs_mem.tex @@ -22,7 +22,7 @@ Example: void MyFrame::OnAbout(wxCommandEvent&) { wxBusyCursor bcur; - + wxFileSystem::AddHandler(new wxMemoryFSHandler); wxMemoryFSHandler::AddFile("logo.pcx", wxBITMAP(logo), wxBITMAP_TYPE_PCX); wxMemoryFSHandler::AddFile("about.htm", "About: " @@ -87,7 +87,7 @@ data (bitmap, text or raw data) will be copied into private memory stream and available under name "memory:" + filename. -Note that when storing image/bitmap, you must use image format that wxWindows +Note that when storing image/bitmap, you must use image format that wxWidgets can write (e.g. JPG, PNG, see \helpref{wxImage documentation}{wximage})!