From: <kr_...@us...> - 2003-08-16 10:32:46
|
Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1:/tmp/cvs-serv3981/port/src/include Modified Files: ToolBar.h Log Message: Added support for ToolRadioButton Index: ToolBar.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/ToolBar.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ToolBar.h 10 Aug 2003 18:36:04 -0000 1.4 --- ToolBar.h 16 Aug 2003 09:59:41 -0000 1.5 *************** *** 11,15 **** --- 11,17 ---- ToolHandle osInsertToolButton(WindowHandle toolbar, int pos); ToolHandle osInsertToolCheckButton(WindowHandle toolbar, int pos); + ToolHandle osInsertToolRadioButton(WindowHandle toolBar, int pos); ToolHandle osInsertToolLine(WindowHandle toolbar, int pos); + void osSetToolRadioGroup(ToolHandle *handles); void osSetToolButtonBitmap(ToolHandle toolButton, BitmapHandle bitmap); void osSetToolButtonEnabled(ToolHandle toolButton, BOOL bEnabled); |