Hi,
I want to show an icon on the taskbar, and if a user clicks a right
mouse button, display a menu.
How can I do this using wxHaskell?
I see that there is a TaskBarIcon type in the module
Graphics.UI.WXCore.WxcClassTypes like this:
type TaskBarIcon a = EvtHandler (CTaskBarIcon a)
Pointer to an object of type TaskBarIcon, derived from EvtHandler.
type TTaskBarIcon a = TEvtHandler (CTaskBarIcon a)
Inheritance type of the TaskBarIcon class.
data CTaskBarIcon a
Abstract type of the TaskBarIcon class.
But I can't figure out how to use this.
Can someone shed me a light?
Thanks,
--
Jinwoo Lee
Always remember that you are unique. Just like everyone else.
jin...@gm...
|