Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/begin/headers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8667/adobe/test/begin/headers
Modified Files:
file.hpp
Log Message:
image_t (icons and pictures) support for Mac and Win32, along with a GIL image factory and a (sample) Targa file format importing module for that factory. Also added alert.adm/eve as a sample for the icon support. Added the notion of a working directory to the modal dialog interface to reference external resources. Also added an alert API that leverages modal_dialog_interface. Other misc. bug fixes and changes.
Index: file.hpp
===================================================================
RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/begin/headers/file.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** file.hpp 23 Feb 2006 23:28:57 -0000 1.1
--- file.hpp 27 Feb 2006 20:41:59 -0000 1.2
***************
*** 91,94 ****
--- 91,96 ----
void set_line_endings_impl(line_ending_t le, bool force = false);
+ bool ask_for_path();
+
bfs::path path_m; ///< Path to the current file
std::string contents_m; ///< Contents of the file (not necessarily same as that in file)
|