Searched defs:GetStdHeight (Results 1 – 6 of 6) sorted by relevance
/dports/devel/upp/upp/uppsrc/CtrlLib/ | ||
H A D | ToolBar.cpp | 115 int ToolBar::GetStdHeight() in GetStdHeight() function in Upp::ToolBar |
H A D | HeaderCtrl.h | 176 static int GetStdHeight() { return Draw::GetStdFontCy() + 4; } in GetStdHeight() function |
H A D | MenuBar.cpp | 642 int MenuBar::GetStdHeight(Font font) in GetStdHeight() function in Upp::MenuBar |
H A D | MenuItem.cpp | 668 int TopMenuItem::GetStdHeight(Font font) in GetStdHeight() function in Upp::TopMenuItem |
H A D | EditField.cpp | 174 int EditField::GetStdHeight(Font font) in GetStdHeight() function in Upp::EditField |
/dports/devel/upp/upp/uppsrc/GridCtrl/ | ||
H A D | GridCtrl.h | 1597 static int GetStdHeight() { return Draw::GetStdFontCy() + 4; } in GetStdHeight() function |