MCPcopy Create free account
hub / github.com/dillo-browser/dillo / createMultiLineTextResource

Method createMultiLineTextResource

dw/fltkplatform.cc:425–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64