Community
Participate
Working Groups
statics : {
_onResize : function( evt ) {
org.eclipse.swt.Application._appendWindowSize();
var req = org.eclipse.swt.Request.getInstance();
// FIX 315230: Only send request immediately if request counter is initialized
req.send();
var counter = org.eclipse.swt.Request.getInstance()._requestCounter;
if (counter !== null && counter !== undefined) {
}
},
_onKeyPress : function( evt ) {