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,5 +1,5 @@
#!/usr/bin/python3
version = __version__ = "0.28.0 Released PEP8-ifed"
version = __version__ = "0.29.0.1 Unreleased"
import sys
import types
@ -368,6 +368,7 @@ 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: