0.2.0
|
Text Help Marker (?) with Tooltip. More...
Go to the source code of this file.
Functions | |
bool | NAV::gui::widgets::BeginHelpMarker (const char *symbol="(?)") |
Begins a Text Help Marker, e.g. '(?)', with custom content. | |
void | NAV::gui::widgets::EndHelpMarker () |
Ends a Text Help Marker with custom content. | |
void | NAV::gui::widgets::HelpMarker (const char *desc, const char *symbol="(?)") |
Text Help Marker, e.g. '(?)', with Tooltip. | |
Text Help Marker (?) with Tooltip.
Icon Widget.
bool NAV::gui::widgets::BeginHelpMarker | ( | const char * | symbol = "(?)" | ) |
Begins a Text Help Marker, e.g. '(?)', with custom content.
[in] | symbol | Symbol to display |
void NAV::gui::widgets::HelpMarker | ( | const char * | desc, |
const char * | symbol = "(?)" ) |
Text Help Marker, e.g. '(?)', with Tooltip.
[in] | desc | Text to display as tooltip |
[in] | symbol | Symbol to display |