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);
67 window->
Pen(static_cast<ScrollView::Color>(index + 1));
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];
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_line_color_index(void *win, C_COL index)
DLLSYM void tprintf(const char *format,...)
SVEvent * AwaitEvent(SVEventType type)
void c_clear_window(void *win)
void cprintf(const char *format,...)
void c_move(void *win, double x, double y)
void DrawTo(int x, int y)
void c_draw(void *win, double x, double y)
void c_make_current(void *win)
char window_wait(ScrollView *win)
void SetCursor(int x, int y)