comparison widgets/TipDialog.h @ 228:1c4c9e3e44e6

* updates to tip dialog
author Chris Cannam
date Tue, 13 Mar 2007 19:51:09 +0000
parents 6f46179086c0
children 1fe7951a61e8
comparison
equal deleted inserted replaced
227:6dab3ac2fe73 228:1c4c9e3e44e6
74 protected: 74 protected:
75 TipDialog *m_dialog; 75 TipDialog *m_dialog;
76 76
77 bool m_inTip; 77 bool m_inTip;
78 bool m_inText; 78 bool m_inText;
79 bool m_inHtml;
79 }; 80 };
80 }; 81 };
81 82
82 #endif 83 #endif