Merge pull request #6002 from CocosRobot/update_lua_bindings_1395830496

[AUTO]: updating luabinding automatically
This commit is contained in:
James Chen 2014-03-26 19:14:42 +08:00
commit 2a5c2b0e7e
3 changed files with 3 additions and 11 deletions

View File

@ -2,13 +2,6 @@
--------------------------------
-- @module Helper
--------------------------------
-- @function [parent=#Helper] seekActionWidgetByActionTag
-- @param self
-- @param #ccui.Widget widget
-- @param #int int
-- @return Widget#Widget ret (return value: ccui.Widget)
--------------------------------
-- @function [parent=#Helper] seekWidgetByTag
-- @param self
@ -17,10 +10,10 @@
-- @return Widget#Widget ret (return value: ccui.Widget)
--------------------------------
-- @function [parent=#Helper] seekWidgetByRelativeName
-- @function [parent=#Helper] seekActionWidgetByActionTag
-- @param self
-- @param #ccui.Widget widget
-- @param #char char
-- @param #int int
-- @return Widget#Widget ret (return value: ccui.Widget)
--------------------------------

View File

@ -1 +1 @@
4fac42101ef2fb9622f22ccabc18c918622908ad
d608beef525313b9c497786a1dd7b2460ff65d84

View File

@ -366,7 +366,6 @@ int register_all_cocos2dx_ui(lua_State* tolua_S);
#endif // __cocos2dx_ui_h__