Re: wxGlade 0.7.1 RC1
Carsten Grohmann <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
Hi Udi,
Udi Fuchs schrieb am 13.08.2015:
> The following compiles and runs fine:
>
> const wxString choice_empty_choices[] = { };
> choice_empty = new wxChoice(notebook_1_wxChoice, wxID_ANY,
> wxDefaultPosition, wxDefaultSize, 0, choice_empty_choices);
I revert the previous commit and adapt the code generators. Now wxGlade
generates empty choices and radioboxes.
HTH,
Carsten
------------------------------------------------------------------------------