Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ done
Method
done
source/ui/controls/baseDlg.cpp:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void BaseDlg::done() {
98
ImGui::CloseCurrentPopup();
99
this->isDone = true;
100
}
101
102
void BaseDlg::toolTip(const char* desc) {
103
SAFE_IMGUI_TEXT_DISABLED(
"(?)"
);
Callers
13
addOkAndCancelButtons
Method · 0.95
addCancelButton
Method · 0.95
onOk
Method · 0.95
unzipCompleted
Method · 0.45
unzipFailed
Method · 0.45
downloadCompleted
Method · 0.45
downloadFailed
Method · 0.45
showErrorMsg
Method · 0.45
drawItems
Method · 0.45
onOk
Method · 0.45
run
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected