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

Method initWithWidget

dw/listitem.cc:48–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void ListItem::initWithWidget (core::Widget *widget,
49 core::style::Style *style)
50{
51 hasListitemValue = true;
52 addWidget (widget, style);
53 addSpace (style);
54 if (style->listStylePosition == core::style::LIST_STYLE_POSITION_OUTSIDE)
55 updateValue ();
56}
57
58void ListItem::initWithText (const char *text, core::style::Style *style)
59{

Callers 1

Html_display_listitemFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected