Event when paint complete or smth similar in wxFrame

82 views Asked by At

Is there in wxFrame such event, when frame fully painted, so I can query data while interface is done? Now I quering some data in Application::OnInit() function right before return true and interface not painting while data is quering. Looks ugly.

1

There are 1 answers

4
VZ. On

Not sure what exactly are you trying to do here, but you might be interested in CallAfter()