From: Foster B. <fos...@us...> - 2006-02-27 20:42:09
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/future/widgets/headers/fltk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8667/adobe/future/widgets/headers/fltk Modified Files: ui_core_implementation.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: ui_core_implementation.hpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/future/widgets/headers/fltk/ui_core_implementation.hpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ui_core_implementation.hpp 3 Feb 2006 18:33:36 -0000 1.7 --- ui_core_implementation.hpp 27 Feb 2006 20:41:58 -0000 1.8 *************** *** 325,329 **** void initialize(const fltk::Rectangle& bounds, ! const std::string& name); long best_height_given_width(long width); void set_name(const std::string& name); --- 325,330 ---- void initialize(const fltk::Rectangle& bounds, ! const std::string& name, ! std::size_t characters); long best_height_given_width(long width); void set_name(const std::string& name); |