arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
NotificationAreaIcon.this
arsd
simpledisplay
NotificationAreaIcon
X-specific extension (for now at least)
this
(string name, MemoryImage icon, void delegate(MouseButton button) onClick)
this
(string name, Image icon, void delegate(MouseButton button) onClick)
this
(string name, MemoryImage icon, void delegate(int x, int y, MouseButton button, ModifierState mods) onClickEx)
this
(string name, Image icon, void delegate(int x, int y, MouseButton button, ModifierState mods) onClickEx)
class
NotificationAreaIcon
version(X11)
this
(
string
name
,
Image
icon
,
void
delegate
(
int
x
,
int
y
,
MouseButton
button
,
ModifierState
mods
)
onClickEx
)
Meta
Source
See Implementation
arsd
simpledisplay
NotificationAreaIcon
constructors
this
functions
close
getWindowRect
hide
show
showBalloon
properties
icon
onClick
variables
onClickEx
onEnter
onLeave
X-specific extension (for now at least)