| 307 | } |
| 308 | |
| 309 | Font CtrlrCombo::CtrlrComboLF::getPopupMenuFont () |
| 310 | { |
| 311 | return (owner.getOwner().getOwnerPanel().getCtrlrManagerOwner().getFontManager().getFontFromString (owner.getProperty(Ids::uiComboMenuFont))); |
| 312 | } |
| 313 | |
| 314 | void CtrlrCombo::CtrlrComboLF::drawPopupMenuBackground (Graphics &g, int width, int height) |
| 315 | { |
no test coverage detected