diff 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
line wrap: on
line diff
--- a/dw.h	Sat Oct 19 03:41:36 2002 +0000
+++ b/dw.h	Sat Oct 19 06:36:41 2002 +0000
@@ -728,7 +728,7 @@
 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);
-HWND dw_splitbar_new(int type, HWND topleft, HWND bottomright);
+HWND dw_splitbar_new(int type, HWND topleft, HWND bottomright, unsigned long id);
 void dw_splitbar_set(HWND handle, int percent);
 int dw_splitbar_get(HWND handle);
 HMENUI dw_menu_new(unsigned long id);