Method
GtkTreeViewget_bin_window
Declaration [src]
GdkWindow*
gtk_tree_view_get_bin_window (
GtkTreeView* tree_view
)
Description [src]
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.
Return value
Type: GdkWindow
A GdkWindow
, or NULL
when tree_view
hasn’t been realized yet.
The returned data is owned by the instance. |
The return value can be NULL . |