A Drawable is a graphics-related term which generally means "something to be drawn."
While there are multiple definitions of Drawable
in the wild, in most cases a Drawable
is a general abstraction for "something that can be drawn." GDK provides a different definition: a Drawable
is an element onto which things can be drawn.