WidgetRegistration::GetImageTextureName
Defined in:
Returns the image texture name for a widget.
C4Widgets.h
Prototype
const char *GetImageTextureName(void) const;
Description
The GetImageTextureName
function returns the image texture name for a particular widget registration. The image texture name is established when the widget registration is constructed.
See Also