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:
parent
fada5fa044
commit
8d4ca2b191
2 changed files with 9 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue