[Igarden-commit] CommonSource/YAAFExtensions RGTableView.h, 1.16.2.15, 1.16.2.16
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-11 12:42:55
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv10190/YAAFExtensions Modified Files: Tag: Release_branch_v1 RGTableView.h Log Message: Clean up the QueryDialog Index: RGTableView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGTableView.h,v retrieving revision 1.16.2.15 retrieving revision 1.16.2.16 diff -C2 -d -r1.16.2.15 -r1.16.2.16 *** RGTableView.h 9 Apr 2008 03:36:53 -0000 1.16.2.15 --- RGTableView.h 11 May 2008 12:42:56 -0000 1.16.2.16 *************** *** 72,75 **** --- 72,77 ---- typedef enum { kSortAscending, kSortDescending } sortOrder_t; + extern const short kBorderWidths; + class ClientRow : public XGObject { |