![]() |
![]() |
![]() |
GPE Manual: libgpewidget Reference | ![]() |
---|---|---|---|---|
Top | Description |
void gpe_system_tray_cancel_message (GdkWindow *window
,guint id
); void gpe_system_tray_dock (GdkWindow *window
); guint gpe_system_tray_send_message (GdkWindow *window
,const gchar *text
,unsigned int timeout
);
void gpe_system_tray_cancel_message (GdkWindow *window
,guint id
);
Remove a message currently displayed from panel.
|
Window to remove a message from. |
|
Id of the message to remove. |
void gpe_system_tray_dock (GdkWindow *window
);
Make a window a dock window and dock it to a system tray.
|
Window to dock. |
guint gpe_system_tray_send_message (GdkWindow *window
,const gchar *text
,unsigned int timeout
);
Pop up a message in the panel. These messages are intended to give the user some information if something important is going on and should disappear without user interaction. Note that message timeouts may be not implemented in some environments.
|
Dock window that should pop up the message. |
|
Message to display. |
|
Time in seconds until message disappears. |
Returns : |
An unique message id. |