Package org.gnome.gdk

Interface Popup

All Superinterfaces:
Proxy
All Known Implementing Classes:
Popup.PopupImpl

@Generated("io.github.jwharm.JavaGI") public interface Popup extends Proxy
A GdkPopup is a surface that is attached to another surface.

The GdkPopup is positioned relative to its parent surface.

GdkPopups are typically used to implement menus and similar popups. They can be modal, which is indicated by the Gdk.Popup:autohide property.