| 423 | } |
| 424 | |
| 425 | core::ui::MultiLineTextResource * |
| 426 | FltkPlatform::FltkResourceFactory::createMultiLineTextResource (int cols, |
| 427 | int rows, |
| 428 | const char *placeholder) |
| 429 | { |
| 430 | return new ui::FltkMultiLineTextResource (platform, cols, rows,placeholder); |
| 431 | } |
| 432 | |
| 433 | core::ui::CheckButtonResource * |
| 434 | FltkPlatform::FltkResourceFactory::createCheckButtonResource (bool activated) |
no outgoing calls