3 declare(strict_types=1);
    28     $f = $DIC->ui()->factory();
    31     $glyph = 
$f->symbol()->glyph()->more(
"#");
    34     $list = 
$f->listing()->descriptive([
    36         "Inactive" => $glyph->withUnavailableAction(),
    37         "Highlighted" => $glyph->withHighlight()
 
more()
 description: > Example for rendring a more glyph.