aboutsummaryrefslogtreecommitdiff
path: root/components/functions/Urgency-Hint
blob: af35efed2bdbbf1b99aee7590b1ddff022a666de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AddToFunc StartFunction
+ I ModuleSynchronous FvwmPerl NotifyPerl
+ I SendToModule NotifyPerl load FvwmNotify.pm
 
DestroyFunc BubbleNotify
AddToFunc BubbleNotify
+ I SendToModule NotifyPerl eval FvwmNotify::notify(q{$0},q{$1},q{$2},q{$3},q{$4})
 
DestroyFunc UrgencyFunc
AddtoFunc UrgencyFunc
+ I BubbleNotify $[w.name] $[w.name] 'beep!' 2000 $[w.iconfile]
 
DestroyFunc UrgencyDoneFunc