User contributions for AriosJentu
Jump to navigation
Jump to search
23 July 2018
- 14:5914:59, 23 July 2018 diff hist 0 N File:ParenChecker.png No edit summary current
- 14:5214:52, 23 July 2018 diff hist +699 N CustomWindow:getCloseEnabled Created page with "__NOTOC__ {{Client function}} This function gets status of visibility of close button of Custom Window. == Syntax == <syntaxhighlight lang="lua"> bool CustomWindow:getCloseEn..." current
- 14:4814:48, 23 July 2018 diff hist +628 N CustomWindow:getMovable Created page with "__NOTOC__ {{Client function}} This function gets movable status of Custom Window. == Syntax == <syntaxhighlight lang="lua"> bool CustomWindow:getMovable() </syntaxhighlight>..." current
- 14:4514:45, 23 July 2018 diff hist +523 N CustomWindow:getText Created page with "__NOTOC__ {{Client function}} This function gets title for Custom Window. == Syntax == <syntaxhighlight lang="lua"> string CustomWindow:getText() </syntaxhighlight> === Retu..."
- 14:4414:44, 23 July 2018 diff hist +2 CustomWindow:getTitle No edit summary current
- 14:4314:43, 23 July 2018 diff hist +523 N CustomWindow:getTitle Created page with "__NOTOC__ {{Client function}} This function gets title for Custom Window. == Syntax == <syntaxhighlight lang="lua"> string CustomWindow:getTitle() </syntaxhighlight> == Retu..."
- 14:4114:41, 23 July 2018 diff hist +7 CustomWindow:setMovable →Example current
- 14:4014:40, 23 July 2018 diff hist +2 CustomWindow:setMovable →Syntax
- 14:3914:39, 23 July 2018 diff hist +693 N CustomWindow:setCloseEnabled Created page with "__NOTOC__ {{Client function}} This function makes close button enabled for Custom Window. == Syntax == <syntaxhighlight lang="lua"> nil CustomWindow:setCloseEnabled([bool Ena..." current
- 14:3614:36, 23 July 2018 diff hist 0 N File:CWinCloseExample.png No edit summary current
- 14:3314:33, 23 July 2018 diff hist +580 N CustomWindow:setMovable Created page with "__NOTOC__ {{Client function}} This function set Custom Window available for dragging on screen with mouse (makes window '(not)' movable). == Syntax == <syntaxhighlight lang="..."
- 14:2914:29, 23 July 2018 diff hist +546 N CustomWindow:setText Created page with "__NOTOC__ {{Client function}} This function sets title for Custom Window. == Syntax == <syntaxhighlight lang="lua"> nil CustomWindow:setText(string Title) </syntaxhighlight>..." current
- 14:2714:27, 23 July 2018 diff hist +547 N CustomWindow:setTitle Created page with "__NOTOC__ {{Client function}} This function sets title for Custom Window. == Syntax == <syntaxhighlight lang="lua"> nil CustomWindow:setTitle(string Title) </syntaxhighlight>..." current
- 14:2114:21, 23 July 2018 diff hist +1,238 N CustomLoading.create Created page with "__NOTOC__ {{Client function}} This function creates Custom Scroll Bar. == Syntax == <syntaxhighlight lang="lua"> cload CustomLoading.create(float X, float Y, [bool Relative,..." current
- 14:1814:18, 23 July 2018 diff hist 0 N File:CustomLoading.png No edit summary current
22 July 2018
- 04:2004:20, 22 July 2018 diff hist +934 N CustomTooltip.create Created page with "__NOTOC__ {{Client function}} This function creates Custom Tooltip for Custom Widget. == Syntax == <syntaxhighlight lang="lua"> nil CustomTooltip.create(string Text, cwidget..."
- 04:1904:19, 22 July 2018 diff hist 0 N File:TooltipExample.png No edit summary current
- 04:1004:10, 22 July 2018 diff hist +87 CustomDialog.create →Example current
- 04:1004:10, 22 July 2018 diff hist 0 N File:CustomDialogExample.png No edit summary current
- 04:0904:09, 22 July 2018 diff hist +82 CustomDialog.create →Required Arguments
- 04:0804:08, 22 July 2018 diff hist +1,586 N CustomDialog.create Created page with "__NOTOC__ {{Client function}} This function creates Custom Dialog for Window. == Syntax == <syntaxhighlight lang="lua"> cdialog CustomDialog.create(float RecommendWidth, stri..."
- 04:0704:07, 22 July 2018 diff hist 0 N File:DialogExample.png No edit summary current
- 03:4903:49, 22 July 2018 diff hist +1,891 N CustomLabel.create Created page with "__NOTOC__ {{Client function}} This function creates Custom Label. == Syntax == <syntaxhighlight lang="lua"> clabel CustomLabel.create(float X, float Y, float Width, float Hei..." current
- 03:4903:49, 22 July 2018 diff hist 0 N File:LabelExampleLight.png No edit summary current
- 03:4803:48, 22 July 2018 diff hist 0 N File:LabelExampleDark.png No edit summary current
21 July 2018
- 08:4408:44, 21 July 2018 diff hist −2 CustomTabPanel.create →Syntax current
- 08:4308:43, 21 July 2018 diff hist −2 CustomSpinner.create →Syntax
- 08:4308:43, 21 July 2018 diff hist −2 CustomProgressBar.create No edit summary current
- 08:4208:42, 21 July 2018 diff hist −2 CustomScrollBar.create No edit summary current
- 05:4105:41, 21 July 2018 diff hist +133 CustomTabPanel.create →Syntax
- 05:4005:40, 21 July 2018 diff hist +1,454 N CustomTabPanel.create Created page with "__NOTOC__ {{Client function}} This function creates Custom Tabbed Panel. == Syntax == <syntaxhighlight lang="lua"> ctabp CustomTabPanel.create(float X, float Y, float Width,..."
- 05:3905:39, 21 July 2018 diff hist 0 N File:TabPanelExample.png No edit summary current
- 05:2605:26, 21 July 2018 diff hist −6 CustomScrollBar.create →Example
- 05:2505:25, 21 July 2018 diff hist −6 CustomProgressBar.create →Example
- 05:2505:25, 21 July 2018 diff hist −6 CustomButton.create →Example current
- 05:2005:20, 21 July 2018 diff hist +1,477 N CustomComboBox.create Created page with "__NOTOC__ {{Client function}} This function creates Custom Combo Box Widget. == Syntax == <syntaxhighlight lang="lua"> ccbox CustomComboBox.create(float X, float Y, float Wid..." current
- 05:1905:19, 21 July 2018 diff hist 0 N File:ComboBoxExample.png No edit summary current
- 05:0405:04, 21 July 2018 diff hist −2 CustomCheckBox.create →Syntax current
- 04:5904:59, 21 July 2018 diff hist +1,488 N CustomCheckBox.create Created page with "__NOTOC__ {{Client function}} This function creates Custom Check Box. == Syntax == <syntaxhighlight lang="lua"> cwindow CustomCheckBox.create(float X, float Y, float Width, f..."
- 04:5804:58, 21 July 2018 diff hist 0 N File:CheckBoxesExample.png No edit summary current
- 04:5204:52, 21 July 2018 diff hist +133 CustomSpinner.create →Syntax
- 04:5004:50, 21 July 2018 diff hist +1,571 N CustomSpinner.create Created page with "__NOTOC__ {{Client function}} This function creates Custom Number Scroller Box. == Syntax == <syntaxhighlight lang="lua"> cnscroller CustomNumberScroller.create(float X, floa..."
- 04:4904:49, 21 July 2018 diff hist +1 CustomScrollBar.create →Information
- 04:4804:48, 21 July 2018 diff hist +95 CustomScrollBar.create →Information
- 04:4704:47, 21 July 2018 diff hist 0 Template:CWSFUNCS →Event Functions
- 04:4704:47, 21 July 2018 diff hist +1,572 N CustomMemo.create Created page with "__NOTOC__ {{Client function}} This function creates Custom Memo Box. == Syntax == <syntaxhighlight lang="lua"> cmemo CustomMemo.create(float X, float Y, float Width, float He..." current
- 04:4604:46, 21 July 2018 diff hist +1,572 N CustomEdit.create Created page with "__NOTOC__ {{Client function}} This function creates Custom Edit Box. == Syntax == <syntaxhighlight lang="lua"> cedit CustomEdit.create(float X, float Y, float Width, float He..." current
- 04:4404:44, 21 July 2018 diff hist 0 N File:ExampleCustomEdits.png No edit summary current
- 04:3604:36, 21 July 2018 diff hist +1,453 N CustomScrollBar.create Created page with "__NOTOC__ {{Client function}} This function creates Custom Scroll Bar. == Syntax == <syntaxhighlight lang="lua"> csbar CustomScrollBar.create(float X, float Y, float Width, f..."
- 04:3504:35, 21 July 2018 diff hist −1 CustomButton.create →Syntax