Replaced 'InlineHelp' property attribute with 'Hint'; Use SetHint() wxTextCtrl and wxComboCtrl member function to set it; Added a small section about help string and hint text in propgrid overview
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -200,7 +200,10 @@ wxPGGlobalVarsClass::wxPGGlobalVarsClass()
|
||||
m_strMin = wxS("Min");
|
||||
m_strMax = wxS("Max");
|
||||
m_strUnits = wxS("Units");
|
||||
m_strHint = wxS("Hint");
|
||||
#if wxPG_COMPATIBILITY_1_4
|
||||
m_strInlineHelp = wxS("InlineHelp");
|
||||
#endif
|
||||
|
||||
m_warnings = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user