gtk.invisible

Module for [Invisible] class

Types 3

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.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Invisible self() nothrowReturns `this`, for use in `with` statements.
InvisibleGidBuilder builder() static nothrowGet builder for [gtk.invisible.Invisible] Returns: New builder object
gdk.screen.Screen screen() @property nothrow
void screen(gdk.screen.Screen propval) @property nothrow
gtk.invisible.Invisible newForScreen(gdk.screen.Screen screen) static nothrowCreates a new #GtkInvisible object for a specified screen
gdk.screen.Screen getScreen() nothrowReturns the #GdkScreen object associated with invisible Returns: the associated #GdkScreen.
void setScreen(gdk.screen.Screen screen) nothrowSets the #GdkScreen where the #GtkInvisible object will be displayed.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new #GtkInvisible. Returns: a new #GtkInvisible.

Fluent builder implementation template for gtk.invisible.Invisible

Methods
T screen(gdk.screen.Screen propval) nothrow

Fluent builder for gtk.invisible.Invisible

Methods
Invisible build() nothrowCreate object from builder. Returns: New object