RELEASE 3.4.1

This commit is contained in:
MikeTheWatchGuy 2018-09-18 22:48:04 -04:00
parent 57f35a494b
commit e02ca3ba14
3 changed files with 82 additions and 16 deletions

View file

@ -2157,9 +2157,7 @@ def SimpleButton(button_text, image_filename=None, image_size=(None, None), imag
def ReadFormButton(button_text, image_filename=None, image_size=(None, None),image_subsample=None,border_width=None,scale=(None, None), size=(None, None), auto_size_button=None, button_color=None, font=None, bind_return_key=False, focus=False, pad=None, key=None):
return Button(BUTTON_TYPE_READ_FORM, image_filename=image_filename, image_size=image_size, image_subsample=image_subsample, border_width=border_width, button_text=button_text, scale=scale, size=size, auto_size_button=auto_size_button, button_color=button_color, font=font, bind_return_key=bind_return_key, focus=focus, pad=pad, key=key)
Btn = ReadFormButton
ReadButton = ReadFormButton
FormButton = ReadFormButton
# ------------------------- Realtime BUTTON Element lazy function ------------------------- #
def RealtimeButton(button_text, image_filename=None, image_size=(None, None),image_subsample=None,border_width=None,scale=(None, None), size=(None, None), auto_size_button=None, button_color=None, font=None, bind_return_key=False, focus=False, pad=None, key=None):