Interface
GdkPopup
Description [src]
interface Gdk.Popup : Gdk.Surface
A GdkPopup
is a surface that is attached to another surface.
The GdkPopup
is positioned relative to its parent surface.
GdkPopup
s are typically used to implement menus and similar popups.
They can be modal, which is indicated by the GdkPopup:autohide
property.
Prerequisite
In order to implement Popup, your type must inherit fromGdkSurface
.