[GME-commit] GMESRC/GME/Gme GMESearch.cpp,1.8,1.9

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Mon Dec 4 18:28:30 CST 2006


Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv4245

Modified Files:
	GMESearch.cpp 
Log Message:
TAB also passed to the activex window.
OnWantToBeClosedSearchctrl() was implemented, so from now on, ESC will fire a 'WantToBeClosed' event. 




CVS User: Zoltan Molnar, ISIS (zolmol)

Index: GMESearch.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/GMESearch.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** GMESearch.cpp	2 May 2006 22:04:50 -0000	1.8
--- GMESearch.cpp	4 Dec 2006 18:28:28 -0000	1.9
***************
*** 77,82 ****
  void CGMESearch::OnWantToBeClosedSearchctrl() 
  {
! 	// TODO: Add your control notification handler code here
! 	
  }
  
--- 77,83 ----
  void CGMESearch::OnWantToBeClosedSearchctrl() 
  {
! 	// was not implemented yet
! 	CMainFrame::theInstance->HideFindDlg();
! 	// by zolmol
  }
  
***************
*** 93,96 ****
--- 94,98 ----
  		{
  			case VK_RETURN:
+ 			case VK_TAB:
  			case VK_ESCAPE:
  			case VK_DELETE:



More information about the GME-commit mailing list