Boost.UI
User Interface Boost library
Functions
Notifications

User notifications. More...

Collaboration diagram for Notifications:

Functions

BOOST_UI_DECL void boost::ui::info_notify (const uistring &message, const uistring &title=ascii("Information"))
 Display information as an non intrusive notification.
 
BOOST_UI_DECL void boost::ui::warning_notify (const uistring &message, const uistring &title=ascii("Warning"))
 Display warning as an non intrusive notification.
 
BOOST_UI_DECL void boost::ui::error_notify (const uistring &message, const uistring &title=ascii("Error"))
 Display error as an non intrusive notification.
 

Detailed Description

User notifications.

See also
Notification area (Wikipedia)