W Wrapl, The Programming Language

Libraries:Gtk:Gtk:Invisible

Types

T

Inherits from:

The T 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.



Constants

Nil : T

Functions

GetType() : Gtk.GObject.Type.T



New() : Gtk.Gtk.Invisible.T

Creates a new T.

Returns a new T.


NewForScreen(screen @ Gtk.Gdk.Screen.T) : Gtk.Gtk.Invisible.T

Creates a new T object for a specified screen

screen a Gtk.Gdk.Screen.T which identifies on which the new T will be created.
Returns a newly created T object


Methods

:GetScreen(self @ T) : Gtk.Gdk.Screen.T

Returns the Gtk.Gdk.Screen.T object associated with invisible

invisible a T.
Returns the associated Gtk.Gdk.Screen.T. [transfer none]


:SetScreen(self @ T, screen @ Gtk.Gdk.Screen.T) : Std.Object.T

Sets the Gtk.Gdk.Screen.T where the T object will be displayed.

invisible a T.
screen a Gtk.Gdk.Screen.T.