-
-
Notifications
You must be signed in to change notification settings - Fork 53
GetTitle
Otavio edited this page Jul 20, 2021
·
5 revisions
This function returns the current title of the widget.
This function returns a std::string
instance. (title)
List of widgets that are using this function:
- All of them.
Let's say I want to display the current Form title on a watermark.
FGUI::RENDER.Text(10, 10, fntWatermark, FGUI::COLOR(200, 200, 200), ExampleForm->GetTitle());
NOTE: This is just an example of what you could do with this function, feel free to use your creativity.
Next you will learn about the GetFlags function.
You can also read the library comments/functions for additional info.