[lazarus] Put Pixel

Shane Miller SMiller1 at stvgb.org
Thu Nov 2 09:28:35 EST 2000


Hmmm... I guess that explains that.

IF you look at the canvas code in the lazarus/lcl/include directory in canvas.inc you'll see there's a SetPixel function that uses CNSendMessage to send a command to the gtkint.pp "module".  IF you go into gtkobject.inc and trace the message sent by the CNSendMessage you can see what, if anything, it is doing.  

I'm not sure how easy it is to implement (I haven't looked at it) but I don't imagine it would be too tough.

Is this something you would like to try and look at Luis?  It could be a good intro to Lazarus programming....  ????

Shane


>>> marc at lazarus.dommelstein.net 11/01/00 04:53PM >>>
At 11:27 01-11-2000 -0600, Shane wrote:
>Try
>
>Canvas.Pixels[500,475] := clRed;
>
>Shane

This is not implemented (yet)

Marc


_________________________________________________________________
     To unsubscribe: mail lazarus-request at miraclec.com with
                "unsubscribe" as the Subject
    archives at http://www.miraclec.com/list_archives/lazarus






More information about the Lazarus mailing list