comparison dw.h @ 1015:ce4121a6f657

Updated the readme with the new URL to the Dynamic Windows Web Help Index.... Also removed the #ifdef around the scrollbox prototypes in the header.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 17 May 2011 03:54:06 +0000
parents 3e1c70896c13
children 362e584fb3bd
comparison
equal deleted inserted replaced
1014:4493daea5886 1015:ce4121a6f657
1449 int API dw_window_set_font(HWND handle, char *fontname); 1449 int API dw_window_set_font(HWND handle, char *fontname);
1450 char * API dw_window_get_font(HWND handle); 1450 char * API dw_window_get_font(HWND handle);
1451 int API dw_window_set_color(HWND handle, unsigned long fore, unsigned long back); 1451 int API dw_window_set_color(HWND handle, unsigned long fore, unsigned long back);
1452 HWND API dw_window_new(HWND hwndOwner, char *title, unsigned long flStyle); 1452 HWND API dw_window_new(HWND hwndOwner, char *title, unsigned long flStyle);
1453 HWND API dw_box_new(int type, int pad); 1453 HWND API dw_box_new(int type, int pad);
1454 #ifndef INCOMPLETE
1455 HWND API dw_scrollbox_new(int type, int pad); 1454 HWND API dw_scrollbox_new(int type, int pad);
1456 int API dw_scrollbox_get_pos( HWND handle, int orient ); 1455 int API dw_scrollbox_get_pos( HWND handle, int orient );
1457 int API dw_scrollbox_get_range( HWND handle, int orient ); 1456 int API dw_scrollbox_get_range( HWND handle, int orient );
1458 #endif
1459 HWND API dw_groupbox_new(int type, int pad, char *title); 1457 HWND API dw_groupbox_new(int type, int pad, char *title);
1460 HWND API dw_mdi_new(unsigned long id); 1458 HWND API dw_mdi_new(unsigned long id);
1461 HWND API dw_bitmap_new(unsigned long id); 1459 HWND API dw_bitmap_new(unsigned long id);
1462 HWND API dw_bitmapbutton_new(char *text, unsigned long id); 1460 HWND API dw_bitmapbutton_new(char *text, unsigned long id);
1463 HWND API dw_bitmapbutton_new_from_file(char *text, unsigned long id, char *filename); 1461 HWND API dw_bitmapbutton_new_from_file(char *text, unsigned long id, char *filename);