Home
last modified time | relevance | path

Searched refs:sz_dec (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/propgrid/
H A Deditors.cpp1851 int sz_dec = (y_adj + finalPos.height) - m_lineHeight; in FixPosForTextCtrl() local
1852 if ( sz_dec < 0 ) sz_dec = 0; in FixPosForTextCtrl()
1855 finalPos.height -= (y_adj+sz_dec); in FixPosForTextCtrl()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/propgrid/
H A Deditors.cpp1844 int sz_dec = (y_adj + finalPos.height) - m_lineHeight; in FixPosForTextCtrl() local
1845 if ( sz_dec < 0 ) sz_dec = 0; in FixPosForTextCtrl()
1848 finalPos.height -= (y_adj+sz_dec); in FixPosForTextCtrl()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/propgrid/
H A Deditors.cpp1844 int sz_dec = (y_adj + finalPos.height) - m_lineHeight; in FixPosForTextCtrl() local
1845 if ( sz_dec < 0 ) sz_dec = 0; in FixPosForTextCtrl()
1848 finalPos.height -= (y_adj+sz_dec); in FixPosForTextCtrl()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/src/
H A Deditors.cpp2087 int sz_dec = (y_adj + finalPos.height) - m_lineHeight; in FixPosForTextCtrl() local
2088 if ( sz_dec < 0 ) sz_dec = 0; in FixPosForTextCtrl()
2091 finalPos.height -= (y_adj+sz_dec); in FixPosForTextCtrl()