Classes
Class | Description |
---|---|
![]() | The AcTrayItem class represents an individual tray item in the tray icon area of the status bar. A tray item is represented by an icon.To add a new tray item to the tray icon area, create an object derived from AcTrayItem and use the AcApStatusBar::Add() or AcApStatusBar::Insert() function to add it to the status bar.To modify a tray item in the tray icon area, modify the tray item object attributes and call AcApStatusBar::Update().To remove a tray item from the tray icon area, use the AcApStatusBar::Remove() function.To add a bubble notification window for a tray item,... more |
![]() | For internal use only. |
![]() | The AcTrayItemBubbleWindowControl class supports the bubble notification window that is displayed for a tray item in the tray icon area of the status bar. An object of this class is passed to AcTrayItem::ShowBubbleWindow() to display a bubble notification window. |
Types
Type | Description |
---|---|
AcTrayItemBubbleWindowCallbackData | Represents the bubble window's callback data. |
AcTrayItemBubbleWindowCallbackFunc | Represents the function address of the bubble window's callback. |
AcTrayItemClickCallbackData | Represents the click event's callback data. |
AcTrayItemClickCallbackFunc | Represents the function address of the click event's callback. |