comparison dwt/widgets/Widget.d @ 49:9dd4a17513f9

Updated Scrollabe to 3.514
author Jacob Carlborg <doob@me.com>
date Sun, 07 Dec 2008 20:41:40 +0100
parents cfa563df4fdd
children e6f04eb518ae
comparison
equal deleted inserted replaced
48:34237ae5156a 49:9dd4a17513f9
515 if (isDisposed ()) return; 515 if (isDisposed ()) return;
516 if (!isValidThread ()) error (DWT.ERROR_THREAD_INVALID_ACCESS); 516 if (!isValidThread ()) error (DWT.ERROR_THREAD_INVALID_ACCESS);
517 release (true); 517 release (true);
518 } 518 }
519 519
520 void doCommandBySelector (objc.id id, objc.SEL sel, objc.id aSelector) { 520 void doCommandBySelector (objc.id id, objc.SEL sel, objc.SEL aSelector) {
521 callSuper (id, sel, aSelector); 521 callSuper (id, sel, cast(objc.id) aSelector);
522 } 522 }
523 523
524 void drawBackground (int control, int context) { 524 void drawBackground (int control, int context) {
525 /* Do nothing */ 525 /* Do nothing */
526 } 526 }