Query: s3dw_button_new
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
S3DW_BUTTON_NEW(3) s3d Manual S3DW_BUTTON_NEW(3)NAMEs3dw_button_new - create a new button in the surfaceSYNOPSIS#include <s3dw.h> s3dw_button *s3dw_button_new(const s3dw_surface *surface, const char *text, float posx, float posy);DESCRIPTIONCreates a new button on the surface, with "text" written on it and the upper left corner at (posx,posy) on the surface. See s3dw_button for information about callbacks which may be defined.AUTHORSimon Wunderlich Author of s3d s3d S3DW_BUTTON_NEW(3)