| 158 | } |
| 159 | |
| 160 | const Font CtrlrPanelResourceManager::getResourceAsFont (const String &resourceName) |
| 161 | { |
| 162 | CtrlrPanelResource *res = getResource (resourceName); |
| 163 | if (res != 0) |
| 164 | { |
| 165 | return (res->asFont()); |
| 166 | } |
| 167 | |
| 168 | return (Font()); |
| 169 | } |
| 170 | |
| 171 | void CtrlrPanelResourceManager::reloadComboContents (ComboBox &comboToUpdate) |
| 172 | { |