NEW Sizer Element

This commit is contained in:
MikeTheWatchGuy 2019-08-22 12:20:39 -04:00
parent 96c56b64fa
commit 7379d0bf62
1 changed files with 3 additions and 0 deletions

View File

@ -6122,6 +6122,9 @@ Window.CloseNonBlocking = Window.Close
# Button Lazy Functions so the caller doesn't have to define a bunch of stuff #
# =========================================================================== #
# ------------------------- A fake Element... the Pad Element ------------------------- #
def Sizer(h_pixels=0, v_pixels=0):
return Column([[]], pad=((h_pixels,0),(v_pixels,0)))
# ------------------------- FOLDER BROWSE Element lazy function ------------------------- #
def FolderBrowse(button_text='Browse', target=(ThisRow, -1), initial_folder=None, tooltip=None, size=(None, None),