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

Method CustProgressBox

src/ui.cc:199–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 int padding;
198public:
199 CustProgressBox(int x, int y, int w, int h, const char *l=0) :
200 Fl_Box(x,y,w,h,l) { padding = 0; };
201 void update_label(const char *lbl) {
202 int w = 0, h = 0;
203 if (!padding) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected