Constructor

GtkInvisiblenew_for_screen

since: 2.2

Declaration [src]

GtkWidget*
gtk_invisible_new_for_screen (
  GdkScreen* screen
)

Description [src]

Creates a new GtkInvisible object for a specified screen.

Available since: 2.2

Parameters

screen

Type: GdkScreen

A GdkScreen which identifies on which the new GtkInvisible will be created.

The data is owned by the caller of the function.

Return value

Type: GtkWidget

A newly created GtkInvisible object.

The data is owned by the called function.