in reply to question about creating windows using WX module
(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE, const wxString& name = "frame" )
For id, the documentation mentions the value -1:
Calling a constructor of a different class with different arguments leads to different behaviour.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: question about creating windows using WX module
by Luk (Initiate) on Apr 16, 2020 at 11:19 UTC | |
by choroba (Cardinal) on Apr 16, 2020 at 12:30 UTC |