Re: Warning with code generation
Igor Korot <[email protected]> Mon, 7 Nov 2022 01:25:11 -0600
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <CA+FnnTyNho1wXG0pvfF3W4683kMqnM9pLFXGaEcxpqawrfqVZw@mail.gmail.com> |
Dietmar, On Mon, Nov 7, 2022 at 12:44 AM Igor Korot <[email protected]> wrote: > > Hi, Dietmar, > Trying to add the wxStdDialogButtonSizer and create C++ code > I get: > > WARNING No C++ code generation available for wxStdDialogButtonSizer. All you need to do in this case is to add: sizer->Add( CreateStdDialogButtonSizer( wxOK | wxCANCEL | wxHELP ), ... ); Thank you. > > Is there a reason for that? > > Thank you.