get_bin_window
Description:
public unowned Window?
get_bin_window ()
Returns the window that this renders to.
This is used primarily to compare to `event->window` to confirm that the event on this is on the right
window.
Parameters:
Returns:
A Window, or null when
this hasn’t been realized yet.
|