Banner showing base of Eiffel tower

Github

Download version 1.4.8: Windows or Linux

Override Library: Override of EiffelVision2

This library cluster has 13 classes.

ECF: ES-vision2.ecf

Override of Eiffel Software's EiffelVision2 for use with Eiffel-Loop Vision2 extensions

Directory: library/override/graphic/toolkit/vision2/implementation

. /gtk

. /implementation_interface/kernel

. /interface/support

. /mswin/kernel

. /mswin/properties

. /mswin/widgets/primitives

gtk

EL_APPLICATION_IMP

Mechanism to queue events from external threads and process them in the main GUI thread by putting a dummy button event into the GTK message queue. The button state (normally used to store a set of flags) is used to store an index which maps the event to an agent. Procedure 'on_event' calls the agent associated with the index.

Further Information

Click on class link to see client examples.

EV_GTK_EXTERNALS

Routines missing from class GTK

implementation_interface/kernel

EV_ENVIRONMENT_I

Eiffel Vision Environment. Implementation interface. See ev_environment.e

EL_APPLICATION_I

interface/support

EL_DUMMY_MAIN_THREAD_EVENT_LISTENER

EL_EVENT_EMITTER

EL_MAIN_THREAD_EVENT_LISTENER

mswin/kernel

EL_APPLICATION_IMP

Mechanism to queue events from external threads and process them in the main GUI thread by putting a dummy button event into the GTK message queue. The button state (normally used to store a set of flags) is used to store an index which maps the event to an agent. Procedure 'on_event' calls the agent associated with the index.

Further Information

Click on class link to see client examples.

EL_INTERNAL_EVENT_EMITTER_WINDOW_IMP

mswin/properties

EV_INTERNALLY_PROCESSED_TEXTABLE_IMP

Objects that process text to include extra hidden characters at the Windows level.

mswin/widgets/primitives

EV_PIXMAP_IMP

Eiffel Vision pixmap. Mswindows implementation for a simple pixmap (not drawable, not self-displayable)

EV_PIXMAP_IMP_DRAWABLE

EiffelVision pixmap. Mswindows implementation for drawable pixmap (drawable, not self-displayable)

EV_RADIO_BUTTON_IMP

Eiffel Vision radio button. Mswindows implementation.