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

Method isPossibleContainer

dw/widget.cc:2198–2202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2196}
2197
2198bool Widget::isPossibleContainer ()
2199{
2200 // In most (all?) cases identical to:
2201 return isBlockLevel ();
2202}
2203
2204bool Widget::buttonPressImpl (EventButton *event)
2205{

Callers 1

setParentMethod · 0.80

Calls 1

isBlockLevelFunction · 0.85

Tested by

no test coverage detected