summaryrefslogtreecommitdiff
path: root/win/Mainfrm.h
diff options
context:
space:
mode:
authorleo2003-09-18 16:50:52 +0000
committerleo2003-09-18 16:50:52 +0000
commit4bd07328df37f1bc8a16cdd77decf49467b6c4be (patch)
tree31c714fab1ece4cd75a3df66e10821a2a9394caf /win/Mainfrm.h
parent3df8b99fe7e3961006ab4cd4a3bdc33c7c2b7e51 (diff)
Added a progress bar for long operations.
git-svn-id: http://svn.leocad.org/trunk@349 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win/Mainfrm.h')
-rw-r--r--win/Mainfrm.h5
1 files changed, 5 insertions, 0 deletions
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