From: Ralph T. <ra...@us...> - 2006-01-24 08:42:25
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/future/widgets/headers/fltk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12347/adobe-source/adobe/future/widgets/headers/fltk Modified Files: ui_core_implementation.hpp Log Message: Update of FLTK implementation to compile with recent ASL changes. Bugs with faulty baseline and placing widgets more often than required have been fixed, as well as a fix for popup placement (when the popup has a label). 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.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ui_core_implementation.hpp 6 Jan 2006 18:02:58 -0000 1.5 --- ui_core_implementation.hpp 24 Jan 2006 08:42:18 -0000 1.6 *************** *** 187,191 **** void set_value(modifiers_t modifiers, const value_t& value); void set_contributing(modifiers_t modifiers, ! const dictionary_t& value); virtual void callback(); --- 187,191 ---- void set_value(modifiers_t modifiers, const value_t& value); void set_contributing(modifiers_t modifiers, ! const std::pair<dictionary_t, array_t>& value); virtual void callback(); *************** *** 396,399 **** --- 396,401 ---- const std::string& name); virtual extents_t best_bounds(); + void set_bounds(const point_2d_t& position, + const extents_t& geometry); void set_static_disabled(bool is_static_disabled); void add_menu_item(const std::string& name, |