| 462 | |
| 463 | |
| 464 | void 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 | |
| 472 | Listbox::item_proxy widgets::Listbox::erase(item_proxy ip) |
nothing calls this directly
no outgoing calls
no test coverage detected