[GME-commit]
GMESRC/GME/Gme MainFrm.cpp,1.34,1.35 MainFrm.h,1.26,1.27
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Mon Dec 4 18:51:30 CST 2006
Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv4503
Modified Files:
MainFrm.cpp MainFrm.h
Log Message:
Hide/Show Find dlg methods.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: MainFrm.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/MainFrm.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** MainFrm.cpp 3 May 2006 16:50:26 -0000 1.34
--- MainFrm.cpp 4 Dec 2006 18:51:28 -0000 1.35
***************
*** 693,696 ****
--- 693,706 ----
}
+ void CMainFrame::ShowFindDlg()
+ {
+ OnEditSearch();
+ }
+
+ void CMainFrame::HideFindDlg()
+ {
+ m_search.ShowWindow( SW_HIDE);
+ }
+
void CMainFrame::OnTimer(UINT nIDEvent)
{
Index: MainFrm.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/MainFrm.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** MainFrm.h 3 May 2006 16:50:26 -0000 1.26
--- MainFrm.h 4 Dec 2006 18:51:28 -0000 1.27
***************
*** 61,64 ****
--- 61,66 ----
BOOL CMainFrame::VerifyBarState(LPCTSTR lpszProfileName);
void ShowObjectInspector();
+ void ShowFindDlg();
+ void HideFindDlg();
void StartAutosaveTimer(int secs);
More information about the GME-commit
mailing list