type Gtk_Invisible_Record is new Gtk.Widget.Gtk_Widget_Record with private;
type Gtk_Invisible is access all Gtk_Invisible_Record'Class;
Screen_Property : constant Glib.Properties.Property_Object;
procedure Gtk_New
( | Widget | : out Gtk_Invisible); |
procedure Initialize
( | Widget | : access Gtk_Invisible_Record'Class); |
function Get_Type return Gtk.Gtk_Type;
This widget is used internally by gtk+, and is likely not very useful to end-users.
This is a widget that has no visual rendering. It is used for reliable pointer grabs and drag-and-drop
Binding from C File version 2.8.17