comparison dw.h @ 487:d6e07d292145

Implemented taskbar icons on windows, so I can keep feature for feature with InJoy Firewall.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 08 Nov 2003 15:30:19 +0000
parents ea099ba917c6
children 9354c460d76b
comparison
equal deleted inserted replaced
486:3bc712d2c362 487:d6e07d292145
990 void API dw_container_delete_row(HWND handle, char *text); 990 void API dw_container_delete_row(HWND handle, char *text);
991 void API dw_container_optimize(HWND handle); 991 void API dw_container_optimize(HWND handle);
992 int API dw_filesystem_setup(HWND handle, unsigned long *flags, char **titles, int count); 992 int API dw_filesystem_setup(HWND handle, unsigned long *flags, char **titles, int count);
993 void API dw_filesystem_set_item(HWND handle, void *pointer, int column, int row, void *data); 993 void API dw_filesystem_set_item(HWND handle, void *pointer, int column, int row, void *data);
994 void API dw_filesystem_set_file(HWND handle, void *pointer, int row, char *filename, unsigned long icon); 994 void API dw_filesystem_set_file(HWND handle, void *pointer, int row, char *filename, unsigned long icon);
995 void dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext);
996 void dw_taskbar_delete(HWND handle, unsigned long icon);
995 int API dw_screen_width(void); 997 int API dw_screen_width(void);
996 int API dw_screen_height(void); 998 int API dw_screen_height(void);
997 unsigned long API dw_color_depth(void); 999 unsigned long API dw_color_depth(void);
998 HWND API dw_notebook_new(unsigned long id, int top); 1000 HWND API dw_notebook_new(unsigned long id, int top);
999 unsigned long API dw_notebook_page_new(HWND handle, unsigned long flags, int front); 1001 unsigned long API dw_notebook_page_new(HWND handle, unsigned long flags, int front);