Package org.gnome.gdk
Interface Popup.Builder<B extends Builder<B>>
-
Method Summary
Modifier and TypeMethodDescriptiondefault B
setAutohide
(boolean autohide) Whether to hide on outside clicks.default B
The parent surface.Methods inherited from interface io.github.jwharm.javagi.gobject.BuilderInterface
addBuilderProperty, connect, connect, getArena
-
Method Details
-
setAutohide
Whether to hide on outside clicks.- Parameters:
autohide
- the value for theautohide
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-
setParent
-