comparison dw.h @ 566:f6de197ecbe9

Add dw_color_choose()
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 17 Jun 2004 11:22:14 +0000
parents 33b792d5c8ab
children 81ca08481d49
comparison
equal deleted inserted replaced
565:355a6d46adb1 566:f6de197ecbe9
1072 DWTID API dw_thread_id(void); 1072 DWTID API dw_thread_id(void);
1073 void API dw_exit(int exitcode); 1073 void API dw_exit(int exitcode);
1074 HWND API dw_render_new(unsigned long id); 1074 HWND API dw_render_new(unsigned long id);
1075 void API dw_color_foreground_set(unsigned long value); 1075 void API dw_color_foreground_set(unsigned long value);
1076 void API dw_color_background_set(unsigned long value); 1076 void API dw_color_background_set(unsigned long value);
1077 unsigned long API dw_color_choose(unsigned long value);
1077 void API dw_draw_point(HWND handle, HPIXMAP pixmap, int x, int y); 1078 void API dw_draw_point(HWND handle, HPIXMAP pixmap, int x, int y);
1078 void API dw_draw_line(HWND handle, HPIXMAP pixmap, int x1, int y1, int x2, int y2); 1079 void API dw_draw_line(HWND handle, HPIXMAP pixmap, int x1, int y1, int x2, int y2);
1079 void API dw_draw_rect(HWND handle, HPIXMAP pixmap, int fill, int x, int y, int width, int height); 1080 void API dw_draw_rect(HWND handle, HPIXMAP pixmap, int fill, int x, int y, int width, int height);
1080 void API dw_draw_text(HWND handle, HPIXMAP pixmap, int x, int y, char *text); 1081 void API dw_draw_text(HWND handle, HPIXMAP pixmap, int x, int y, char *text);
1081 void API dw_font_text_extents_get(HWND handle, HPIXMAP pixmap, char *text, int *width, int *height); 1082 void API dw_font_text_extents_get(HWND handle, HPIXMAP pixmap, char *text, int *width, int *height);