summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/ccui.TabHeader.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-08-13 01:23:32 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-08-13 01:23:32 +0800
commit04fa96b7c0abba4d7cca03ed12ff3b65b3912e01 (patch)
treec0c8a2c0e92d0580280f838ba475875c7f82a73c /meta/3rd/Cocos4.0/library/ccui.TabHeader.lua
parentc30c5c2e267f6917600afe4f19e1e0d674bad9c6 (diff)
downloadlua-language-server-04fa96b7c0abba4d7cca03ed12ff3b65b3912e01.zip
fix #1431
Diffstat (limited to 'meta/3rd/Cocos4.0/library/ccui.TabHeader.lua')
-rw-r--r--meta/3rd/Cocos4.0/library/ccui.TabHeader.lua65
1 files changed, 0 insertions, 65 deletions
diff --git a/meta/3rd/Cocos4.0/library/ccui.TabHeader.lua b/meta/3rd/Cocos4.0/library/ccui.TabHeader.lua
deleted file mode 100644
index 9377970b..00000000
--- a/meta/3rd/Cocos4.0/library/ccui.TabHeader.lua
+++ /dev/null
@@ -1,65 +0,0 @@
----@meta
-
----@class ccui.TabHeader :ccui.AbstractCheckButton
-local TabHeader={ }
-ccui.TabHeader=TabHeader
-
-
-
-
----* get the index this header in the TabControl<br>
----* return -1 means not in any TabControl
----@return int
-function TabHeader:getIndexInTabControl () end
----* get the TabHeader text<br>
----* return he TabHeader text
----@return string
-function TabHeader:getTitleText () end
----* Change the font size of TabHeader text<br>
----* param size TabHeader text's font size in float.
----@param size float
----@return self
-function TabHeader:setTitleFontSize (size) end
----* Change the font name of TabHeader text<br>
----* param fontName a font name string.
----@param fontName string
----@return self
-function TabHeader:setTitleFontName (fontName) end
----* get the font size of TabHeader text<br>
----* return TabHeader text's font size in float.
----@return float
-function TabHeader:getTitleFontSize () end
----* get the font name of TabHeader text<br>
----* return font name in std::string
----@return string
-function TabHeader:getTitleFontName () end
----* get the TabHeader text color.<br>
----* return Color4B of TabHeader text.
----@return color4b_table
-function TabHeader:getTitleColor () end
----* Return the inner Label renderer of TabHeader.<br>
----* return The TabHeader Label.
----@return cc.Label
-function TabHeader:getTitleRenderer () end
----* Change the content of Header's text.<br>
----* param text The Header's text.
----@param text string
----@return self
-function TabHeader:setTitleText (text) end
----* Change the color of he TabHeader text<br>
----* param color The he TabHeader text's color in Color4B.
----@param color color4b_table
----@return self
-function TabHeader:setTitleColor (color) end
----@overload fun(string:string,string:string,string:string,string3:int):self
----@overload fun():self
----@overload fun(string:string,string:string,string:string,string:string,string:string,string:string,int:int):self
----@param titleStr string
----@param backGround string
----@param backGroundSelected string
----@param cross string
----@param backGroundDisabled string
----@param frontCrossDisabled string
----@param texType int
----@return self
-function TabHeader:create (titleStr,backGround,backGroundSelected,cross,backGroundDisabled,frontCrossDisabled,texType) end \ No newline at end of file