Search code examples
c++wxwidgets

What is the equivalent of UpdateWindow() in wxWidgets?


I am new to wxWidgets and trying to find out how to force the painting of a window.


Solution

  • Use wxWindow::Refresh or wxWindow::Update