Outdated documentation

This documentation page refers to Godot 4.3, and may be outdated or incorrect.
Additionally, this engine version is no longer supported.

Check this page in the stable branch for the latest additions and corrections.

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 🔗

StyleBox for the the background panel.


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.