[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
- Previous message: [GME-commit]
GMESRC/GME/Search MButton.cpp,NONE,1.1 MButton.h,NONE,1.1
MComboBox.cpp,NONE,1.1 MComboBox.h,NONE,1.1 MEdit.cpp,NONE,1.1
MEdit.h,NONE,1.1 MListCtrl.cpp,NONE,1.1 MListCtrl.h,NONE,1.1
Input.cpp,1.2,1.3 Input.h,1.1,1.2 Search.rc,1.11,1.12
Search.vcproj,1.2,1.3 SearchAlg.cpp,1.10,1.11
SearchDlg.cpp,1.19,1.20 SearchDlg.h,1.10,1.11 StdAfx.h,1.3,1.4
- Next message: [GME-commit]
GMESRC/GME/Gme MainFrm.cpp,1.34,1.35 MainFrm.h,1.26,1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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:
- Previous message: [GME-commit]
GMESRC/GME/Search MButton.cpp,NONE,1.1 MButton.h,NONE,1.1
MComboBox.cpp,NONE,1.1 MComboBox.h,NONE,1.1 MEdit.cpp,NONE,1.1
MEdit.h,NONE,1.1 MListCtrl.cpp,NONE,1.1 MListCtrl.h,NONE,1.1
Input.cpp,1.2,1.3 Input.h,1.1,1.2 Search.rc,1.11,1.12
Search.vcproj,1.2,1.3 SearchAlg.cpp,1.10,1.11
SearchDlg.cpp,1.19,1.20 SearchDlg.h,1.10,1.11 StdAfx.h,1.3,1.4
- Next message: [GME-commit]
GMESRC/GME/Gme MainFrm.cpp,1.34,1.35 MainFrm.h,1.26,1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list