WPFfor d
Jacob Carlborg
doob at me.com
Wed Feb 20 13:02:26 PST 2013
On 2013-02-20 17:56, Adam Wilson wrote:
> Most allow you to tweak certain aspects, not remove the entire rendering
> output and start over. I've never found any OS widget kit that allows
> completely and total control of the widget at the pixel level.
Sure you can. For example, the drawRect: method in NSView in Cocoa on
Mac OS X:
https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSView_Class/Reference/NSView.html#//apple_ref/occ/cl/NSView
In SWT, just add a listener for the paint event:
http://www.java2s.com/Tutorial/Java/0280__SWT/2420__SWT-Image.htm
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list