s3dw_textbox - textbox of s3d widget
#include <s3dw.h>
struct _s3dw_textbox {
s3dw_widget widget;
s3dw_scrollbar *scroll_vertical;
s3dw_scrollbar *scroll_horizontal;
char *text;
int n_lineoids;
int *p_lineoids;
int window_x;
int window_y;
s3dw_callback onclick;
}
A textbox shows some text with scrollbars to scroll around. It can
currently only react to a click event.
Simon Wunderlich
Author of s3d