sincerely
Singaporean
If you have not done so, read this full tutorial on how to use SGEXTN to build an application.
class SGWNotify;
part of SGEXTN module SG_Widgets
provides functionality for sending user notifications in the SGWidget ⁽㈳㈴㈳㈮㈱㈨㈠㈫ ㈧㈤㈱㈤⁾ system
list of all including inherited members
preprocessor file inclusion directive: #include ‹SGWNotify.h›
CMake target for BuildLah: SGEXTN::SG_Widgets
see this link for more information about BuildLah
parent class: (none)
children classes: (none)
static void notify(const SGXString& s);
static void pullDownNotify(const SGXString& s);
SGWNotify allows the sending of notifications on the SGEXTN builtin status bar. This can be used to send both informational messages ("changes saved", "opened document" etc) and messages that need immediate attention ("input invalid" etc).
Controls overlay on top of status bar.
Sends a informational message s in the top status bar.
The message stays in the status bar and does not disrupt usage of the application.
Sends a pull down notification with message s which pulls down the status bar to catch attention.
This disrupts user interaction with the application and only should be used when immediate attention is required.
©2025 05524F.sg (Singapore)