Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aseprite/laf
/ isVisible
Method
isVisible
examples/floating_window.cpp:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
void focus() { m_nativeWindow->activate(); }
43
44
bool isVisible() const { return (m_nativeWindow && m_nativeWindow->isVisible()); }
45
46
void redraw()
47
{
Callers
10
redraw_window
Function · 0.45
check_show_all_windows
Function · 0.45
app_main
Function · 0.45
app_main
Function · 0.45
redraw
Method · 0.45
onEnterKey
Method · 0.45
scrollAndDrawLog
Method · 0.45
draw_window
Function · 0.45
draw_window
Function · 0.45
draw_window
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected