On Tue, 25 Apr 2006 18:26:56 +0200
darekm <[EMAIL PROTECTED]> wrote:

> Hi
>   as in subject
>  work with UTF8 and color
> Darek
> 
> PS. how to discover on runtime which widgetset is running

At compile time:
{IFDEF LCLgtk}


At runtime:
uses InterfaceBase;

If CompareText(WidgetSet.ClassName,'TGTKWidgetSet')=0 then


Mattias


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

Reply via email to