From: <sv...@ww...> - 2007-07-28 00:34:16
|
Author: nsmoooose Date: 2007-07-27 17:33:09 -0700 (Fri, 27 Jul 2007) New Revision: 2156 Added: trunk/csp/cspsim/wf/Check.cpp trunk/csp/cspsim/wf/Check.h trunk/csp/data/ui/themes/default/images/checked.png trunk/csp/data/ui/themes/default/images/checked.svg trunk/csp/data/ui/themes/default/images/checked_hover.png trunk/csp/data/ui/themes/default/images/checked_hover.svg trunk/csp/data/ui/themes/default/images/unchecked.png trunk/csp/data/ui/themes/default/images/unchecked.svg Modified: trunk/csp/cspsim/SConscript trunk/csp/cspsim/swig/wf.i trunk/csp/cspsim/wf/CheckBox.cpp trunk/csp/cspsim/wf/CheckBox.h trunk/csp/cspsim/wf/ControlGeometryBuilder.cpp trunk/csp/cspsim/wf/ControlGeometryBuilder.h trunk/csp/cspsim/wf/Serialization.cpp trunk/csp/cspsim/wf/WindowManager.cpp trunk/csp/data/ui/themes/default/styles.xml trunk/csp/data/ui/window_document.xsd Log: Added a new ui control named Check. This control represents the check part of a checkbox. By making the Check as an own class makes it possible to style it using images or other means. The CheckBox control has been changed into an SingleControlContainer which makes it possible to use any other control instead of the new Check control. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=2156 Diff omitted (81310 bytes). |