>
> > I was reading your GUI stuff and looking some screenshots,=20
> > but I couldn't know if I run my app(with your lib) in=20
> > Windows, it will take the native look & feel of the SO... I=20
> > mean, if I run it on a Windows Vista, will it look like=20
> > Windows Vista or someother windows or like X-Window from Unix?
>
> The window frame and decorations are provided by the window manager, and
> will therefore have the look and feel of the host system (in essence,
> they are drawn by the host system, not by fltk.)
>
> Widgets within your windows are drawn by fltk, and will have the fltk
> look regardless of platform (although fltk will attempt to read and
> utilise any colour preferences your system has set.)
>
> Fltk-1.1 provides easy access to 3 different appearances;
>
> - something like the classic Windows look
> - something like the OSX Aqua look
> - something like the RH BlueCurve look
>
> Fltk-1.1 does not provide easy "theme" support, but you can easily
> implement your own themed widgets if you so desire.
>
> Fltk-2 should eventually provide more complete theme support, but the
> theme support may not be working at present I think (?)
> Note that fltk-2 is less developed than fltk-1.1, so if you are just
> starting out, fltk-1.1 might be a safer bet until you are fully up to
> speed.
>
>
>
>
>
> SELEX Sensors and Airborne Systems Limited
> Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex=
>  SS14 3EL
> A company registered in England & Wales.  Company no. 02426132
> ********************************************************************
> This email and any attachments are confidential to the intended
> recipient and may also be privileged. If you are not the intended
> recipient please delete it from your system and notify the sender.
> You should not copy it or use it for any purpose nor disclose or
> distribute its contents to any other person.
> ********************************************************************
>

Thanks a lot for your answer, really clarifying!

When you say widgets, you say buttons, labels, grids etc, right?

[]s,
Joe
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to