WPFfor d

Craig Dillabaugh cdillaba at cg.scs.carleton.ca
Wed Feb 20 11:44:26 PST 2013


On Wednesday, 20 February 2013 at 16:56:11 UTC, Adam Wilson wrote:
> On Tue, 19 Feb 2013 23:37:58 -0800, Jacob Carlborg 
> <doob at me.com> wrote:
>
clip
>>
>> Most in most tool kits you can override a drawing function or 
>> specify some properties to change to look of a control.
>>
>
> 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.

In Qt anyways, you can use QPainter:

http://qt-project.org/doc/qt-4.8/qpainter.html

to basically get pixel level control of display for your custom
widgets.

I am not sure what you mean by 'OS widget kit' though - perhaps
you are ruling out something like Qt there.


More information about the Digitalmars-d mailing list