![]() |
0.3.0
|
Text Help Marker (?) with Tooltip. More...
Go to the source code of this file.
Functions | |
bool | NAV::gui::widgets::BeginHelpMarker (const char *symbol="(?)", float textWrapLength=35.0F) |
Begins a Text Help Marker, e.g. '(?)', with custom content. | |
void | NAV::gui::widgets::EndHelpMarker (bool wrapText=true) |
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 = "(?)", |
float | textWrapLength = 35.0F ) |
Begins a Text Help Marker, e.g. '(?)', with custom content.
[in] | symbol | Symbol to display |
[in] | textWrapLength | Length to wrap symbols after (set to 0.0F to disable) |
void NAV::gui::widgets::EndHelpMarker | ( | bool | wrapText = true | ) |
Ends a Text Help Marker with custom content.
[in] | wrapText | Wether text was wrapped |
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 |