Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ setCloseButtonVisible
Method
setCloseButtonVisible
src/plugins/codeeditor/gui/tabbar.cpp:257–260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
}
256
257
void TabBar::setCloseButtonVisible(bool visible)
258
{
259
d->closeBtn->setVisible(visible);
260
}
261
262
void TabBar::setSplitButtonVisible(bool visible)
263
{
Callers
3
initUI
Method · 0.45
onSplitRequested
Method · 0.45
onCloseRequested
Method · 0.45
Calls
1
setVisible
Method · 0.80
Tested by
no test coverage detected