comparison dw.h @ 1430:cfc7af97c295

Added dw_window_set_preferred_size() prototype to the header.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 04 Dec 2011 20:18:50 +0000
parents ddf9cfb4a074
children 3c5287b8eebb
comparison
equal deleted inserted replaced
1429:fbaec6e5df63 1430:cfc7af97c295
1519 void API dw_scrollbar_set_range(HWND handle, unsigned int range, unsigned int visible); 1519 void API dw_scrollbar_set_range(HWND handle, unsigned int range, unsigned int visible);
1520 void API dw_window_set_pos(HWND handle, long x, long y); 1520 void API dw_window_set_pos(HWND handle, long x, long y);
1521 void API dw_window_set_size(HWND handle, unsigned long width, unsigned long height); 1521 void API dw_window_set_size(HWND handle, unsigned long width, unsigned long height);
1522 void API dw_window_set_pos_size(HWND handle, long x, long y, unsigned long width, unsigned long height); 1522 void API dw_window_set_pos_size(HWND handle, long x, long y, unsigned long width, unsigned long height);
1523 void API dw_window_get_pos_size(HWND handle, long *x, long *y, unsigned long *width, unsigned long *height); 1523 void API dw_window_get_pos_size(HWND handle, long *x, long *y, unsigned long *width, unsigned long *height);
1524 void API dw_window_get_preferred_size(HWND handle, int *width, int *height);
1524 void API dw_window_set_style(HWND handle, unsigned long style, unsigned long mask); 1525 void API dw_window_set_style(HWND handle, unsigned long style, unsigned long mask);
1525 void API dw_window_set_icon(HWND handle, HICN icon); 1526 void API dw_window_set_icon(HWND handle, HICN icon);
1526 void API dw_window_set_bitmap(HWND handle, unsigned long id, char *filename); 1527 void API dw_window_set_bitmap(HWND handle, unsigned long id, char *filename);
1527 void API dw_window_set_bitmap_from_data(HWND handle, unsigned long id, char *data, int len); 1528 void API dw_window_set_bitmap_from_data(HWND handle, unsigned long id, char *data, int len);
1528 char * API dw_window_get_text(HWND handle); 1529 char * API dw_window_get_text(HWND handle);