- indexing
- title: "EOLE_MESSAGE"
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: wine
class EOLE_MESSAGE
- inherit
-
EOLE_OBJECT_WITH_POINTER
- end
- creation
- make
- feature
-
make
-
allocate: POINTER
-
set_hwnd (hwnd: INTEGER)
-
set_message (message: INTEGER)
-
set_wparam (wparam: INTEGER)
-
set_lparam (lparam: INTEGER)
-
set_time (time: INTEGER)
-
set_point (x, y: INTEGER)
-
get_hwnd: INTEGER
-
get_message: INTEGER
-
get_wparam: INTEGER
-
get_lparam: INTEGER
-
get_time: INTEGER
-
get_point_x: INTEGER
-
get_point_y: INTEGER
end -- class EOLE_MESSAGE