From: <kr_...@us...> - 2003-08-17 18:15:11
|
Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1:/tmp/cvs-serv6679/port/src/include Modified Files: ToolBar.h Log Message: Add support for ToolDropDownButton Index: ToolBar.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/ToolBar.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ToolBar.h 16 Aug 2003 09:59:41 -0000 1.5 --- ToolBar.h 17 Aug 2003 18:15:09 -0000 1.6 *************** *** 12,15 **** --- 12,16 ---- ToolHandle osInsertToolCheckButton(WindowHandle toolbar, int pos); ToolHandle osInsertToolRadioButton(WindowHandle toolBar, int pos); + ToolHandle osInsertToolDropDownButton(WindowHandle toolBar, MenuHandle hmenu, int pos); ToolHandle osInsertToolLine(WindowHandle toolbar, int pos); void osSetToolRadioGroup(ToolHandle *handles); |