indexing description: "[ Eiffel Vision drawing area. Implementation interface. ]" date: "$Date$" revision: "$Revision$" deferred class EM_EV_WIDGET_I inherit EV_PRIMITIVE_I redefine interface end feature {EM_EV_WIDGET} -- SDL initialization and handling em_prepare is -- Sets the SDL_WINDOWID and if needed -- also SDL_VIDEODRIVER deferred end feature {NONE} -- Implementation interface: EM_EV_WIDGET -- Responsible for interaction with the underlying native graphics -- toolkit. end