comparison dw.h @ 117:d785ee5adf02

Initial rewrite of the splitbar code on OS/2. Actually moving of the splitbar disabled, but will be reenabled as soon as APIs are defined on all platforms.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 19 Oct 2002 02:06:33 +0000
parents 553f3b4f8b5b
children 1cad81b7cc4c
comparison
equal deleted inserted replaced
116:bb039d7407f0 117:d785ee5adf02
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 void dw_box_pack_splitbar_start(HWND box); 731 HWND dw_splitbar_new(int type, HWND topleft, HWND bottomright);
732 void dw_box_pack_splitbar_end(HWND box); 732 void dw_splitbar_set(HWND handle, int percent);
733 int dw_splitbar_get(HWND handle);
733 HMENUI dw_menu_new(unsigned long id); 734 HMENUI dw_menu_new(unsigned long id);
734 HMENUI dw_menubar_new(HWND location); 735 HMENUI dw_menubar_new(HWND location);
735 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);
736 void dw_menu_item_set_check(HMENUI menu, unsigned long id, int check); 737 void dw_menu_item_set_check(HMENUI menu, unsigned long id, int check);
737 void dw_menu_popup(HMENUI *menu, HWND parent, int x, int y); 738 void dw_menu_popup(HMENUI *menu, HWND parent, int x, int y);