Searched refs:bShow (Results 1 – 14 of 14) sorted by relevance
/GUIX-v6.4.1/guix_studio/ |
D | RecentProjectDlg.cpp | 54 void RecentProjectDlg::OnShowWindow(BOOL bShow, UINT nStatus) in OnShowWindow() argument 56 if (bShow) in OnShowWindow() 64 CWnd::OnShowWindow(bShow, nStatus); in OnShowWindow()
|
D | MacroPlaybackDlg.cpp | 31 void MacroPlaybackDlg::OnShowWindow(BOOL bShow, UINT nStatus) in OnShowWindow() argument 38 CDialog::OnShowWindow(bShow, nStatus); in OnShowWindow()
|
D | MacroRecordDlg.cpp | 24 void MacroRecordDlg::OnShowWindow(BOOL bShow, UINT nStatus) in OnShowWindow() argument 31 CDialog::OnShowWindow(bShow, nStatus); in OnShowWindow()
|
D | NewProjectDlg.cpp | 44 void NewProjectDlg::OnShowWindow(BOOL bShow, UINT nStatus) in OnShowWindow() argument 51 express_dialog::OnShowWindow(bShow, nStatus); in OnShowWindow()
|
D | wait_dialog.cpp | 116 void wait_dialog::OnShowWindow(BOOL bShow, UINT nStatus) in OnShowWindow() argument 118 CDialog::OnShowWindow(bShow, nStatus); in OnShowWindow()
|
D | MacroPlaybackDlg.h | 27 afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
|
D | MacroRecordDlg.h | 29 afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
|
D | RecentProjectDlg.h | 23 afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
|
D | wait_dialog.h | 21 afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
|
D | NewProjectDlg.h | 35 afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
|
D | PaletteLayoutDlg.h | 82 afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
|
D | MainFrm.h | 136 afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
|
D | PaletteLayoutDlg.cpp | 122 void PaletteLayoutDlg::OnShowWindow(BOOL bShow, UINT nStatus) in OnShowWindow() argument 124 express_dialog::OnShowWindow(bShow, nStatus); in OnShowWindow()
|
D | MainFrm.cpp | 1159 void CMainFrame::OnShowWindow(BOOL bShow, UINT nStatus) in OnShowWindow() argument 1161 CWnd::OnShowWindow(bShow, nStatus); in OnShowWindow()
|