[GME-commit] GMESRC/GME/Gme objectinspector.cpp, 1.1,
1.2 objectinspector.h, 1.2, 1.3
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu May 3 13:35:43 CDT 2007
- Previous message: [GME-commit] GMESRC/GME/Gme PartBrowserPane.cpp, 1.10,
1.11 GMEBrowser.cpp, 1.31, 1.32 GMEBrowser.h, 1.12,
1.13 GMEObjectInspector.cpp, 1.15, 1.16 GMEObjectInspector.h,
1.10, 1.11
- Next message: [GME-commit] GMESRC/GME/Gme resource.h, 1.72, 1.73 GME.rc, 1.156,
1.157
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv27709
Modified Files:
objectinspector.cpp objectinspector.h
Log Message:
Same as prev.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: objectinspector.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/objectinspector.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** objectinspector.cpp 17 May 2002 15:35:00 -0000 1.1
--- objectinspector.cpp 3 May 2007 18:35:41 -0000 1.2
***************
*** 56,59 ****
--- 56,66 ----
}
+ void CObjectInspector::CyclePanel(VARIANT_BOOL frwd)
+ {
+ static BYTE parms[] =
+ VTS_BOOL;
+ InvokeHelper(0x5, DISPATCH_METHOD, VT_EMPTY, NULL, parms);
+ }
+
void CObjectInspector::AboutBox()
{
Index: objectinspector.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/objectinspector.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** objectinspector.h 30 May 2002 19:37:00 -0000 1.2
--- objectinspector.h 3 May 2007 18:35:41 -0000 1.3
***************
*** 51,54 ****
--- 51,55 ----
void ShowPanel(long panelID);
void EditName();
+ void CyclePanel(VARIANT_BOOL frwd);
void AboutBox();
};
- Previous message: [GME-commit] GMESRC/GME/Gme PartBrowserPane.cpp, 1.10,
1.11 GMEBrowser.cpp, 1.31, 1.32 GMEBrowser.h, 1.12,
1.13 GMEObjectInspector.cpp, 1.15, 1.16 GMEObjectInspector.h,
1.10, 1.11
- Next message: [GME-commit] GMESRC/GME/Gme resource.h, 1.72, 1.73 GME.rc, 1.156,
1.157
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list