Gtk.Invisible
const Gtk = imports.gi.Gtk;
let invisible = new Gtk.Invisible({
screen: value,
});
The Gtk.Invisible 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.
Hierarchy
-
GObject.Object
-
GObject.InitiallyUnowned
-
Gtk.Widget
- Gtk.Invisible
-
-