View Source wxTaskBarIconEvent (wx v2.4.2)
Functions for wxTaskBarIconEvent class
The event class used by wxTaskBarIcon
. For a list of the event macros meant
to be used with wxTaskBarIconEvent
, please look at wxTaskBarIcon
description.
This class is derived (and can use functions) from: wxEvent
wxWidgets docs: wxTaskBarIconEvent
Summary
Types
-type wxTaskBarIcon() :: #wxTaskBarIcon{type :: wxTaskBarIconEvent:wxTaskBarIconEventType()}.
-type wxTaskBarIconEvent() :: wx:wx_object().
-type wxTaskBarIconEventType() ::
taskbar_move | taskbar_left_down | taskbar_left_up | taskbar_right_down | taskbar_right_up |
taskbar_left_dclick | taskbar_right_dclick.