Constructor
GtkInvisiblenew_for_screen
since: 2.2
Declaration [src]
GtkWidget*
gtk_invisible_new_for_screen (
GdkScreen* screen
)
Parameters
screen
-
Type:
GdkScreen
A
GdkScreen
which identifies on which the newGtkInvisible
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. |