comparison dw.h @ 119:1cad81b7cc4c

Implemented initial splitbar code on Unix. And made some fixes for setting the ID on all platforms, but specifically windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 19 Oct 2002 06:36:41 +0000
parents d785ee5adf02
children 7d2108cbcd3e
comparison
equal deleted inserted replaced
118:c170181668b7 119:1cad81b7cc4c
726 void dw_notebook_page_set_text(HWND handle, unsigned long pageid, char *text); 726 void dw_notebook_page_set_text(HWND handle, unsigned long pageid, char *text);
727 void dw_notebook_page_set_status_text(HWND handle, unsigned long pageid, char *text); 727 void dw_notebook_page_set_status_text(HWND handle, unsigned long pageid, char *text);
728 void dw_notebook_page_set(HWND handle, unsigned int pageid); 728 void dw_notebook_page_set(HWND handle, unsigned int pageid);
729 unsigned int dw_notebook_page_query(HWND handle); 729 unsigned int dw_notebook_page_query(HWND handle);
730 void dw_notebook_pack(HWND handle, unsigned long pageid, HWND page); 730 void dw_notebook_pack(HWND handle, unsigned long pageid, HWND page);
731 HWND dw_splitbar_new(int type, HWND topleft, HWND bottomright); 731 HWND dw_splitbar_new(int type, HWND topleft, HWND bottomright, unsigned long id);
732 void dw_splitbar_set(HWND handle, int percent); 732 void dw_splitbar_set(HWND handle, int percent);
733 int dw_splitbar_get(HWND handle); 733 int dw_splitbar_get(HWND handle);
734 HMENUI dw_menu_new(unsigned long id); 734 HMENUI dw_menu_new(unsigned long id);
735 HMENUI dw_menubar_new(HWND location); 735 HMENUI dw_menubar_new(HWND location);
736 HWND dw_menu_append_item(HMENUI menu, char *title, unsigned long id, unsigned long flags, int end, int check, HMENUI submenu); 736 HWND dw_menu_append_item(HMENUI menu, char *title, unsigned long id, unsigned long flags, int end, int check, HMENUI submenu);