[wx-dev] RFC: wxNotificationMessage
David Barnard
david at didactylos.net
Tue Dec 4 12:41:05 PST 2007
Vadim Zeitlin <vadim at ...> writes:
> DB> XPSP2 and Vista support using a custom icon within the balloon in
> DB> different ways. Last time I checked, your draft API doesn't
mention
> DB> icons, except for the warning (etc) icon flags. As far as I know,
all
> DB> the major platforms support custom icons.
>
> I don't think XP does. And I don't even know how does Vista do it to
be
> honest...
Only since SP2.
> DB> Default isn't exactly the correct word. The Windows Guidelines say
that
> DB> the item that is invoked when you double click on the icon should
be
> DB> shown bold.
>
> Right, but how do we know which one is it? I suppose we need to add
some
> wxTaskBarIcon::SetMenuIdCorrespondingToDoubleClick() method (with a
better
> name...)?
How about SetDefaultActionId()? We could also provide a default
double-click handler that uses this if present.
David Barnard
More information about the wx-dev
mailing list