Enlightenment CVS committal Author : nerochiaro Project : e17 Module : proto
Dir : e17/proto/ruby-efl/src/etk Modified Files: config.rb Log Message: - fixed breakage from etk_event_*_wrap functions - now wraps also Embed (for sevcsik to test out integration with tilman's evas bindings) =================================================================== RCS file: /cvs/e/e17/proto/ruby-efl/src/etk/config.rb,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- config.rb 15 Aug 2006 23:02:15 -0000 1.2 +++ config.rb 31 Aug 2006 22:00:41 -0000 1.3 @@ -11,7 +11,10 @@ :external_types => [ 'Evas', 'Evas_Object', 'Evas_Hash', 'Evas_List', 'Evas_Modifier', 'Evas_Lock', 'Evas_Button_Flags', 'Ecore_Timer', 'Ecore_Evas', 'Ecore_X_Window', - 'va_list' + 'va_list', + 'Evas_Event_Mouse_In', 'Evas_Event_Mouse_Out', 'Evas_Event_Mouse_Move', + 'Evas_Event_Mouse_Up', 'Evas_Event_Mouse_Down', 'Evas_Event_Mouse_Wheel', + 'Evas_Event_Key_Up', 'Evas_Event_Key_Down' #'Ecore', 'Ecore_List', 'Ecore_DList', 'Ecore_Hash', 'Ecore_Timer', #'off_t', 'mode_t', 'uid_t', 'gid_t', #'short int', 'time_t' @@ -48,6 +51,7 @@ { :name => 'ScrolledView', :wraps => 'scrolled_view', :child_of => 'Bin' } , { :name => 'ToplevelWidget', :wraps => 'toplevel_widget', :child_of => 'Bin' } , + { :name => 'Embed', :child_of => 'ToplevelWidget' } , { :name => 'Window', :child_of => 'ToplevelWidget' } , { :name => 'Dialog', :child_of => 'Window' } , { :name => 'MessageDialog', :wraps => 'message_dialog', :child_of => 'Dialog' } , ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs