-
-
Notifications
You must be signed in to change notification settings - Fork 52
GetType
Otavio edited this page Jul 21, 2021
·
8 revisions
This functions returns the current type (kind) of a widget.
This function returns an int value.
This function is mostly used to compare widgets. Currently being used by the Container and the Builder Pattern.
NOTE: This function is not meant to be used outside the library.
List of widgets that are using this function:
Container
Widgets that can use this function:
- All of them.
Next you will learn about the GetFont function.
You can also read the library comments/functions for additional info.