comparison dw.h @ 672:388f2a48aaae

Missed one function to typedef. Fixed errors in the test program and switched to using the new HICN type after making sure the code built on the other platforms unmodified.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 27 Feb 2011 19:25:21 +0000
parents c60a4f6cfae8
children 48f8efba898f
comparison
equal deleted inserted replaced
671:c60a4f6cfae8 672:388f2a48aaae
1124 void API dw_window_set_pos(HWND handle, long x, long y); 1124 void API dw_window_set_pos(HWND handle, long x, long y);
1125 void API dw_window_set_size(HWND handle, unsigned long width, unsigned long height); 1125 void API dw_window_set_size(HWND handle, unsigned long width, unsigned long height);
1126 void API dw_window_set_pos_size(HWND handle, long x, long y, unsigned long width, unsigned long height); 1126 void API dw_window_set_pos_size(HWND handle, long x, long y, unsigned long width, unsigned long height);
1127 void API dw_window_get_pos_size(HWND handle, long *x, long *y, unsigned long *width, unsigned long *height); 1127 void API dw_window_get_pos_size(HWND handle, long *x, long *y, unsigned long *width, unsigned long *height);
1128 void API dw_window_set_style(HWND handle, unsigned long style, unsigned long mask); 1128 void API dw_window_set_style(HWND handle, unsigned long style, unsigned long mask);
1129 void API dw_window_set_icon(HWND handle, unsigned long id); 1129 void API dw_window_set_icon(HWND handle, HICN icon);
1130 void API dw_window_set_bitmap(HWND handle, unsigned long id, char *filename); 1130 void API dw_window_set_bitmap(HWND handle, unsigned long id, char *filename);
1131 void API dw_window_set_bitmap_from_data(HWND handle, unsigned long id, char *data, int len); 1131 void API dw_window_set_bitmap_from_data(HWND handle, unsigned long id, char *data, int len);
1132 char * API dw_window_get_text(HWND handle); 1132 char * API dw_window_get_text(HWND handle);
1133 void API dw_window_set_text(HWND handle, char *text); 1133 void API dw_window_set_text(HWND handle, char *text);
1134 int API dw_window_set_border(HWND handle, int border); 1134 int API dw_window_set_border(HWND handle, int border);