Re: Can't add slot to a sizer
Dietmar Schwertberger <[email protected]> Tue, 2 May 2023 18:22:19 +0200
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 16.04.2023 05:02, Igor Korot wrote: > One more thing: > > If you try to generate C++ code from that wxg file, > you will notice that wxStaticText has only 3 parameters, > but wxComboBox has them all. > Since the list of choices is empty, why not add logic to > cut all unnecessary parameters and save time during > execution and code editing. See here for the choices argument: https://github.com/wxGlade/wxGlade/pull/530 Regards, Dietmar