21 #include "config_auto.h"
33 const char *format, ...
38 va_start(args, format);
39 vsprintf(msg, format, args);
46 #ifndef GRAPHICS_DISABLED
58 return new ScrollView(name, xpos, ypos, xsize, ysize, xmax - xmin, ymax - ymin,
true);
76 window->
SetCursor(
static_cast<int>(x),
static_cast<int>(y));
85 window->
DrawTo(
static_cast<int>(x),
static_cast<int>(y));
111 ret = ev->parameter[0];
DLLSYM void tprintf(const char *format,...)
void c_draw(void *win, double x, double y)
void cprintf(const char *format,...)
ScrollView * c_create_window(const char *name, int16_t xpos, int16_t ypos, int16_t xsize, int16_t ysize, double xmin, double xmax, double ymin, double ymax)
void c_move(void *win, double x, double y)
void c_line_color_index(void *win, C_COL index)
char window_wait(ScrollView *win)
void c_make_current(void *win)
void c_clear_window(void *win)
SVEvent * AwaitEvent(SVEventType type)
void DrawTo(int x, int y)
void SetCursor(int x, int y)