Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ disable
Method
disable
dlib/gui_widgets/base_widgets.h:541–551 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
539
}
540
541
void disable (
542
)
543
{
544
auto_mutex M(m);
545
mouse_over_event::disable();
546
if (stuff)
547
{
548
stuff->tt_timer.stop();
549
stuff->win.hide();
550
}
551
}
552
553
protected:
554
Callers
1
disable
Method · 0.45
Calls
1
hide
Method · 0.45
Tested by
no test coverage detected