DrawWindow —
A primitive window.
* This abstract type represents an on-screen window. Since it is derived from Drawable, all methods defined there can be used. * Every widget usually has a DrawWindow into which it draws its content. DrawWindows become useful when the user creates custom widgets using the DrawingArea skeleton.