gtk.Popover

Undocumented in source.

Public Imports

gtk.c.types
public import gtk.c.types;
gtkc.gtktypes
public import gtkc.gtktypes;

Members

Classes

Popover
class Popover

GtkPopover is a bubble-like context window, primarily meant to provide context-dependent information or options. Popovers are attached to a widget, passed at construction time on Popover.new, or updated afterwards through Popover.setRelativeTo, by default they will point to the whole widget area, although this behavior can be changed through Popover.setPointingTo.