Re: Tab key
Dietmar Schwertberger <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 17.02.2019 14:00, Igor Korot wrote: > Some time ago I asked for improvement on Tab handling and I got an E-mail > that it was done. I'm not aware of such messages. The selection for the width of spacers was done more than four years ago... SpinCtrl has a SetSelection method, but acc. to the documentation it's only implemented on Windows and generic methods. Acc. to your description, it seems to work on Mac OS. I have just added it to the relevant dialogs (font size, grid sizer rows/cols) for 0.9.2. The changes are in the master branch of the repository. Please test. I will also add it to SpinCtrl based properties, but only for revision 1.0. The risk of breaking something seems too high. Regards, Dietmar