FX::FXTrayIcon Class Reference

Display an icon in the system tray. More...

#include <FXTrayIcon.h>

List of all members.

Public Member Functions

 FXTrayIcon (FXApp *app, const FXString &text, FXIcon *icon, FXPopup *pup=NULL, FXObject *target=0, FXSelector sel=0, FXuint opts=TRAY_MENU_ON_LEFT)
 Create a tray icon.
void create ()
 Create the server side resource of the tray icon.
void setMenu (FXPopup *pup)
 Set the popup menu.
FXPopup * getMenu () const
 Get the popup menu.
void setIcon (FXIcon *icon)
 Change the icon in the tray.
FXIcon * getIcon () const
 Get the icon.
void setText (const FXString &text)
 Change the tool tip text.
const FXString & getText () const
 Get the tool tip text.


Detailed Description

Display an icon in the system tray.

Display an icon in the system tray, also called notification area.


Constructor & Destructor Documentation

FX::FXTrayIcon::FXTrayIcon ( FXApp *  app,
const FXString &  text,
FXIcon *  icon,
FXPopup *  pup = NULL,
FXObject *  target = 0,
FXSelector  sel = 0,
FXuint  opts = TRAY_MENU_ON_LEFT 
)

Create a tray icon.

Parameters:
app the current FXApp instance
text the tool tip text
icon the icon to display in the tray
pup the popup menu to display
target send messages to
sel id
opts options. See FXTrayIcon options .


The documentation for this class was generated from the following files:
Generated on Sat Oct 18 14:30:53 2008 for FoxTray by  doxygen 1.5.1