[Igarden-commit] CommonSource/yaaf/Libraries/yaaf_gui/headers XGTablePlacement.h, 1.1, 1.2
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 03:48:05
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15705 Modified Files: XGTablePlacement.h Log Message: Win32 changes Index: XGTablePlacement.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGTablePlacement.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGTablePlacement.h 2 Oct 2006 02:27:38 -0000 1.1 --- XGTablePlacement.h 22 Feb 2007 03:48:04 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * This arranges it's children views around the borders of the * view. + Some contributions by: + je...@re... */ *************** *** 27,31 **** */ ! class XGTablePlacement : public XGPlacementView { public: XGTablePlacement(XGView *p, XGArgStream &s); --- 29,33 ---- */ ! class YAAF_API XGTablePlacement : public XGPlacementView { public: XGTablePlacement(XGView *p, XGArgStream &s); *************** *** 33,37 **** enum { ! kClassID = 'tabp' }; --- 35,39 ---- enum { ! kClassID = CHAR4('t','a','b','p') //'tabp' }; |