diff -abBpNPwrU2 --exclude='*.svn' irrlicht-svn-ss/trunk/include/IEventReceiver.h Irrlicht_starsonata/include/IEventReceiver.h --- irrlicht-svn-ss/trunk/include/IEventReceiver.h 2007-07-26 02:11:22.000000000 +0200 +++ Irrlicht_starsonata/include/IEventReceiver.h 2008-08-19 14:34:25.000000000 +0200 @@ -100,4 +114,13 @@ namespace irr EGET_LISTBOX_SELECTED_AGAIN, + //! A new row in the table was selected. + EGET_TABLE_CHANGED, + + //! The table header was changed in a table control + EGET_TABLE_HEADER_CHANGED, + + //! A row in the table was selected, which was already selected. + EGET_TABLE_SELECTED_AGAIN, + //! A file has been selected in the file dialog EGET_FILE_SELECTED,