[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


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();
  };



More information about the GME-commit mailing list