[Igarden-commit] CommonSource/YAAFExtensions RGPaletteForm.cpp, 1.2.2.1, 1.2.2.2 RGTableView.cpp, 1
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-17 20:43:18
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv18607/YAAFExtensions Modified Files: Tag: Release_branch_v1 RGPaletteForm.cpp RGTableView.cpp Log Message: Improve some comments Index: RGPaletteForm.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGPaletteForm.cpp,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** RGPaletteForm.cpp 23 Jan 2007 03:22:18 -0000 1.2.2.1 --- RGPaletteForm.cpp 17 May 2008 20:42:03 -0000 1.2.2.2 *************** *** 80,83 **** --- 80,86 ---- /// DoKeyEvent // + /// Handle the KXGKeyEvent event from YAAF, indicating that a key has been pressed. + /// Return 0 if the event was handled, -1 otherwise. + // long XGPaletteForm::DoKeyEvent( long arg, void* parg ) { Index: RGTableView.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGTableView.cpp,v retrieving revision 1.28.2.40 retrieving revision 1.28.2.41 diff -C2 -d -r1.28.2.40 -r1.28.2.41 *** RGTableView.cpp 17 May 2008 19:44:32 -0000 1.28.2.40 --- RGTableView.cpp 17 May 2008 20:42:03 -0000 1.28.2.41 *************** *** 2167,2171 **** // --------------------------------------------------------------------------- ! /// DoInlineClose // long RGTableView::DoKeyEvent(long arg, void *parg) --- 2167,2174 ---- // --------------------------------------------------------------------------- ! /// DoKeyEvent ! // ! /// Handle the KXGKeyEvent event from YAAF, indicating that a key has been pressed. ! /// Return 0 if the event was handled, -1 otherwise. // long RGTableView::DoKeyEvent(long arg, void *parg) |