PyAppDevKit 2.0
·
1 commit
to main
since this release
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 ettiği zamanlarda diyalog dilini değiştirebilecek.
#!/usr/bin/python3
from LibFunc.pyappdevkit import *
all_exit(dialog_switch=OFF,lang=TR,ExitSelectDialog="",userTimeDialog="",exitDialog="",errormsgDialog="")
Info: For detailed information about PyAppDevKit library: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/1.9/pyappdevkit.html
Innovations:
- Developers will now be able to change the dialog language when using the “all_exit” function, which allows them to use all exit options, but prefer not to change the dialogs and instead use the default dialogs.
#!/usr/bin/python3
from LibFunc.pyappdevkit import *
all_exit(dialog_switch=OFF,lang=EN,ExitSelectDialog="",userTimeDialog="",exitDialog="",errormsgDialog="")