comparison dw.h @ 346:81fae15885d7

Implemented switch-page on OS/2, and changed the signal prototype to unsigned long instead of int. Also dw_notebook_page_query should return unsigned long as well.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 11 Apr 2003 13:35:50 +0000
parents b87afd126cb7
children 2216e65ad2ae
comparison
equal deleted inserted replaced
345:599644ca9064 346:81fae15885d7
873 unsigned long API dw_notebook_page_new(HWND handle, unsigned long flags, int front); 873 unsigned long API dw_notebook_page_new(HWND handle, unsigned long flags, int front);
874 void API dw_notebook_page_destroy(HWND handle, unsigned int pageid); 874 void API dw_notebook_page_destroy(HWND handle, unsigned int pageid);
875 void API dw_notebook_page_set_text(HWND handle, unsigned long pageid, char *text); 875 void API dw_notebook_page_set_text(HWND handle, unsigned long pageid, char *text);
876 void API dw_notebook_page_set_status_text(HWND handle, unsigned long pageid, char *text); 876 void API dw_notebook_page_set_status_text(HWND handle, unsigned long pageid, char *text);
877 void API dw_notebook_page_set(HWND handle, unsigned int pageid); 877 void API dw_notebook_page_set(HWND handle, unsigned int pageid);
878 unsigned int API dw_notebook_page_query(HWND handle); 878 unsigned long API dw_notebook_page_query(HWND handle);
879 void API dw_notebook_pack(HWND handle, unsigned long pageid, HWND page); 879 void API dw_notebook_pack(HWND handle, unsigned long pageid, HWND page);
880 HWND API dw_splitbar_new(int type, HWND topleft, HWND bottomright, unsigned long id); 880 HWND API dw_splitbar_new(int type, HWND topleft, HWND bottomright, unsigned long id);
881 void API dw_splitbar_set(HWND handle, float percent); 881 void API dw_splitbar_set(HWND handle, float percent);
882 float API dw_splitbar_get(HWND handle); 882 float API dw_splitbar_get(HWND handle);
883 HMENUI API dw_menu_new(unsigned long id); 883 HMENUI API dw_menu_new(unsigned long id);