LayoutAndRead returns the form now!! Even more compact / lazy code

This commit is contained in:
MikeTheWatchGuy 2018-09-19 16:13:16 -04:00
parent a168790697
commit 81ea42a2b7
1 changed files with 1 additions and 0 deletions

View File

@ -1828,6 +1828,7 @@ class FlexForm:
def Layout(self,rows):
self.AddRows(rows)
return self
def LayoutAndRead(self,rows, non_blocking=False):
self.AddRows(rows)