System Tray
signals
added
:(busName: string)
emitted when a new TrayItem is addedremoved
:(busName: string)
emitted when a TrayItem is removed
properties
items
:TrayItem[]
methods
getItem
:(busName: string) => TrayItem
TrayItem
signals
changed
: emitted on any change of the TrayItemremoved
:(busName: string)
emitted when this TrayItem is removed
properties
menu
: Gtk.Menu |undefined
category
:string
possible values:ApplicationStatus
,Communications
,SystemServices
,Hardware
id
:string
title
:string
status
:string
possible values:Passive
,Active
,NeedsAttention
window-id
:number
is-menu
:boolean
if true, showing the menu is preferred over activatetooltip-markup
:string
icon
:string | GdkPixbuf.Pixbuf
methods
activate
:(event: Gdk.Event) => void
secondaryActivate
:(event: Gdk.Event) => void
scroll
:(event: Gdk.EventScroll) => void
openMenu
:(event: Gdk.Event) => void