-------------------------------- -- @module MenuItemLabel -------------------------------- -- @function [parent=#MenuItemLabel] getDisabledColor -- @param self -- @return color3B_table#color3B_table ret (return value: color3B_table) -------------------------------- -- @function [parent=#MenuItemLabel] setString -- @param self -- @param #string str -------------------------------- -- @function [parent=#MenuItemLabel] setLabel -- @param self -- @param #cc.Node node -------------------------------- -- @function [parent=#MenuItemLabel] setDisabledColor -- @param self -- @param #color3B_table color3b -------------------------------- -- @function [parent=#MenuItemLabel] getLabel -- @param self -- @return Node#Node ret (return value: cc.Node) return nil