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

Method CustTabButton

src/uicmd.cc:103–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 // active one (the highest numbered gets focus).
102public:
103 CustTabButton (int x,int y,int w,int h, const char* label = 0) :
104 Fl_Button (x,y,w,h,label) { ui_ = NULL; focus_num_ = 0; };
105 void ui(UI *pui) { ui_ = pui; }
106 UI *ui(void) { return ui_; }
107 void focus_num(uint_t fn) { focus_num_ = fn; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected