logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

s3dw_textbox_new - create a new textbox in the surface

Author

SimonWunderlich
           Author of s3d

s3d                                                                                          S3DW_TEXTBOX_NEW(3)

Description

       Creates a new textbox on the surface, with "text" written on it and the upper left corner at (posx,posy)
       on the surface. Width and height define the size of the textbox including scrollbars which are rendered
       around the textfield.

       See s3dw_textbox for information about callbacks which may be defined.

Name

       s3dw_textbox_new - create a new textbox in the surface

Synopsis

#include<s3dw.h>s3dw_textbox*s3dw_textbox_new(consts3dw_surface*surface,constchar*text,floatposx,floatposy,floatwidth,floatheight);

See Also