|
From: Ralph T. <ra...@us...> - 2006-02-02 09:10:43
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/future/widgets/headers/win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11381/adobe-source/adobe/future/widgets/headers/win32 Modified Files: ui_core_implementation.hpp Log Message: This commit partially addresses the Win32 nested group issue. There is more information on the fix in the comments of ui_core_implementation.cpp. Inner groups labels are struck through by the group line; there may be another message that we can catch to fix this... dialogs now look better, but still not perfect :(. Index: ui_core_implementation.hpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/future/widgets/headers/win32/ui_core_implementation.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ui_core_implementation.hpp 24 Jan 2006 19:38:47 -0000 1.1 --- ui_core_implementation.hpp 2 Feb 2006 09:10:30 -0000 1.2 *************** *** 165,168 **** --- 165,170 ---- const std::string& name); virtual extents_t best_bounds(); + virtual void set_theme(theme_t theme); + virtual LRESULT event(UINT message, WPARAM wParam, LPARAM lParam); ADOBE_SERIALIZABLE_EQUALITY_COMPARABLE_BOILERPLATE_FRIEND_DECLARATION(adobe::group_t::implementation_t); |