Class

HandyWindowHandle

Description [src]

final class Handy.WindowHandle : Gtk.EventBox {
  /* No available fields */
}

A bin that acts like a titlebar.

HdyWindowHandle is a GtkBin subclass that can be dragged to move its GtkWindow, and handles right click, middle click and double click as expected from a titlebar. This is particularly useful with HdyWindow or HdyApplicationWindow.

It isn’t necessary to use HdyWindowHandle if you use HdyHeaderBar.

It can be safely nested or used in the actual window titlebar.

CSS nodes

HdyWindowHandle has a single CSS node with name windowhandle.

Available since:1.0

Ancestors

  • GtkEventBox
  • GtkBin
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable

Constructors

hdy_window_handle_new

Creates a new HdyWindowHandle.

Available since: 1.0

Class structure

struct HandyWindowHandleClass {
  GtkEventBoxClass parent_class;
  
}
Class members
parent_class
GtkEventBoxClass
  No description available.