Nana C++ Library. Reference for users.
What we need to use nana
|
Classes | |
struct | implement |
Public Member Functions | |
notifier (window) | |
~notifier () | |
void | close () |
void | text (const ::std::string &) |
void | icon (const ::std::string &icon_file) |
void | insert_icon (const ::std::string &icon_file) |
void | period (std::chrono::milliseconds time) |
detail::notifier_events & | events () |
window | handle () const |
nana::notifier::notifier | ( | window | wd | ) |
nana::notifier::~notifier | ( | ) |
void nana::notifier::close | ( | ) |
detail::notifier_events & nana::notifier::events | ( | ) |
window nana::notifier::handle | ( | ) | const |
void nana::notifier::icon | ( | const ::std::string & | icon_file | ) |
void nana::notifier::insert_icon | ( | const ::std::string & | icon_file | ) |
void nana::notifier::period | ( | std::chrono::milliseconds | time | ) |
void nana::notifier::text | ( | const ::std::string & | ) |