From: <kr_...@us...> - 2003-11-25 14:12:26
|
Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1:/tmp/cvs-serv32518/src/include Modified Files: ListBox.h Log Message: Add support for CheckListBox control Index: ListBox.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/ListBox.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ListBox.h 10 Jul 2003 19:39:56 -0000 1.3 --- ListBox.h 25 Nov 2003 14:12:22 -0000 1.4 *************** *** 5,8 **** --- 5,9 ---- WindowHandle osCreateListBox(WindowHandle window, BOOL multisel); + WindowHandle osCreateCheckListBox(WindowHandle window); void osAppendListBoxItem(WindowHandle listbox, char *title); void osInsertListBoxItem(WindowHandle listbox, int index, char *title); |