I was wondering if it's possible to use native Icons in dialog boxes
so they don't look like 9x ones, on win32 this should be as simple as
calling a single function.
Icon.Handle := LoadIcon(0, IDI_EXCLAMATION);
It seems Lazarus doesn't use "real"(HICON handle) Icons  so it may
need a conversion to bitmap, this is probably also why forms don't
support Icons.
I GTK i don't know how it's done but they probably keep some config
file with the filenames.
I wanted to try this but i cannot seem to find the part that handles
DialogBoxes.

Razvan

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

Reply via email to