gtkTreeViewGetBinWindow {RGtk2} | R Documentation |
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.
gtkTreeViewGetBinWindow(object)
|
[GtkTreeView ] A GtkTreeView |
[GdkWindow
] A GdkWindow
, or NULL
when tree.view
hasn't been realized yet
Derived by RGtkGen from GTK+ documentation