MCPcopy Create free account
hub / github.com/ErrorFlynn/ytdlp-interface / refresh_window

Method refresh_window

ytdlp-interface/widgets.cpp:464–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462
463
464void widgets::Listbox::refresh_window()
465{
466 if(std::this_thread::get_id() == main_thread_id)
467 nana::api::refresh_window(*this);
468 else SendMessage(hwnd_parent, WM_REFRESH, reinterpret_cast<WPARAM>(handle()), 0);
469}
470
471
472Listbox::item_proxy widgets::Listbox::erase(item_proxy ip)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected