CHintBox: add member to get maximal required width

This commit is contained in:
2016-10-31 21:38:06 +01:00
parent ac8d05f5e1
commit 4bdd5e11a9
2 changed files with 7 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ class CHintBox : public CComponentsWindow
virtual void ReSize();
void showTimeOutBar(){enableTimeOutBar();}
int getMaxWidth(const std::string& Text, const int& minWidth);
public:
/**CHintBox Constructor