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

Method ComplexButtonResource

dw/ui.cc:335–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335ComplexButtonResource::ComplexButtonResource ()
336{
337 DBG_OBJ_CREATE ("dw::core::ui::ComplexButtonResource");
338 layout = NULL;
339 layoutReceiver.resource = this;
340 click_x = click_y = -1;
341}
342
343void ComplexButtonResource::init (Widget *widget)
344{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected