[Qooxdoo-commit] qooxdoo/source/script/core QxConst.js,1.1.2.29,1.1.2.30
Brought to you by:
ecker,
martinwittemann
|
From: Sebastian W. <wp...@us...> - 2006-02-02 16:51:21
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23080/source/script/core Modified Files: Tag: renderer QxConst.js Log Message: Reimplemented state handling, fixed some issues with blank images Index: QxConst.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxConst.js,v retrieving revision 1.1.2.29 retrieving revision 1.1.2.30 diff -u -d -r1.1.2.29 -r1.1.2.30 --- QxConst.js 31 Jan 2006 15:38:31 -0000 1.1.2.29 +++ QxConst.js 2 Feb 2006 16:51:03 -0000 1.1.2.30 @@ -316,34 +316,15 @@ KEY_CONTROL : "control", STATE_OVER : "over", - STATE_OUT : "out", - STATE_FOCUSED : "focused", - STATE_BLURRED : "blurred", - - STATE_ENABLED : "enabled", STATE_DISABLED : "disabled", - STATE_ACTIVE : "active", - STATE_INACTIVE : "inactive", - STATE_CHECKED : "checked", - STATE_UNCHECKED : "unchecked", - - STATE_NOTPRESSED : "notpressed", STATE_PRESSED : "pressed", STATE_LEFT : "left", - STATE_SELECTED : "selected", - STATE_NOTSELECTED : "notselected", - STATE_ANCHOR : "anchor", - STATE_NOTANCHOR : "notanchor", - STATE_LEAD : "lead", - STATE_NOTLEAD : "notlead", - - STATE_RESTORED : "restored", STATE_MAXIMIZED : "maximized", OVERFLOW_VALUE_AUTO : "auto", |