Package: gdk

Interface gdk:popup

Superclasses

gdk:surface, gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

autohide
The autohide property of type :boolean (Read / Write / Construct only)
Whether to hide on outside clicks.
Default value: false
parent
The parent property of type gdk:surface (Read / Write / Construct only)
The parent surface.

Details

A gdk:popup object is a surface that is attached to another surface, called its "parent", and is positioned relative to it. gdk:popup objects are typically used to implement menus and similar popups. They can be modal, which is indicated by the autohide property.
 

Inherited Slot Access Functions

See also

#2023-4-9