Skip to content

PyAppDevKit 1.9

Compare
Choose a tag to compare
@LinuxUsersLinuxMint LinuxUsersLinuxMint released this 12 Mar 17:29
· 8 commits to main since this release
f4a42b3

Bilgi: PyAppDevKit kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/1.9/pyappdevkit.html

Yenilikler:

  • Artık geliştiriciler tüm çıkış seçeneklerini kullanabilmelerini sağlayan "all_exit" fonksiyonunu kullanırken diyalogları değiştirmemeyi bunun yerine varsayılan diyalogları kullanmayı tercih edebilecek.
#!/usr/bin/python3

from LibFunc.pyappdevkit import *

all_exit(dialog_switch=OFF,ExitSelectDialog="",userTimeDialog="",exitDialog="",errormsgDialog="")

Info: For detailed information about PyAppDevKit library: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/1.9/pyappdevkit.html

Innovations:

  • Developers can now choose not to change the dialogs when using the “all_exit” function, which allows them to use all exit options, and instead use the default dialogs.
#!/usr/bin/python3

from LibFunc.pyappdevkit import *

all_exit(dialog_switch=OFF,ExitSelectDialog=“”,userTimeDialog=“”,exitDialog=“”,errormsgDialog=“”)