diff 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
line wrap: on
line diff
--- a/dw.h	Sat Oct 19 00:13:23 2002 +0000
+++ b/dw.h	Sat Oct 19 02:06:33 2002 +0000
@@ -728,8 +728,9 @@
 void dw_notebook_page_set(HWND handle, unsigned int pageid);
 unsigned int dw_notebook_page_query(HWND handle);
 void dw_notebook_pack(HWND handle, unsigned long pageid, HWND page);
-void dw_box_pack_splitbar_start(HWND box);
-void dw_box_pack_splitbar_end(HWND box);
+HWND dw_splitbar_new(int type, HWND topleft, HWND bottomright);
+void dw_splitbar_set(HWND handle, int percent);
+int dw_splitbar_get(HWND handle);
 HMENUI dw_menu_new(unsigned long id);
 HMENUI dw_menubar_new(HWND location);
 HWND dw_menu_append_item(HMENUI menu, char *title, unsigned long id, unsigned long flags, int end, int check, HMENUI submenu);