package Implements_Gtk_Buildable is new Glib.Types.Implements (Gtk.Buildable.Gtk_Buildable, Gtk_Invisible_Record, Gtk_Invisible);
type Gtk_Invisible_Record is new Gtk_Widget_Record with null record;
type Gtk_Invisible is access all Gtk_Invisible_Record'Class;
Screen_Property : constant Glib.Properties.Property_Object;
procedure Gtk_New
( | Self | : out Gtk_Invisible); |
procedure Initialize
( | Self | : not null access Gtk_Invisible_Record'Class); |
function Gtk_Invisible_New return Gtk_Invisible;
procedure Gtk_New_For_Screen
( | Self | : out Gtk_Invisible; |
Screen | : not null access Gdk.Screen.Gdk_Screen_Record'Class); |
procedure Initialize_For_Screen
( | Self | : not null access Gtk_Invisible_Record'Class; |
Screen | : not null access Gdk.Screen.Gdk_Screen_Record'Class); |
function Gtk_Invisible_New_For_Screen
( | Screen | : not null access Gdk.Screen.Gdk_Screen_Record'Class) return Gtk_Invisible; |
function Get_Type return Glib.GType;
function Get_Screen
( | Self | : not null access Gtk_Invisible_Record) return Gdk.Screen.Gdk_Screen; |
procedure Set_Screen
( | Self | : not null access Gtk_Invisible_Record; |
Screen | : not null access Gdk.Screen.Gdk_Screen_Record'Class); |
function "+"
( | Widget | : access Gtk_Invisible_Record'Class) return Gtk.Buildable.Gtk_Buildable renames Implements_Gtk_Buildable.To_Interface; |
function "-"
( | Interf | : Gtk.Buildable.Gtk_Buildable) return Gtk_Invisible renames Implements_Gtk_Buildable.To_Object; |
The Gtk.Invisible.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.