s3dw_moveit
apply widgets moving function
- Provided by: s3d-doc (Version: 0.2.2.1-6build3)
- Source: s3d
- Report a bug
apply widgets moving function
#include <s3dw.h>
void s3dw_moveit(s3dw_widget *widget);
Moves/translates the widget as you specified in it's private s3dw_widget structure. Should be casted with S3DWIDGET().
Simon Wunderlich