ScreenWait¶
-
class
labpyproject.apps.labpyrinthe.gui.skinPygame.screen_wait.ScreenWait(mngr, skin, initialstate, show_infos=False, show_carte=False, **kwargs)[source]¶ Bases :
labpyproject.core.pygame.widgets.VStack,labpyproject.apps.labpyrinthe.gui.skinBase.screen_wait_base.ScreenWaitBaseEcran d’attente
Constructeur
Methods Summary
Création de l’interface
publish_message(msg)Affichage d’un message dans la zone info
set_state(statename)Modification du visuel
show_image(img)Affiche l’image img
show_message(msg, is_input[, rollover])Affichage d’un message dans la zone info
show_preload(show)Démarre / arrête le preloader.
show_txt_carte(txt)Affiche la vue texte de la carte
Methods Documentation