gtkTreeViewGetBinWindow {RGtk2}R Documentation

gtkTreeViewGetBinWindow

Description

Returns the window that tree.view renders to. This is used primarily to compare to event->window to confirm that the event on tree.view is on the right window.

Usage

gtkTreeViewGetBinWindow(object)

Arguments

object [GtkTreeView] A GtkTreeView

Value

[GdkWindow] A GdkWindow, or NULL when tree.view hasn't been realized yet

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]