MCPcopy 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

disableMethod · 0.45
on_mouse_not_overMethod · 0.45
on_mouse_downMethod · 0.45
hideMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected