Method
GtkLayoutget_bin_window
since: 2.14
Declaration [src]
GdkWindow*
gtk_layout_get_bin_window (
GtkLayout* layout
)
Description [src]
Retrieve the bin window of the layout used for drawing operations.
Available since: 2.14
Return value
Type: GdkWindow
A GdkWindow
.
The returned data is owned by the instance. |