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

Method Rectangle

dw/types.hh:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 int height;
76
77 inline Rectangle () { }
78 Rectangle (int x, int y, int width, int height);
79
80 void draw (core::View *view, core::style::Style *style, int x, int y);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected