User contributions for AriosJentu
Jump to navigation
Jump to search
28 July 2018
- 16:2016:20, 28 July 2018 diff hist +1 CustomWidget:setEnabled No edit summary current
- 16:2016:20, 28 July 2018 diff hist −1 CustomWidget:setEnabled →Syntax
- 16:2016:20, 28 July 2018 diff hist +1 CustomWidget:setVisible No edit summary current
- 16:1916:19, 28 July 2018 diff hist +1 CustomWidget:getRealSize No edit summary
- 16:1916:19, 28 July 2018 diff hist +1 CustomComboBox:removeItem No edit summary current
- 16:1616:16, 28 July 2018 diff hist +117 Template:CWSFUNCS →Custom Scroll Panes
- 16:1516:15, 28 July 2018 diff hist −4 CustomWidget:getRealSize →Example
- 16:1416:14, 28 July 2018 diff hist +770 N CustomWidget:getRealSize Created page with "__NOTOC__ {{Client function}} This function returns Custom Widget real size on screen. == Syntax == <syntaxhighlight lang="lua"> float, float CustomWidget:getRealSize([bool R..."
- 05:4805:48, 28 July 2018 diff hist +667 Template:CWSFUNCS No edit summary
27 July 2018
- 11:4311:43, 27 July 2018 diff hist +655 N CustomLabel:getColor Created page with "__NOTOC__ {{Client function}} This function gets color of Custom Label. == Syntax == <syntaxhighlight lang="lua"> float, float, float CustomLabel:getColor() </syntaxhighlight..." current
- 11:4111:41, 27 July 2018 diff hist +540 N CustomLabel:getText Created page with "__NOTOC__ {{Client function}} This function gets text of Custom Label. == Syntax == <syntaxhighlight lang="lua"> string CustomLabel:getText() </syntaxhighlight> === Returns..." current
- 11:3611:36, 27 July 2018 diff hist +129 CustomWidget:setFont →Example
- 11:3511:35, 27 July 2018 diff hist 0 N File:CustomFontsExample.png No edit summary current
- 11:2811:28, 27 July 2018 diff hist +1,069 N CustomWidget:setFont Created page with "__NOTOC__ {{Client function}} This function sets font for Custom Label. == Syntax == <syntaxhighlight lang="lua"> nil CustomLabel:setFont(gui-font Font) nil CustomLabel:setFo..."
- 11:2111:21, 27 July 2018 diff hist +762 N CustomLabel:setAlign Created page with "__NOTOC__ {{Client function}} This function sets for Custom Label both aligns in one function. == Syntax == <syntaxhighlight lang="lua"> nil CustomLabel:setAlign([string Vert..." current
- 11:1911:19, 27 July 2018 diff hist +663 N CustomLabel:setHorizontalAlign Created page with "__NOTOC__ {{Client function}} This function sets for Custom Label horizontal align. == Syntax == <syntaxhighlight lang="lua"> nil CustomLabel:setHorizontalAlign(string HorizA..." current
- 11:1911:19, 27 July 2018 diff hist +655 N CustomLabel:setVerticalAlign Created page with "__NOTOC__ {{Client function}} This function sets for Custom Label vertical align. == Syntax == <syntaxhighlight lang="lua"> nil CustomLabel:setVerticalAlign(string VertAlign)..." current
- 11:1511:15, 27 July 2018 diff hist +1,513 N CustomLabel:setHoverable Created page with "__NOTOC__ {{Client function}} This function sets for Custom Label hoverable - when mouse enter label, it changes color to default color of established scheme. == Syntax == <s..." current
- 11:1411:14, 27 July 2018 diff hist +1,474 N CustomLabel:setSchematicalColor Created page with "__NOTOC__ {{Client function}} This function sets for Custom Label color, based on color of established scheme, or on scheme of parent. == Syntax == <syntaxhighlight lang="lua..." current
- 11:1011:10, 27 July 2018 diff hist +1 CustomLabel:setColor →Syntax current
- 11:1011:10, 27 July 2018 diff hist +2 CustomLabel:setColor →Required Arguments
- 11:1011:10, 27 July 2018 diff hist +1,156 N CustomLabel:setColor Created page with "__NOTOC__ {{Client function}} This function sets color for Custom Label. == Syntax == <syntaxhighlight lang="lua"> nil CustomLabel:setColor(hex6 Color) nil CustomLabel:setCol..."
- 10:5310:53, 27 July 2018 diff hist +702 N CustomLabel:setText Created page with "__NOTOC__ {{Client function}} This function sets new text Custom Label. == Syntax == <syntaxhighlight lang="lua"> nil CustomLabel:setText(string Text) </syntaxhighlight> ===..." current
- 06:4406:44, 27 July 2018 diff hist +30 Template:CWSFUNCS →Custom Events
- 06:2206:22, 27 July 2018 diff hist +784 N CustomTabPanel:addTab Created page with "__NOTOC__ {{Client function}} This function adding Tab for Custom Tab Panel. == Syntax == <syntaxhighlight lang="lua"> ctab CustomTabPanel:addTab(string TabTitle) </syntaxhig..." current
- 06:1706:17, 27 July 2018 diff hist +22 CustomTabPanel:getTabHeader No edit summary current
- 06:1706:17, 27 July 2018 diff hist +970 N CustomTabPanel:getTabHeader Created page with "__NOTOC__ {{Client function}} This function gets Custom Tab Panel. == Syntax == <syntaxhighlight lang="lua"> ctabhead CustomTabPanel:getTabHeader(string/ctab Tab) </syntaxhi..."
- 06:1406:14, 27 July 2018 diff hist 0 N File:TabHeaderExample.png No edit summary current
- 06:1006:10, 27 July 2018 diff hist +1,153 N CustomTabPanel:getTabsMinLength Created page with "__NOTOC__ {{Client function}} This function gets minimal length of one tab block of Custom Tab Panel. == Syntax == <syntaxhighlight lang="lua"> float CustomTabPanel:setTabsMi..." current
- 06:0906:09, 27 July 2018 diff hist −113 CustomTabPanel:setTabsMinLength No edit summary current
- 06:0806:08, 27 July 2018 diff hist −51 CustomTabPanel:getSelectedTab →Example current
- 06:0706:07, 27 July 2018 diff hist +929 N CustomTabPanel:getSelectedTab Created page with "__NOTOC__ {{Client function}} This function sets Tab title for Custom Tab Panel. == Syntax == <syntaxhighlight lang="lua"> ctab CustomTabPanel:getSelectedTab() </syntaxhighli..."
- 06:0606:06, 27 July 2018 diff hist 0 N File:CreationExample.png No edit summary current
- 05:4905:49, 27 July 2018 diff hist +1,028 N CustomTabPanel:getTabFromText Created page with "__NOTOC__ {{Client function}} This function gets Tab from title of Custom Tab Panel. == Syntax == <syntaxhighlight lang="lua"> ctab CustomTabPanel:getTabFromText(string TabTi..." current
- 05:4805:48, 27 July 2018 diff hist 0 N File:CFromTabEx.png No edit summary current
- 05:4205:42, 27 July 2018 diff hist +964 N CustomTabPanel:getTabText Created page with "__NOTOC__ {{Client function}} This function gets Tab title of Custom Tab Panel. == Syntax == <syntaxhighlight lang="lua"> string CustomTabPanel:getTabText(string/ctab Tab) </..." current
- 05:4005:40, 27 July 2018 diff hist +9 CustomTabPanel:getTabEnabled →Example current
- 05:3905:39, 27 July 2018 diff hist +1,047 N CustomTabPanel:getTabEnabled Created page with "__NOTOC__ {{Client function}} This function gets Tab enabled state of Custom Tab Panel. == Syntax == <syntaxhighlight lang="lua"> bool CustomTabPanel:getTabEnabled(string/cta..."
- 05:3705:37, 27 July 2018 diff hist +1,051 N CustomTabPanel:getTabVisible Created page with "__NOTOC__ {{Client function}} This function gets Tab visible state of Custom Tab Panel. == Syntax == <syntaxhighlight lang="lua"> bool CustomTabPanel:getTabVisible(string/cta..." current
- 05:3305:33, 27 July 2018 diff hist 0 N File:CTabSizeEx.png No edit summary current
- 05:3205:32, 27 July 2018 diff hist +244 CustomTabPanel:setTabsMinLength →Example
- 05:3205:32, 27 July 2018 diff hist +903 N CustomTabPanel:setTabsMinLength Created page with "__NOTOC__ {{Client function}} This function sets minimal length of one tab block for Custom Tab Panel. == Syntax == <syntaxhighlight lang="lua"> nil CustomTabPanel:setTabsMin..."
- 05:2105:21, 27 July 2018 diff hist +759 N CustomTabPanel:setSelectedTab Created page with "__NOTOC__ {{Client function}} This function sets Selected Tab for Custom Tab Panel. == Syntax == <syntaxhighlight lang="lua"> nil CustomTabPanel:setSelectedTab(string/ctab Ta..." current
- 05:1905:19, 27 July 2018 diff hist +891 N CustomTabPanel:setTabText Created page with "__NOTOC__ {{Client function}} This function sets Tab title for Custom Tab Panel. == Syntax == <syntaxhighlight lang="lua"> nil CustomTabPanel:setTabText(string/ctab Tab, stri..." current
- 05:1805:18, 27 July 2018 diff hist 0 N File:CTabTitleEx.png No edit summary current
- 05:1405:14, 27 July 2018 diff hist +883 N CustomTabPanel:setTabEnabled Created page with "__NOTOC__ {{Client function}} This function sets Tab enabled state for Custom Tab Panel. == Syntax == <syntaxhighlight lang="lua"> nil CustomTabPanel:setTabEnabled(string/cta..." current
- 05:1305:13, 27 July 2018 diff hist 0 N File:CTabEnabledExample.png No edit summary current
- 05:1005:10, 27 July 2018 diff hist +52 CustomTabPanel:setTabVisible No edit summary current
- 05:1005:10, 27 July 2018 diff hist 0 N File:CTabVisibleEx.png No edit summary current
- 05:0605:06, 27 July 2018 diff hist +835 N CustomTabPanel:setTabVisible Created page with "__NOTOC__ {{Client function}} This function sets Tab visible state for Custom Tab Panel. == Syntax == <syntaxhighlight lang="lua"> nil CustomTabPanel:setTabVisible(string/cta..."