Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a224074fffa770f3

Jump to content

Popover (GUI)

From Wikipedia, the free encyclopedia
This popover belongs to the status bar of gedit. It contains two checkboxes and a radio button.

A popover is a container-type graphical control element that hovers over its parent window. It can contain various other graphical control elements such as checkboxes, radio buttons, or list boxes. Like any container-type graphical control element, it is meant to group elements that belong together.

Popover graphical control elements were introduced in GTK+ 3.12.[1]

Apple included popovers in their human interface guidelines.[2] Popovers are in use on the web. Bootstrap has a component to create popovers, similar to those found in iOS.[3]

When hovering a link in Wikipedia, by default, there is a popup of page preview that is in a way popover: it includes a button and it has more content than in tooltip.

References

[edit]
  1. "Popovers in GTK+". 2014-01-22.
  2. Popovers, developer.apple.com
  3. Popovers