[Igarden-commit] CommonSource/yaaf/Libraries/yaaf_gui/headers XGGroupBox.h, 1.1, 1.2 XGForm.h, 1.1,
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 03:26:21
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv6895 Modified Files: XGGroupBox.h XGForm.h XGGridPlacement.h XGHeaderIcon.h XGHeader.h XGGrowIcon.h Log Message: Win32 changes Index: XGForm.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGForm.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGForm.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGForm.h 22 Feb 2007 03:26:20 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 92,96 **** */ ! class XGForm : public XGDispatch { public: XGForm(); --- 94,98 ---- */ ! class YAAF_API XGForm : public XGDispatch { public: XGForm(); Index: XGGroupBox.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGGroupBox.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGGroupBox.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGGroupBox.h 22 Feb 2007 03:26:20 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 67,71 **** */ ! class XGGroupBox : public XGView { public: XGGroupBox(XGView *parent, XGArgStream &init); --- 69,73 ---- */ ! class YAAF_API XGGroupBox : public XGView { public: XGGroupBox(XGView *parent, XGArgStream &init); *************** *** 74,78 **** enum { ! kClassID = 'grou' }; --- 76,80 ---- enum { ! kClassID = CHAR4('g','r','o','u') //'grou' }; Index: XGHeader.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGHeader.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGHeader.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGHeader.h 22 Feb 2007 03:26:20 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 96,100 **** ! class XGHeader : public XGView { public: XGHeader(XGView *parent, XGArgStream &init); --- 98,102 ---- ! class YAAF_API XGHeader : public XGView { public: XGHeader(XGView *parent, XGArgStream &init); *************** *** 103,107 **** enum { ! kClassID = 'head' }; --- 105,109 ---- enum { ! kClassID = CHAR4('h','e','a','d') //'head' }; Index: XGHeaderIcon.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGHeaderIcon.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGHeaderIcon.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGHeaderIcon.h 22 Feb 2007 03:26:20 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 51,55 **** /************************************************************************/ ! #define KHeaderIconChanged 'ihdc' /************************************************************************/ --- 53,57 ---- /************************************************************************/ ! #define KHeaderIconChanged CHAR4('i','h','d','c') /************************************************************************/ *************** *** 74,78 **** ! class XGHeaderIcon : public XGControl { public: XGHeaderIcon(XGView *parent, XGArgStream &init); --- 76,80 ---- ! class YAAF_API XGHeaderIcon : public XGControl { public: XGHeaderIcon(XGView *parent, XGArgStream &init); *************** *** 81,85 **** enum { ! kClassID = 'ihdr' }; --- 83,87 ---- enum { ! kClassID = CHAR4('i','h','d','r') //'ihdr' }; Index: XGGrowIcon.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGGrowIcon.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGGrowIcon.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGGrowIcon.h 22 Feb 2007 03:26:20 -0000 1.2 *************** *** 33,36 **** --- 33,38 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 62,66 **** ! class XGGrowIcon : public XGView { public: XGGrowIcon(XGView *parent, XGArgStream &init); --- 64,68 ---- ! class YAAF_API XGGrowIcon : public XGView { public: XGGrowIcon(XGView *parent, XGArgStream &init); *************** *** 69,73 **** enum { ! kClassID = 'grow' }; --- 71,75 ---- enum { ! kClassID = CHAR4('g','r','o','w') //'grow' }; Index: XGGridPlacement.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGGridPlacement.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGGridPlacement.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGGridPlacement.h 22 Feb 2007 03:26:20 -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 XGGridPlacement : public XGPlacementView { public: XGGridPlacement(XGView *p, XGArgStream &s); --- 29,33 ---- */ ! class YAAF_API XGGridPlacement : public XGPlacementView { public: XGGridPlacement(XGView *p, XGArgStream &s); *************** *** 33,37 **** enum { ! kClassID = 'grdp' }; --- 35,39 ---- enum { ! kClassID = CHAR4('g','r','d','p') //'grdp' }; |