Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 244004 | Differences between
and this patch

Collapse All | Expand All

(-)js/org/eclipse/swt/widgets/Spinner.js (+12 lines)
Lines 44-49 Link Here
44
      this._textfield.setFont( value );
44
      this._textfield.setFont( value );
45
    },
45
    },
46
    
46
    
47
    setCursor : function( value ) {
48
      this._upbutton.setCursor( value );
49
      this._downbutton.setCursor( value );
50
      this._textfield.setCursor( value );
51
    },
52
    
53
    resetCursor : function() {
54
      this._upbutton.resetCursor();
55
      this._downbutton.resetCursor();
56
      this._textfield.resetCursor();
57
    },
58
    
47
    setTabIndex : function( value ) {
59
    setTabIndex : function( value ) {
48
      this._textfield.setTabIndex( value );
60
      this._textfield.setTabIndex( value );
49
    },
61
    },

Return to bug 244004