LayoutAndRead returns the form now!! Even more compact / lazy code
This commit is contained in:
parent
a168790697
commit
81ea42a2b7
|
@ -1828,6 +1828,7 @@ class FlexForm:
|
||||||
|
|
||||||
def Layout(self,rows):
|
def Layout(self,rows):
|
||||||
self.AddRows(rows)
|
self.AddRows(rows)
|
||||||
|
return self
|
||||||
|
|
||||||
def LayoutAndRead(self,rows, non_blocking=False):
|
def LayoutAndRead(self,rows, non_blocking=False):
|
||||||
self.AddRows(rows)
|
self.AddRows(rows)
|
||||||
|
|
Loading…
Reference in New Issue