NEW Element metadata (Element.metadata)

This commit is contained in:
MikeTheWatchGuy 2019-09-10 15:49:49 -04:00
parent 9602f8f7c4
commit 4b6a574cff
4 changed files with 10 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/python3
from sphinx.ext.autosummary import autosummary_table
version = __version__ = "0.13.0.1 Unreleased PEP8-ified"
version = __version__ = "0.13.0.2 Unreleased"
import sys
import wx
@ -352,6 +352,9 @@ class Element():
self.Tooltip = tooltip
self.TooltipObject = None
self.Visible = visible
self.metadata = None # type: Any
def FindReturnKeyBoundButton(self, form):
for row in form.Rows: