GtkInvisible

GtkInvisible — A widget which is not displayed

Functions

Properties

GdkDisplay * display Read / Write

Types and Values

struct GtkInvisible

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkInvisible

Implemented Interfaces

GtkInvisible implements AtkImplementor and GtkBuildable.

Includes

#include <gtk/gtk.h>

Description

The GtkInvisible widget is used internally in GTK+, and is probably not very useful for application developers.

It is used for reliable pointer grabs and selection handling in the code for drag-and-drop.

Functions

gtk_invisible_new ()

GtkWidget *
gtk_invisible_new (void);

Creates a new GtkInvisible.

Returns

a new GtkInvisible.

Types and Values

struct GtkInvisible

struct GtkInvisible;

Property Details

The “display” property

  “display”                  GdkDisplay *

The display where this window will be displayed.

Flags: Read / Write