Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dillo-browser/dillo
/ Xembed
Method
Xembed
src/xembed.hh:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
public:
16
Xembed(uint32_t xid, int _w, int _h) : Fl_Window(_w, _h) {
17
this->xid = xid;
18
};
19
void show();
20
int handle(int event);
21
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected