Up to date

This page is up to date for Godot 4.0. If you still find outdated information, please open an issue.

PopupPanel

Inherits: Popup < Window < Viewport < Node < Object

A popup with a panel background.

Description

A popup with a configurable panel background. Any child controls added to this node will be stretched to fit the panel's size (similar to how PanelContainer works). If you are making windows, see Window.

Theme Properties

StyleBox

panel


Theme Property Descriptions

StyleBox panel

The background panel style of this PopupPanel.