41 const char *format, ...
46 va_start(args, format);
47 vsprintf(msg, format, args);
54 #ifndef GRAPHICS_DISABLED 66 return new ScrollView(name, xpos, ypos, xsize, ysize, xmax - xmin, ymax - ymin,
true);
93 window->
DrawTo((
int) x, (
int) y);
129 char *cptr = (
char *) ptr;
135 *(cptr + 1) = *(cptr + 2);
142 char *cptr = (
char *) ptr;
void c_draw(void *win, double x, double y)
void DrawTo(int x, int y)
void cprintf(const char *format,...)
ScrollView * c_create_window(const char *name, inT16 xpos, inT16 ypos, inT16 xsize, inT16 ysize, double xmin, double xmax, double ymin, double ymax)
void c_make_current(void *win)
void SetCursor(int x, int y)
void reverse32(void *ptr)
void reverse16(void *ptr)
void c_line_color_index(void *win, C_COL index)
void c_clear_window(void *win)
SVEvent * AwaitEvent(SVEventType type)
void c_move(void *win, double x, double y)
char window_wait(ScrollView *win)