Extract wxIdleEvent handler into its own function

No real changes yet, just make the lambda a member function before
adding more code to it.
This commit is contained in:
Vadim Zeitlin 2023-11-28 19:58:41 +01:00
parent fada5fa044
commit 8d4ca2b191
2 changed files with 9 additions and 1 deletions

View file

@ -135,6 +135,7 @@ private:
void Init();
void OnSize(wxSizeEvent& event);
void OnIdle(wxIdleEvent& event);
// Actually create the browser: this can only be done once the window is
// created in wxGTK.