Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
Popup
Hérite de : Window < Viewport < Node < Object
Hérité par : PopupMenu, PopupPanel
Classe de base pour les fenêtres et panneaux contextuels avec une position fixe.
Description
Popup is a base class for contextual windows and panels with fixed position. It's a modal by default (see Window.popup_window) and provides methods for implementing custom popup behavior.
Note: Popup is invisible by default. To make it visible, call one of the popup_* methods from Window on the node, such as Window.popup_centered_clamped().
Propriétés
borderless |
|
|
maximize_disabled |
|
|
minimize_disabled |
|
|
popup_window |
|
|
popup_wm_hint |
|
|
transient |
|
|
unresizable |
|
|
visible |
|
|
wrap_controls |
|
Signaux
popup_hide() 🔗
Émis quand la fenêtre contextuelle est masquée.