Dear all,
currently I am reviewing in Leo some Python Tkinter ttk GUI applications
containing line codes as
tree.bind('<<TreeviewOpen>>', update_tree)
themes_combo.bind("<< ComboboxSelected >>", self._change_theme)
Leo expects an include section, which is really not available. The *.py
file is therefore not written when saving the Leo file.
A very non-elegant "workaround" I am using now is
themes_combo.bind("< < ComboboxSelected > >", self._change_theme),
i. e., using < < instead of <<.
The consequence is a posterior manual editing of the py-file to eliminate
the space between the two < <.
Does any one knows how to deal, to skip the Leo's section call, such that
the resulting Python code remains as above?
Thanks in advance, Juaco
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.