comparison dw.h @ 241:00d2b1bcf036

Added dw_pixmap_new_from_file().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 19 Feb 2003 06:00:54 +0000
parents 403b07f873e1
children 9ea4ac9a097f
comparison
equal deleted inserted replaced
240:afc0d5f5d74f 241:00d2b1bcf036
762 void API dw_draw_text(HWND handle, HPIXMAP pixmap, int x, int y, char *text); 762 void API dw_draw_text(HWND handle, HPIXMAP pixmap, int x, int y, char *text);
763 void API dw_font_text_extents(HWND handle, HPIXMAP pixmap, char *text, int *width, int *height); 763 void API dw_font_text_extents(HWND handle, HPIXMAP pixmap, char *text, int *width, int *height);
764 void API dw_flush(void); 764 void API dw_flush(void);
765 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); 765 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);
766 HPIXMAP API dw_pixmap_new(HWND handle, unsigned long width, unsigned long height, int depth); 766 HPIXMAP API dw_pixmap_new(HWND handle, unsigned long width, unsigned long height, int depth);
767 HPIXMAP API dw_pixmap_new_from_file(HWND handle, char *filename);
767 HPIXMAP API dw_pixmap_grab(HWND handle, ULONG id); 768 HPIXMAP API dw_pixmap_grab(HWND handle, ULONG id);
768 void API dw_pixmap_destroy(HPIXMAP pixmap); 769 void API dw_pixmap_destroy(HPIXMAP pixmap);
769 void API dw_beep(int freq, int dur); 770 void API dw_beep(int freq, int dur);
770 int API dw_messagebox(char *title, char *format, ...); 771 int API dw_messagebox(char *title, char *format, ...);
771 int API dw_yesno(char *title, char *text); 772 int API dw_yesno(char *title, char *text);