[Igarden-commit] CommonSource/YAAFExtensions RGIconButton.h, 1.2, 1.3
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:46:10
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv7151 Modified Files: RGIconButton.h Log Message: Win32 changes Index: RGIconButton.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGIconButton.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RGIconButton.h 8 Sep 2004 01:08:09 -0000 1.2 --- RGIconButton.h 22 Feb 2007 04:46:08 -0000 1.3 *************** *** 49,53 **** */ ! class XGIconButton : public XGButton { public: XGIconButton(XGView *, XGArgStream &); --- 49,53 ---- */ ! class YAAF_API XGIconButton : public XGButton { public: XGIconButton(XGView *, XGArgStream &); *************** *** 55,59 **** enum { ! kClassID = 'ibtn' }; --- 55,59 ---- enum { ! kClassID = CHAR4('i','b','t','n') //'ibtn' }; |