DwtGetUserData(3Dwt) DwtGetUserData(3Dwt)
Name
DwtGetUserData - Returns the user data associated with the widget.
Syntax
char * DwtGetUserData(widget)
Widget widget;
Arguments
widget Specifies a pointer to the widget data structure.
Description
The DwtGetUserData function returns any private user data associated with the widget. The returned data is not interpreted by the toolkit.
Return Values
Any private user data to be associated with the widget. The data is not interpreted by the toolkit.
See Also
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding
DwtGetUserData(3Dwt)