| 302 | } |
| 303 | |
| 304 | Font CtrlrCombo::CtrlrComboLF::getComboBoxFont (ComboBox &box) |
| 305 | { |
| 306 | return (owner.getOwner().getOwnerPanel().getCtrlrManagerOwner().getFontManager().getFontFromString (owner.getProperty(Ids::uiComboFont))); |
| 307 | } |
| 308 | |
| 309 | Font CtrlrCombo::CtrlrComboLF::getPopupMenuFont () |
| 310 | { |
nothing calls this directly
no test coverage detected