On 7/6/06, Felipe Monteiro de Carvalho
<[EMAIL PROTECTED]> > There is even a tutorial:
http://wiki.lazarus.freepascal.org/index.php/LCL_Internals

Thanks Felipe.  I knew I saw it somewhere, just couldn't find it on
the wiki.  The Lazarus wiki is becoming huge, but still stays a
goldmine of information.

One particular thing you could consider is integrating only the X11
version on Lazarus. After all we already have a win32 widgetset, but
it would be very nice to have a good X11 widgetset.

I mostly work on Linux, but test on both platforms everyday.  A
toolkit for both platforms is a requirement for a new project.  I have
abstracted the toolkit in such a way that most of the code is the same
for both platforms.  Just the graphics package (screen painting bits)
have different implementations.  A component requests a window for
painting using a single interface - it doesn't care on which OS in
runs.

If all goes as planned, the creation of the widget set into Lazarus
should work for both platforms automagically... ;-)  I will have to
work though the wiki docs to confirm this, but having a quick glance
at it, it should work.

Regards,
 - Graeme -

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to