HTMLWWIDATPOS
Brew Release
Brew MP 1.0.2
See Also
- IWidget
Description
This data type specifies the structure used to find and retrieve the widget
at a given position in HTML Widget.
Members
nPos: The position of the widget.
piw: The widget pointer at the set position.
Definition
typedef struct { int nPos; IWidget *piw; } HTMLWWidAtPos;
Comments
None
COMMENTS (0)
See Below