Mattias Gaertner wrote:
On Sat, 29 Oct 2005 13:20:02 -0200
Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote:


Mattias Gaertner wrote:

DefaultGlyphsNone --> Does not include any glyphs (the programmer can include his own or not) DefaultGlyphsPlatform --> Includes the default glyphs or the ones for the platform, if they exist
DefaultGlyphsMacOS    --> Include the MacOS set
DefaultGlyphsWindows  --> Include Windows set

?

> I'm not sure, what you mean by 'include' DefaultGlyphsWindows (...MacOS...).

I meant something like this:

{$IFDEF DefaultGlyphsPlatform}
{$I defaultglyphs.inc}
{$ELSEIF DefaultGlyphsMacOS}
{$I macosglyphs.inc}
......
{$ENDIF}


Do you mean, you want MacOSX icons under non macosx?

IMO, you don't want the glyphs for another platform on your platform, so this would be something for the widgetset.

Marc

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

Reply via email to