Community
Participate
Working Groups
var widgetManager = org.eclipse.swt.WidgetManager.getInstance();
widgetManager.add( this._clientArea, id + "_clientArea", false );
this.add( this._clientArea );
qx.ui.core.Widget.disableScrolling( this );
},
destruct : function() {