@@ -147,8 +147,12 @@ To add to a window ``w``::
147147
148148editnumber
149149**********
150+
150151Class Name: ``EditNumber ``
151152
153+ .. note ::
154+ This functionality was added in Photoshop 20.0 (CC 2019), and may not exist in other hosts.
155+
152156An editable text field the user can enter decimal numbers into. Fractions are allowed.
153157Calls the :ref: `control-event-onchange ` callback if the text is changed and the user types
154158``ENTER `` or the control loses focus, or if its :ref: `controlobj-notify ` method is called.
@@ -186,8 +190,6 @@ To add to a window ``w``::
186190
187191======================= ======================================================================================
188192
189- .. note :: The ``EditNumber`` control was added in Photoshop 20.0 (CC 2019).
190-
191193--------------------------------------------------------------------------------
192194
193195.. _control-type-edittext :
@@ -1918,8 +1920,6 @@ types:
19181920 property directly or removes a selected item from the list, or when the user
19191921 changes the selection.
19201922
1921- .. note :: The ``EditNumber`` control was added in Photoshop 20.0 (CC 2019).
1922-
19231923--------------------------------------------------------------------------------
19241924
19251925.. _control-event-onchanging :
@@ -1935,8 +1935,6 @@ Called for each incremental change in one of the following control types:
19351935- For :ref: `EditNumber ` and :ref: `EditText ` controls, called for each keypress while the control has focus.
19361936- For a :ref: `Slider ` or :ref: `Scrollbar `, called for any motion of the position marker.
19371937
1938- .. note :: The ``EditNumber`` control was added in Photoshop 20.0 (CC 2019).
1939-
19401938--------------------------------------------------------------------------------
19411939
19421940.. _control-event-oncollapse :
0 commit comments