comparison dw.h @ 514:08d770271709

More function name changes for Rexx/DW compatibility.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 12 Mar 2004 23:47:37 +0000
parents 7755599311d4
children 2ff26b697877
comparison
equal deleted inserted replaced
513:7755599311d4 514:08d770271709
1013 int API dw_filesystem_get_column_type(HWND handle, int column); 1013 int API dw_filesystem_get_column_type(HWND handle, int column);
1014 void API dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext); 1014 void API dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext);
1015 void API dw_taskbar_delete(HWND handle, unsigned long icon); 1015 void API dw_taskbar_delete(HWND handle, unsigned long icon);
1016 int API dw_screen_width(void); 1016 int API dw_screen_width(void);
1017 int API dw_screen_height(void); 1017 int API dw_screen_height(void);
1018 unsigned long API dw_color_depth(void); 1018 unsigned long API dw_color_depth_get(void);
1019 HWND API dw_notebook_new(unsigned long id, int top); 1019 HWND API dw_notebook_new(unsigned long id, int top);
1020 unsigned long API dw_notebook_page_new(HWND handle, unsigned long flags, int front); 1020 unsigned long API dw_notebook_page_new(HWND handle, unsigned long flags, int front);
1021 void API dw_notebook_page_destroy(HWND handle, unsigned int pageid); 1021 void API dw_notebook_page_destroy(HWND handle, unsigned int pageid);
1022 void API dw_notebook_page_set_text(HWND handle, unsigned long pageid, char *text); 1022 void API dw_notebook_page_set_text(HWND handle, unsigned long pageid, char *text);
1023 void API dw_notebook_page_set_status_text(HWND handle, unsigned long pageid, char *text); 1023 void API dw_notebook_page_set_status_text(HWND handle, unsigned long pageid, char *text);
1055 void API dw_color_background_set(unsigned long value); 1055 void API dw_color_background_set(unsigned long value);
1056 void API dw_draw_point(HWND handle, HPIXMAP pixmap, int x, int y); 1056 void API dw_draw_point(HWND handle, HPIXMAP pixmap, int x, int y);
1057 void API dw_draw_line(HWND handle, HPIXMAP pixmap, int x1, int y1, int x2, int y2); 1057 void API dw_draw_line(HWND handle, HPIXMAP pixmap, int x1, int y1, int x2, int y2);
1058 void API dw_draw_rect(HWND handle, HPIXMAP pixmap, int fill, int x, int y, int width, int height); 1058 void API dw_draw_rect(HWND handle, HPIXMAP pixmap, int fill, int x, int y, int width, int height);
1059 void API dw_draw_text(HWND handle, HPIXMAP pixmap, int x, int y, char *text); 1059 void API dw_draw_text(HWND handle, HPIXMAP pixmap, int x, int y, char *text);
1060 void API dw_font_text_extents(HWND handle, HPIXMAP pixmap, char *text, int *width, int *height); 1060 void API dw_font_text_extents_get(HWND handle, HPIXMAP pixmap, char *text, int *width, int *height);
1061 void API dw_flush(void); 1061 void API dw_flush(void);
1062 void API dw_pixmap_bitblt(HWND dest, HPIXMAP destp, int xdest, int ydest, int width, int height, HWND src, HPIXMAP srcp, int xsrc, int ysrc); 1062 void API dw_pixmap_bitblt(HWND dest, HPIXMAP destp, int xdest, int ydest, int width, int height, HWND src, HPIXMAP srcp, int xsrc, int ysrc);
1063 HPIXMAP API dw_pixmap_new(HWND handle, unsigned long width, unsigned long height, int depth); 1063 HPIXMAP API dw_pixmap_new(HWND handle, unsigned long width, unsigned long height, int depth);
1064 HPIXMAP API dw_pixmap_new_from_file(HWND handle, char *filename); 1064 HPIXMAP API dw_pixmap_new_from_file(HWND handle, char *filename);
1065 HPIXMAP API dw_pixmap_grab(HWND handle, ULONG id); 1065 HPIXMAP API dw_pixmap_grab(HWND handle, ULONG id);