Re: Conditional widget style

Dietmar Schwertberger <[email protected]> Fri, 4 Feb 2022 17:02:41 +0100
Newsgroups gmane.comp.python.wxglade
Message-ID <[email protected]>
Great that it works for you.

The exception is related to undo/re-do. I will look into it. There are 
still some minor issues to fix on this, but in general I'm quite happy 
with the functionality.

I will also modify the dialog to accept Perl Syntax. Is it enough to 
accept ":" in addition to characters and digits?


Did you look at my message "Event binding: change Python code"?
Should the binding changed for Perl as well?

The template for binding currently looks like this:
tmpl = '''%(tab)s%(event)s($self, %(obj_id)s, 
$self->can('%(handler)s'));\n'''


Regards,

Dietmar