From 4bd07328df37f1bc8a16cdd77decf49467b6c4be Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 18 Sep 2003 16:50:52 +0000 Subject: Added a progress bar for long operations. git-svn-id: http://svn.leocad.org/trunk@349 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- win/Mainfrm.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'win/Mainfrm.h') diff --git a/win/Mainfrm.h b/win/Mainfrm.h index e2c268d..ca6db37 100644 --- a/win/Mainfrm.h +++ b/win/Mainfrm.h @@ -56,6 +56,9 @@ public: CPiecesBar m_wndPiecesBar; CSplitterWnd m_wndSplitter; + void SetStatusBarMessage(const char* Message) + { m_strStatusBar = Message; } + protected: CModifyDialog m_wndModifyDlg; @@ -63,6 +66,7 @@ protected: WINDOWPLACEMENT m_wpPrev; CToolBar* m_pwndFullScrnBar; CRect m_FullScreenWindowRect; + CString m_strStatusBar; // Generated message map functions protected: @@ -78,6 +82,7 @@ protected: afx_msg void OnFilePrintPieceList(); afx_msg void OnActivateApp(BOOL bActive, HTASK hTask); afx_msg void OnViewNewView(); + afx_msg LRESULT OnSetMessageString(WPARAM wParam, LPARAM lParam); //}}AFX_MSG // Status bar -- cgit v1.2.3