| 46 | } |
| 47 | |
| 48 | void 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 | |
| 58 | void ListItem::initWithText (const char *text, core::style::Style *style) |
| 59 | { |
no outgoing calls
no test coverage detected