gdkWindowGetUserData {RGtk2}R Documentation

gdkWindowGetUserData

Description

Retrieves the user data for window, which is normally the widget that window belongs to. See gdkWindowSetUserData.

Usage

gdkWindowGetUserData(object)

Arguments

object [GdkWindow] a GdkWindow

Value

A list containing the following elements:

user.data [R object] return location for user data

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]