Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ hide
Method
hide
dlib/gui_widgets/base_widgets.h:529–539 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
527
}
528
529
void hide (
530
)
531
{
532
auto_mutex M(m);
533
mouse_over_event::hide();
534
if (stuff)
535
{
536
stuff->tt_timer.stop();
537
stuff->win.hide();
538
}
539
}
540
541
void disable (
542
)
Callers
4
disable
Method · 0.45
on_mouse_not_over
Method · 0.45
on_mouse_down
Method · 0.45
hide
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected