2014-03-13 14:51:53 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module RichElementText
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend RichElement
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-13 14:51:53 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RichElementText] init
|
|
|
|
-- @param self
|
|
|
|
-- @param #int int
|
2014-05-08 11:19:36 +08:00
|
|
|
-- @param #color3b_table color3b
|
2014-03-13 14:51:53 +08:00
|
|
|
-- @param #unsigned char char
|
|
|
|
-- @param #char char
|
|
|
|
-- @param #char char
|
|
|
|
-- @param #float float
|
|
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RichElementText] create
|
|
|
|
-- @param self
|
|
|
|
-- @param #int int
|
2014-05-08 11:19:36 +08:00
|
|
|
-- @param #color3b_table color3b
|
2014-03-13 14:51:53 +08:00
|
|
|
-- @param #unsigned char char
|
|
|
|
-- @param #char char
|
|
|
|
-- @param #char char
|
|
|
|
-- @param #float float
|
|
|
|
-- @return RichElementText#RichElementText ret (return value: ccui.RichElementText)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RichElementText] RichElementText
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
return nil
|