[Igarden-commit] CommonSource/yaaf/Libraries/yaaf_gui/headers XGButton.h, 1.1, 1.2 XGDraw.h, 1.1, 1
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 03:47:28
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15598 Modified Files: XGButton.h XGDraw.h Log Message: Win32 changes Index: XGButton.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGButton.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGButton.h 1 Oct 2006 19:14:19 -0000 1.1 --- XGButton.h 22 Feb 2007 03:47:25 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * Button object; this handles the basic button view + Some contributions by: + je...@re... */ *************** *** 33,37 **** */ ! class XGButton : public XGControl { public: XGButton(XGView *, XGArgStream &); --- 35,39 ---- */ ! class YAAF_API XGButton : public XGControl { public: XGButton(XGView *, XGArgStream &); Index: XGDraw.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDraw.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDraw.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGDraw.h 22 Feb 2007 03:47:25 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Drawing support class. This is a thread safe mechanism for * grabbing the drawing context of a view and drawing into it. + Some contributions by: + je...@re... */ *************** *** 131,135 **** */ ! class XGDraw { public: XGDraw(XGView *v, bool lc = true); --- 133,137 ---- */ ! class YAAF_API XGDraw { public: XGDraw(XGView *v, bool lc = true); |