<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AriosJentu</id>
	<title>Multi Theft Auto: Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AriosJentu"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/AriosJentu"/>
	<updated>2026-04-13T00:08:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:CWSFUNCS&amp;diff=62445</id>
		<title>Template:CWSFUNCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:CWSFUNCS&amp;diff=62445"/>
		<updated>2019-04-04T15:00:04Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Resource Wiki with ''content'' located here: [[Resource:CustomWidgets]]&lt;br /&gt;
=== '''Custom Widgets''' ===&lt;br /&gt;
This methods working for all elements except ''CustomDialogs'' and ''CustomTooltips''&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomWidget:setPosition]]&lt;br /&gt;
*[[CustomWidget:setSize]]&lt;br /&gt;
*[[CustomWidget:setVisible]]&lt;br /&gt;
*[[CustomWidget:setEnabled]]&lt;br /&gt;
*[[CustomWidget:setColorScheme]]&lt;br /&gt;
*[[CustomWidget:setFont]]&lt;br /&gt;
*[[CustomWidget:setFontSize]]&lt;br /&gt;
*[[CustomWidget:setSystemFont]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomWidget:getPosition]]&lt;br /&gt;
*[[CustomWidget:getSize]]&lt;br /&gt;
*[[CustomWidget:getRealSize]]&lt;br /&gt;
*[[CustomWidget:getVisible]]&lt;br /&gt;
*[[CustomWidget:getEnabled]]&lt;br /&gt;
*[[CustomWidget:getColorScheme]]&lt;br /&gt;
*[[CustomWidget:getFont]]&lt;br /&gt;
*[[CustomWidget:getFontSize]]&lt;br /&gt;
*[[getCWType]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomWidget:bringToFront]]&lt;br /&gt;
*[[CustomWidget:moveToBack]]&lt;br /&gt;
*[[CustomWidget:addEvent]]&lt;br /&gt;
*[[CustomWidget:removeEvent]]&lt;br /&gt;
*[[CustomWidget:destroy]]&lt;br /&gt;
*[[proceedColor]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Windows''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomWindow.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomWindow:setTitle]]&lt;br /&gt;
*[[CustomWindow:setText]]&lt;br /&gt;
*[[CustomWindow:setMovable]]&lt;br /&gt;
*[[CustomWindow:setSizable]]&lt;br /&gt;
*[[CustomWindow:setCloseEnabled]]&lt;br /&gt;
*[[CustomWindow:setSideBarLength]]&lt;br /&gt;
*[[CustomWindow:setSideBarPosition]]&lt;br /&gt;
*[[CustomWindow:setMinimalWidth]]&lt;br /&gt;
*[[CustomWindow:setMinimalHeight]]&lt;br /&gt;
*[[CustomWindow:setMinimalSize]]&lt;br /&gt;
*[[CustomWindow:setMaximalWidth]]&lt;br /&gt;
*[[CustomWindow:setMaximalHeight]]&lt;br /&gt;
*[[CustomWindow:setMaximalSize]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomWindow:getTitle]]&lt;br /&gt;
*[[CustomWindow:getText]]&lt;br /&gt;
*[[CustomWindow:getMovable]]&lt;br /&gt;
*[[CustomWindow:getSizable]]&lt;br /&gt;
*[[CustomWindow:getCloseEnabled]]&lt;br /&gt;
*[[CustomWindow:getSideBarLength]]&lt;br /&gt;
*[[CustomWindow:getSideBarPosition]]&lt;br /&gt;
*[[CustomWindow:getMinimalWidth]]&lt;br /&gt;
*[[CustomWindow:getMinimalHeight]]&lt;br /&gt;
*[[CustomWindow:getMinimalSize]]&lt;br /&gt;
*[[CustomWindow:getMaximalWidth]]&lt;br /&gt;
*[[CustomWindow:getMaximalHeight]]&lt;br /&gt;
*[[CustomWindow:getMaximalSize]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomWindow:open]]&lt;br /&gt;
*[[CustomWindow:close]]&lt;br /&gt;
*[[CustomWindow:addElement]]&lt;br /&gt;
*[[CustomWindow:addElements]]&lt;br /&gt;
*[[CustomWindow:showDialog]]&lt;br /&gt;
*[[CustomWindow:showBar]]&lt;br /&gt;
*[[CustomWindow:getMainElement]]&lt;br /&gt;
*[[CustomWindow:getHeader]]&lt;br /&gt;
*[[CustomWindow:getDialog]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Buttons''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomButton.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomButton:setText]]&lt;br /&gt;
*[[CustomButton:setImage]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomButton:getText]]&lt;br /&gt;
*[[CustomButton:getImage]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomButton:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Progress Bars''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomProgressBar.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomProgressBar:setProgress]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomProgressBar:getProgress]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomProgressBar:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Scroll Bars''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomScrollBar.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomScrollBar:setScrollPosition]]&lt;br /&gt;
*[[CustomScrollBar:setScrollLength]]&lt;br /&gt;
*[[CustomScrollBar:setScrollSpeed]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomScrollBar:getScrollPosition]]&lt;br /&gt;
*[[CustomScrollBar:getScrollLength]]&lt;br /&gt;
*[[CustomScrollBar:getScrollSpeed]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Edit Boxes''' ===&lt;br /&gt;
All functions, what has mark ''CustomEditBox'' available for ''CustomEdit'', ''CustomMemo'' and ''CustomSpinner''.&lt;br /&gt;
&lt;br /&gt;
==== Create Functions ====&lt;br /&gt;
*[[CustomEdit.create]]&lt;br /&gt;
*[[CustomMemo.create]]&lt;br /&gt;
*[[CustomSpinner.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomEditBox:setReadOnly]]&lt;br /&gt;
*[[CustomEditBox:setText]]&lt;br /&gt;
*[[CustomEditBox:setCaretIndex]]&lt;br /&gt;
*[[CustomEditBox:setSidesColor]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomEdit:setMasked]]&lt;br /&gt;
*[[CustomEdit:setMaxLength]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomSpinner:setMinimal]]&lt;br /&gt;
*[[CustomSpinner:setMaximal]]&lt;br /&gt;
*[[CustomSpinner:setStepSize]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomEditBox:getReadOnly]]&lt;br /&gt;
*[[CustomEditBox:getText]]&lt;br /&gt;
*[[CustomEditBox:getCaretIndex]]&lt;br /&gt;
*[[CustomEditBox:isOnSide]]&lt;br /&gt;
*[[CustomEditBox:getSidesColor]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomEdit:getMasked]]&lt;br /&gt;
*[[CustomEdit:getMaxLength]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomSpinner:getMinimal]]&lt;br /&gt;
*[[CustomSpinner:getMaximal]]&lt;br /&gt;
*[[CustomSpinner:getStepSize]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomEditBox:putOnSide]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Check Boxes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomCheckBox.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomCheckBox:setText]]&lt;br /&gt;
*[[CustomCheckBox:setChecked]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomCheckBox:getText]]&lt;br /&gt;
*[[CustomCheckBox:getChecked]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomCheckBox:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Combo Boxes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomComboBox.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomComboBox:setSelectedItem]]&lt;br /&gt;
*[[CustomComboBox:setItemText]]&lt;br /&gt;
*[[CustomComboBox:setMaxHeight]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomComboBox:getSelectedItem]]&lt;br /&gt;
*[[CustomComboBox:getItemText]]&lt;br /&gt;
*[[CustomComboBox:getMaxHeight]]&lt;br /&gt;
*[[CustomComboBox:getItemsCount]]&lt;br /&gt;
*[[CustomComboBox:getItems]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomComboBox:addItem]]&lt;br /&gt;
*[[CustomComboBox:removeItem]]&lt;br /&gt;
*[[CustomComboBox:clear]]&lt;br /&gt;
*[[CustomComboBox:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Tabbed Panels''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTabPanel.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomTabPanel:setTabVisible]]&lt;br /&gt;
*[[CustomTabPanel:setTabEnabled]]&lt;br /&gt;
*[[CustomTabPanel:setTabText]]&lt;br /&gt;
*[[CustomTabPanel:setSelectedTab]]&lt;br /&gt;
*[[CustomTabPanel:setTabsMinLength]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomTabPanel:getTabVisible]]&lt;br /&gt;
*[[CustomTabPanel:getTabEnabled]]&lt;br /&gt;
*[[CustomTabPanel:getTabText]]&lt;br /&gt;
*[[CustomTabPanel:getTabFromText]]&lt;br /&gt;
*[[CustomTabPanel:getSelectedTab]]&lt;br /&gt;
*[[CustomTabPanel:getTabsMinLength]]&lt;br /&gt;
*[[CustomTabPanel:getTabHeader]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomTabPanel:addTab]]&lt;br /&gt;
*[[CustomTabPanel:removeTab]]&lt;br /&gt;
*[[CustomTabPanel:clearTabs]]&lt;br /&gt;
*[[CustomTabPanel:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Labels''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomLabel.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomLabel:setText]]&lt;br /&gt;
*[[CustomLabel:setColor]]&lt;br /&gt;
*[[CustomLabel:setSchematicalColor]]&lt;br /&gt;
*[[CustomLabel:setHoverable]]&lt;br /&gt;
*[[CustomLabel:setVerticalAlign]]&lt;br /&gt;
*[[CustomLabel:setHorizontalAlign]]&lt;br /&gt;
*[[CustomLabel:setAlign]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomLabel:getText]]&lt;br /&gt;
*[[CustomLabel:getColor]]&lt;br /&gt;
*[[CustomLabel:getVerticalAlign]]&lt;br /&gt;
*[[CustomLabel:getHorizontalAlign]]&lt;br /&gt;
*[[CustomLabel:isSchematicalColor]]&lt;br /&gt;
*[[CustomLabel:isHoverable]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomLabel:getMainElement]]&lt;br /&gt;
*[[CustomLabel:addElement]]&lt;br /&gt;
*[[CustomLabel:removeElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Dialogs''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomDialog.create]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomDialog:open]]&lt;br /&gt;
*[[CustomDialog:close]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Tool Tips''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTooltip.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Function ====&lt;br /&gt;
*[[CustomTooltip:setShowTime]]&lt;br /&gt;
*[[CustomTooltip:setText]]&lt;br /&gt;
&lt;br /&gt;
==== Get Function ====&lt;br /&gt;
*[[CustomTooltip:getShowTime]]&lt;br /&gt;
*[[CustomTooltip:getText]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Loadings''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomLoading.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomLoading:setProgress]]&lt;br /&gt;
*[[CustomLoading:setAnimated]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomLoading:getProgress]]&lt;br /&gt;
*[[CustomLoading:getAnimated]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Scroll Panes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomScrollPane.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomScrollPane:setScrollSpeed]]&lt;br /&gt;
*[[CustomScrollPane:setVerticalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:setVerticalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrolling]]&lt;br /&gt;
*[[CustomScrollPane:setScrollingWithCursor]]&lt;br /&gt;
*[[CustomScrollPane:setScrollingWithWheel]]&lt;br /&gt;
*[[CustomScrollPane:addVerticalPixelScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:addHorizontalPixelScrollPosition]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomScrollPane:getScrollSpeed]]&lt;br /&gt;
*[[CustomScrollPane:getVerticalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:getHorizontalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:isVerticalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:isHorizontalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:isHorizontalScrolling]]&lt;br /&gt;
*[[CustomScrollPane:getScrollingWithCursor]]&lt;br /&gt;
*[[CustomScrollPane:getScrollingWithWheel]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomScrollPane:getMainElement]]&lt;br /&gt;
*[[CustomScrollPane:addElement]]&lt;br /&gt;
*[[CustomScrollPane:removeElement]]&lt;br /&gt;
*[[CustomScrollPane:update]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Table Views''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTableView.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomTableView:setSelectedLine]]&lt;br /&gt;
*[[CustomTableView:setIndentation]]&lt;br /&gt;
*[[CustomTableView:setTitleBarVisible]]&lt;br /&gt;
*[[CustomTableView:setLineHeight]]&lt;br /&gt;
*[[CustomTableView:setColumnWidth]]&lt;br /&gt;
*[[CustomTableView:setColumnTitle]]&lt;br /&gt;
*[[CustomTableView:setCellText]]&lt;br /&gt;
*[[CustomTableView:setShadowsEnabled]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomTableView:getSelectedLine]]&lt;br /&gt;
*[[CustomTableView:getIndentation]]&lt;br /&gt;
*[[CustomTableView:getTitleBarVisible]]&lt;br /&gt;
*[[CustomTableView:getLineHeight]]&lt;br /&gt;
*[[CustomTableView:getColumnWidth]]&lt;br /&gt;
*[[CustomTableView:getColumnTitle]]&lt;br /&gt;
*[[CustomTableView:getCellText]]&lt;br /&gt;
*[[CustomTableView:getCell]]&lt;br /&gt;
*[[CustomTableView:getLinesCount]]&lt;br /&gt;
*[[CustomTableView:getColumnsCount]]&lt;br /&gt;
*[[CustomTableView:getShadowsEnabled]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomTableView:addLine]]&lt;br /&gt;
*[[CustomTableView:removeLine]]&lt;br /&gt;
*[[CustomTableView:clearLines]]&lt;br /&gt;
*[[CustomTableView:addColumn]]&lt;br /&gt;
*[[CustomTableView:removeColumn]]&lt;br /&gt;
*[[CustomTableView:update]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Static Images''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomStaticImage.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Function ====&lt;br /&gt;
*[[CustomStaticImage:setColor]]&lt;br /&gt;
*[[CustomStaticImage:setImage]]&lt;br /&gt;
*[[CustomStaticImage:setSchematicalColor]]&lt;br /&gt;
&lt;br /&gt;
==== Get Function ====&lt;br /&gt;
*[[CustomStaticImage:getColor]]&lt;br /&gt;
*[[CustomStaticImage:getImage]]&lt;br /&gt;
*[[CustomStaticImage:getNativeSize]]&lt;br /&gt;
*[[CustomStaticImage:isSchematicalColor]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomStaticImage:getMainElement]]&lt;br /&gt;
*[[CustomStaticImage:addElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Text Boxes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTextBox.create]]&lt;br /&gt;
*[[CustomMemoBox.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Function ====&lt;br /&gt;
*[[CustomTextBox:setText]]&lt;br /&gt;
*[[CustomTextBox:setColor]]&lt;br /&gt;
*[[CustomTextBox:setCaretIndex]]&lt;br /&gt;
*[[CustomTextBox:setReadOnly]]&lt;br /&gt;
*[[CustomTextBox:setMasked]]&lt;br /&gt;
*[[CustomTextBox:setBordersEnabled]]&lt;br /&gt;
*[[CustomTextBox:setBackgroundEnabled]]&lt;br /&gt;
&lt;br /&gt;
==== Get Function ====&lt;br /&gt;
*[[CustomTextBox:getText]]&lt;br /&gt;
*[[CustomTextBox:getColor]]&lt;br /&gt;
*[[CustomTextBox:getCaretIndex]]&lt;br /&gt;
*[[CustomTextBox:getCaretSelectionStart]]&lt;br /&gt;
*[[CustomTextBox:getCaretSelectionEnd]]&lt;br /&gt;
*[[CustomTextBox:getCaretSelectionLength]]&lt;br /&gt;
*[[CustomTextBox:isReadOnly]]&lt;br /&gt;
*[[CustomTextBox:isMasked]]&lt;br /&gt;
*[[CustomTextBox:isBordersEnabled]]&lt;br /&gt;
*[[CustomTextBox:isBackgroundEnabled]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Events''' ===&lt;br /&gt;
*[[onCustomScrollPaneScrolled]]&lt;br /&gt;
*[[onCustomScrollBarScrolled]]&lt;br /&gt;
*[[onCustomDialogClick]]&lt;br /&gt;
*[[onCustomWindowClose]]&lt;br /&gt;
*[[onCustomCheckBoxChecked]]&lt;br /&gt;
*[[onCustomComboBoxSelectItem]]&lt;br /&gt;
*[[onCustomTabPanelChangeTab]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Other about Custom Widgets''' ===&lt;br /&gt;
*[[CustomWidgets.Variables]]&lt;br /&gt;
*[[CustomWidgets.Examples]]&lt;br /&gt;
*[[CustomWidgets.DemoWidgets]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:CWSFUNCS&amp;diff=59553</id>
		<title>Template:CWSFUNCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:CWSFUNCS&amp;diff=59553"/>
		<updated>2018-10-02T15:22:40Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Resource Wiki with ''content'' located here: [[Resource:CustomWidgets]]&lt;br /&gt;
=== '''Custom Widgets''' ===&lt;br /&gt;
This methods working for all elements except ''CustomDialogs'' and ''CustomTooltips''&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomWidget:setPosition]]&lt;br /&gt;
*[[CustomWidget:setSize]]&lt;br /&gt;
*[[CustomWidget:setVisible]]&lt;br /&gt;
*[[CustomWidget:setEnabled]]&lt;br /&gt;
*[[CustomWidget:setColorScheme]]&lt;br /&gt;
*[[CustomWidget:setFont]]&lt;br /&gt;
*[[CustomWidget:setFontSize]]&lt;br /&gt;
*[[CustomWidget:setSystemFont]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomWidget:getPosition]]&lt;br /&gt;
*[[CustomWidget:getSize]]&lt;br /&gt;
*[[CustomWidget:getRealSize]]&lt;br /&gt;
*[[CustomWidget:getVisible]]&lt;br /&gt;
*[[CustomWidget:getEnabled]]&lt;br /&gt;
*[[CustomWidget:getColorScheme]]&lt;br /&gt;
*[[CustomWidget:getFont]]&lt;br /&gt;
*[[CustomWidget:getFontSize]]&lt;br /&gt;
*[[getCWType]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomWidget:bringToFront]]&lt;br /&gt;
*[[CustomWidget:moveToBack]]&lt;br /&gt;
*[[CustomWidget:addEvent]]&lt;br /&gt;
*[[CustomWidget:removeEvent]]&lt;br /&gt;
*[[CustomWidget:destroy]]&lt;br /&gt;
*[[proceedColor]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Windows''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomWindow.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomWindow:setTitle]]&lt;br /&gt;
*[[CustomWindow:setText]]&lt;br /&gt;
*[[CustomWindow:setMovable]]&lt;br /&gt;
*[[CustomWindow:setSizable]]&lt;br /&gt;
*[[CustomWindow:setCloseEnabled]]&lt;br /&gt;
*[[CustomWindow:setSideBarLength]]&lt;br /&gt;
*[[CustomWindow:setSideBarPosition]]&lt;br /&gt;
*[[CustomWindow:setMinimalWidth]]&lt;br /&gt;
*[[CustomWindow:setMinimalHeight]]&lt;br /&gt;
*[[CustomWindow:setMinimalSize]]&lt;br /&gt;
*[[CustomWindow:setMaximalWidth]]&lt;br /&gt;
*[[CustomWindow:setMaximalHeight]]&lt;br /&gt;
*[[CustomWindow:setMaximalSize]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomWindow:getTitle]]&lt;br /&gt;
*[[CustomWindow:getText]]&lt;br /&gt;
*[[CustomWindow:getMovable]]&lt;br /&gt;
*[[CustomWindow:getSizable]]&lt;br /&gt;
*[[CustomWindow:getCloseEnabled]]&lt;br /&gt;
*[[CustomWindow:getSideBarLength]]&lt;br /&gt;
*[[CustomWindow:getSideBarPosition]]&lt;br /&gt;
*[[CustomWindow:getMinimalWidth]]&lt;br /&gt;
*[[CustomWindow:getMinimalHeight]]&lt;br /&gt;
*[[CustomWindow:getMinimalSize]]&lt;br /&gt;
*[[CustomWindow:getMaximalWidth]]&lt;br /&gt;
*[[CustomWindow:getMaximalHeight]]&lt;br /&gt;
*[[CustomWindow:getMaximalSize]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomWindow:open]]&lt;br /&gt;
*[[CustomWindow:close]]&lt;br /&gt;
*[[CustomWindow:addElement]]&lt;br /&gt;
*[[CustomWindow:addElements]]&lt;br /&gt;
*[[CustomWindow:showDialog]]&lt;br /&gt;
*[[CustomWindow:showBar]]&lt;br /&gt;
*[[CustomWindow:getMainElement]]&lt;br /&gt;
*[[CustomWindow:getHeader]]&lt;br /&gt;
*[[CustomWindow:getDialog]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Buttons''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomButton.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomButton:setText]]&lt;br /&gt;
*[[CustomButton:setImage]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomButton:getText]]&lt;br /&gt;
*[[CustomButton:getImage]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomButton:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Progress Bars''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomProgressBar.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomProgressBar:setProgress]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomProgressBar:getProgress]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomProgressBar:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Scroll Bars''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomScrollBar.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomScrollBar:setScrollPosition]]&lt;br /&gt;
*[[CustomScrollBar:setScrollLength]]&lt;br /&gt;
*[[CustomScrollBar:setScrollSpeed]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomScrollBar:getScrollPosition]]&lt;br /&gt;
*[[CustomScrollBar:getScrollLength]]&lt;br /&gt;
*[[CustomScrollBar:getScrollSpeed]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Edit Boxes''' ===&lt;br /&gt;
All functions, what has mark ''CustomEditBox'' available for ''CustomEdit'', ''CustomMemo'' and ''CustomSpinner''.&lt;br /&gt;
&lt;br /&gt;
==== Create Functions ====&lt;br /&gt;
*[[CustomEdit.create]]&lt;br /&gt;
*[[CustomMemo.create]]&lt;br /&gt;
*[[CustomSpinner.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomEditBox:setReadOnly]]&lt;br /&gt;
*[[CustomEditBox:setText]]&lt;br /&gt;
*[[CustomEditBox:setCaretIndex]]&lt;br /&gt;
*[[CustomEditBox:setSidesColor]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomEdit:setMasked]]&lt;br /&gt;
*[[CustomEdit:setMaxLength]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomSpinner:setMinimal]]&lt;br /&gt;
*[[CustomSpinner:setMaximal]]&lt;br /&gt;
*[[CustomSpinner:setStepSize]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomEditBox:getReadOnly]]&lt;br /&gt;
*[[CustomEditBox:getText]]&lt;br /&gt;
*[[CustomEditBox:getCaretIndex]]&lt;br /&gt;
*[[CustomEditBox:isOnSide]]&lt;br /&gt;
*[[CustomEditBox:getSidesColor]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomEdit:getMasked]]&lt;br /&gt;
*[[CustomEdit:getMaxLength]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomSpinner:getMinimal]]&lt;br /&gt;
*[[CustomSpinner:getMaximal]]&lt;br /&gt;
*[[CustomSpinner:getStepSize]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomEditBox:putOnSide]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Check Boxes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomCheckBox.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomCheckBox:setText]]&lt;br /&gt;
*[[CustomCheckBox:setChecked]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomCheckBox:getText]]&lt;br /&gt;
*[[CustomCheckBox:getChecked]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomCheckBox:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Combo Boxes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomComboBox.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomComboBox:setSelectedItem]]&lt;br /&gt;
*[[CustomComboBox:setItemText]]&lt;br /&gt;
*[[CustomComboBox:setMaxHeight]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomComboBox:getSelectedItem]]&lt;br /&gt;
*[[CustomComboBox:getItemText]]&lt;br /&gt;
*[[CustomComboBox:getMaxHeight]]&lt;br /&gt;
*[[CustomComboBox:getItemsCount]]&lt;br /&gt;
*[[CustomComboBox:getItems]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomComboBox:addItem]]&lt;br /&gt;
*[[CustomComboBox:removeItem]]&lt;br /&gt;
*[[CustomComboBox:clear]]&lt;br /&gt;
*[[CustomComboBox:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Tabbed Panels''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTabPanel.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomTabPanel:setTabVisible]]&lt;br /&gt;
*[[CustomTabPanel:setTabEnabled]]&lt;br /&gt;
*[[CustomTabPanel:setTabText]]&lt;br /&gt;
*[[CustomTabPanel:setSelectedTab]]&lt;br /&gt;
*[[CustomTabPanel:setTabsMinLength]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomTabPanel:getTabVisible]]&lt;br /&gt;
*[[CustomTabPanel:getTabEnabled]]&lt;br /&gt;
*[[CustomTabPanel:getTabText]]&lt;br /&gt;
*[[CustomTabPanel:getTabFromText]]&lt;br /&gt;
*[[CustomTabPanel:getSelectedTab]]&lt;br /&gt;
*[[CustomTabPanel:getTabsMinLength]]&lt;br /&gt;
*[[CustomTabPanel:getTabHeader]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomTabPanel:addTab]]&lt;br /&gt;
*[[CustomTabPanel:removeTab]]&lt;br /&gt;
*[[CustomTabPanel:clearTabs]]&lt;br /&gt;
*[[CustomTabPanel:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Labels''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomLabel.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomLabel:setText]]&lt;br /&gt;
*[[CustomLabel:setColor]]&lt;br /&gt;
*[[CustomLabel:setSchematicalColor]]&lt;br /&gt;
*[[CustomLabel:setHoverable]]&lt;br /&gt;
*[[CustomLabel:setVerticalAlign]]&lt;br /&gt;
*[[CustomLabel:setHorizontalAlign]]&lt;br /&gt;
*[[CustomLabel:setAlign]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomLabel:getText]]&lt;br /&gt;
*[[CustomLabel:getColor]]&lt;br /&gt;
*[[CustomLabel:getVerticalAlign]]&lt;br /&gt;
*[[CustomLabel:getHorizontalAlign]]&lt;br /&gt;
*[[CustomLabel:isSchematicalColor]]&lt;br /&gt;
*[[CustomLabel:isHoverable]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomLabel:getMainElement]]&lt;br /&gt;
*[[CustomLabel:addElement]]&lt;br /&gt;
*[[CustomLabel:removeElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Dialogs''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomDialog.create]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomDialog:open]]&lt;br /&gt;
*[[CustomDialog:close]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Tool Tips''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTooltip.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Function ====&lt;br /&gt;
*[[CustomTooltip:setShowTime]]&lt;br /&gt;
*[[CustomTooltip:setText]]&lt;br /&gt;
&lt;br /&gt;
==== Get Function ====&lt;br /&gt;
*[[CustomTooltip:getShowTime]]&lt;br /&gt;
*[[CustomTooltip:getText]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Loadings''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomLoading.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomLoading:setProgress]]&lt;br /&gt;
*[[CustomLoading:setAnimated]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomLoading:getProgress]]&lt;br /&gt;
*[[CustomLoading:getAnimated]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Scroll Panes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomScrollPane.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomScrollPane:setScrollSpeed]]&lt;br /&gt;
*[[CustomScrollPane:setVerticalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:setVerticalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrolling]]&lt;br /&gt;
*[[CustomScrollPane:setScrollingWithCursor]]&lt;br /&gt;
*[[CustomScrollPane:setScrollingWithWheel]]&lt;br /&gt;
*[[CustomScrollPane:addVerticalPixelScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:addHorizontalPixelScrollPosition]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomScrollPane:getScrollSpeed]]&lt;br /&gt;
*[[CustomScrollPane:getVerticalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:getHorizontalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:isVerticalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:isHorizontalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:isHorizontalScrolling]]&lt;br /&gt;
*[[CustomScrollPane:getScrollingWithCursor]]&lt;br /&gt;
*[[CustomScrollPane:getScrollingWithWheel]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomScrollPane:getMainElement]]&lt;br /&gt;
*[[CustomScrollPane:addElement]]&lt;br /&gt;
*[[CustomScrollPane:removeElement]]&lt;br /&gt;
*[[CustomScrollPane:update]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Table Views''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTableView.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomTableView:setSelectedLine]]&lt;br /&gt;
*[[CustomTableView:setIndentation]]&lt;br /&gt;
*[[CustomTableView:setTitleBarVisible]]&lt;br /&gt;
*[[CustomTableView:setLineHeight]]&lt;br /&gt;
*[[CustomTableView:setColumnWidth]]&lt;br /&gt;
*[[CustomTableView:setColumnTitle]]&lt;br /&gt;
*[[CustomTableView:setCellText]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomTableView:getSelectedLine]]&lt;br /&gt;
*[[CustomTableView:getIndentation]]&lt;br /&gt;
*[[CustomTableView:getTitleBarVisible]]&lt;br /&gt;
*[[CustomTableView:getLineHeight]]&lt;br /&gt;
*[[CustomTableView:getColumnWidth]]&lt;br /&gt;
*[[CustomTableView:getColumnTitle]]&lt;br /&gt;
*[[CustomTableView:getCellText]]&lt;br /&gt;
*[[CustomTableView:getCell]]&lt;br /&gt;
*[[CustomTableView:getLinesCount]]&lt;br /&gt;
*[[CustomTableView:getColumnsCount]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomTableView:addLine]]&lt;br /&gt;
*[[CustomTableView:removeLine]]&lt;br /&gt;
*[[CustomTableView:clearLines]]&lt;br /&gt;
*[[CustomTableView:addColumn]]&lt;br /&gt;
*[[CustomTableView:removeColumn]]&lt;br /&gt;
*[[CustomTableView:update]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Static Images''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomStaticImage.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Function ====&lt;br /&gt;
*[[CustomStaticImage:setColor]]&lt;br /&gt;
*[[CustomStaticImage:setImage]]&lt;br /&gt;
&lt;br /&gt;
==== Get Function ====&lt;br /&gt;
*[[CustomStaticImage:getColor]]&lt;br /&gt;
*[[CustomStaticImage:getImage]]&lt;br /&gt;
*[[CustomStaticImage:getNativeSize]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomStaticImage:getMainElement]]&lt;br /&gt;
*[[CustomStaticImage:addElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Text Boxes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTextBox.create]]&lt;br /&gt;
*[[CustomMemoBox.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Function ====&lt;br /&gt;
*[[CustomTextBox:setText]]&lt;br /&gt;
*[[CustomTextBox:setColor]]&lt;br /&gt;
*[[CustomTextBox:setCaretIndex]]&lt;br /&gt;
*[[CustomTextBox:setReadOnly]]&lt;br /&gt;
*[[CustomTextBox:setMasked]]&lt;br /&gt;
*[[CustomTextBox:setBordersEnabled]]&lt;br /&gt;
*[[CustomTextBox:setBackgroundEnabled]]&lt;br /&gt;
&lt;br /&gt;
==== Get Function ====&lt;br /&gt;
*[[CustomTextBox:getText]]&lt;br /&gt;
*[[CustomTextBox:getColor]]&lt;br /&gt;
*[[CustomTextBox:getCaretIndex]]&lt;br /&gt;
*[[CustomTextBox:getCaretSelectionStart]]&lt;br /&gt;
*[[CustomTextBox:getCaretSelectionEnd]]&lt;br /&gt;
*[[CustomTextBox:getCaretSelectionLength]]&lt;br /&gt;
*[[CustomTextBox:isReadOnly]]&lt;br /&gt;
*[[CustomTextBox:isMasked]]&lt;br /&gt;
*[[CustomTextBox:isBordersEnabled]]&lt;br /&gt;
*[[CustomTextBox:isBackgroundEnabled]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Events''' ===&lt;br /&gt;
*[[onCustomScrollPaneScrolled]]&lt;br /&gt;
*[[onCustomScrollBarScrolled]]&lt;br /&gt;
*[[onCustomDialogClick]]&lt;br /&gt;
*[[onCustomWindowClose]]&lt;br /&gt;
*[[onCustomCheckBoxChecked]]&lt;br /&gt;
*[[onCustomComboBoxSelectItem]]&lt;br /&gt;
*[[onCustomTabPanelChangeTab]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Other about Custom Widgets''' ===&lt;br /&gt;
*[[CustomWidgets.Variables]]&lt;br /&gt;
*[[CustomWidgets.Examples]]&lt;br /&gt;
*[[CustomWidgets.DemoWidgets]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomWidget:setSystemFont&amp;diff=59268</id>
		<title>CustomWidget:setSystemFont</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomWidget:setSystemFont&amp;diff=59268"/>
		<updated>2018-09-21T12:17:41Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function sets font for Custom Widget from defaults.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
nil CustomWidget:setSystemFont(string FontName)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Arguments === &lt;br /&gt;
*'''FontName''' - String of font. Look for [[Standard_GUI_Font_Names]]&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates label and changing its font to Default Bold.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 150, 85, &amp;quot;Example&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local Label = CustomLabel.create(5, 25, 140, 25, &amp;quot;Label&amp;quot;, false, Window)&lt;br /&gt;
Label:setSystemFont(&amp;quot;default-bold-small&amp;quot;)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomLabel:addElement&amp;diff=59267</id>
		<title>CustomLabel:addElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomLabel:addElement&amp;diff=59267"/>
		<updated>2018-09-21T07:16:40Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function adding object to Label, and color scheme parameter was sends to this object.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
nil CustomLabel:addElement(cwidget Element)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Arguments === &lt;br /&gt;
*'''Element'''  - Custom Widget element.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates window with label with button:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 180, 85, &amp;quot;Example&amp;quot;)&lt;br /&gt;
local Label = CustomLabel.create(5, 25, 170, 55, &amp;quot;Label&amp;quot;, false, Window)&lt;br /&gt;
local Button = CustomButton.create(45, 0, 80, 25, &amp;quot;Button&amp;quot;, false, Label)&lt;br /&gt;
&lt;br /&gt;
--Its same as this:&lt;br /&gt;
local OldVersion = CustomButton.create(50, 30, 80, 25, &amp;quot;Button&amp;quot;, false, Label:getMainElement())&lt;br /&gt;
Label:addElement(OldVersion)  &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomWindow:addElements&amp;diff=59266</id>
		<title>CustomWindow:addElements</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomWindow:addElements&amp;diff=59266"/>
		<updated>2018-09-21T07:16:05Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function adding object of class, what has function ''setColorScheme'' to Custom Window color schematic list.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
nil CustomWindow:addElements(table Elements)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Arguments === &lt;br /&gt;
*'''Elements'''  - Table of Custom Widget elements.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates window with some widgets in old coding style:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 180, 85, &amp;quot;Example&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local OldButton = CustomButton.create(50, 25, 80, 25, &amp;quot;Button&amp;quot;, false, Window:getMainElement())&lt;br /&gt;
local OldLabel = CustomLabel.create(50, 55, 80, 25, &amp;quot;Label&amp;quot;, false, Window:getMainElement())&lt;br /&gt;
&lt;br /&gt;
Window:addElements({OldButton, OldLabel})  &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomWindow:addElement&amp;diff=59265</id>
		<title>CustomWindow:addElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomWindow:addElement&amp;diff=59265"/>
		<updated>2018-09-21T07:15:44Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function adding object to Window, and some window parameters were sends to this object.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
nil CustomWindow:addElement(cwidget Element)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Arguments === &lt;br /&gt;
*'''Element'''  - Custom Widget element.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates window with 2 buttons:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 180, 85, &amp;quot;Example&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local Button = CustomButton.create(50, 25, 80, 25, &amp;quot;Button&amp;quot;, false, Window)&lt;br /&gt;
&lt;br /&gt;
--Its same as this:&lt;br /&gt;
local OldVersion = CustomButton.create(50, 55, 80, 25, &amp;quot;Button&amp;quot;, false, Window:getMainElement())&lt;br /&gt;
Window:addElement(OldVersion)  &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomScrollPane:addElement&amp;diff=59264</id>
		<title>CustomScrollPane:addElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomScrollPane:addElement&amp;diff=59264"/>
		<updated>2018-09-21T07:14:55Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function adding object to Scroll Pane, and some scroll pane parameters were sends to this object. And it's recalculating size of scroll pane with this object inside.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
nil CustomScrollPane:addElement(cwidget Element)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Arguments === &lt;br /&gt;
*'''Element'''  - Custom Widget element.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates window with scroll pane with 2 buttons:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 190, 100, &amp;quot;Example&amp;quot;)&lt;br /&gt;
local SPane = CustomScrollPane.create(5, 25, 180, 70, false, Window)&lt;br /&gt;
&lt;br /&gt;
local Button = CustomButton.create(50, 5, 80, 25, &amp;quot;Button&amp;quot;, false, SPane)&lt;br /&gt;
&lt;br /&gt;
--Its same as this:&lt;br /&gt;
local OldVersion = CustomButton.create(50, 35, 80, 25, &amp;quot;Button&amp;quot;, false, SPane:getMainElement())&lt;br /&gt;
SPane:addElement(OldVersion)  &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomStaticImage:addElement&amp;diff=59263</id>
		<title>CustomStaticImage:addElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomStaticImage:addElement&amp;diff=59263"/>
		<updated>2018-09-21T07:14:38Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: Created page with &amp;quot;__NOTOC__ {{Client function}} This function adding object to Static Image, and adds ColorScheme to this object.  == Syntax == &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; nil CustomStaticImag...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function adding object to Static Image, and adds ColorScheme to this object.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
nil CustomStaticImage:addElement(cwidget Element)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Arguments === &lt;br /&gt;
*'''Element'''  - Custom Widget element.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates window with Static Images with 2 buttons:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 190, 100, &amp;quot;Example&amp;quot;)&lt;br /&gt;
local Image = CustomStaticImage.create(5, 25, 180, 70, false, Window)&lt;br /&gt;
&lt;br /&gt;
local Button = CustomButton.create(50, 5, 80, 25, &amp;quot;Button&amp;quot;, false, Image)&lt;br /&gt;
&lt;br /&gt;
--Its same as this:&lt;br /&gt;
local OldVersion = CustomButton.create(50, 35, 80, 25, &amp;quot;Button&amp;quot;, false, Image:getMainElement())&lt;br /&gt;
Image:addElement(OldVersion)  &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomStaticImage:getMainElement&amp;diff=59262</id>
		<title>CustomStaticImage:getMainElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomStaticImage:getMainElement&amp;diff=59262"/>
		<updated>2018-09-21T07:10:27Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: Created page with &amp;quot;__NOTOC__ {{Client function}} This function gets Main gui-element (image) of Custom Static Image.  == Syntax == &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; gui-staticimage CustomStaticImage:...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Main gui-element (image) of Custom Static Image.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gui-staticimage CustomStaticImage:getMainElement()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns frame object of Custom Static Image, where user can locate any object. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Look at [[CustomWindow:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:CWSFUNCS&amp;diff=59261</id>
		<title>Template:CWSFUNCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:CWSFUNCS&amp;diff=59261"/>
		<updated>2018-09-21T07:09:18Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Resource Wiki with ''content'' located here: [[Resource:CustomWidgets]]&lt;br /&gt;
=== '''Custom Widgets''' ===&lt;br /&gt;
This methods working for all elements except ''CustomDialogs'' and ''CustomTooltips''&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomWidget:setPosition]]&lt;br /&gt;
*[[CustomWidget:setSize]]&lt;br /&gt;
*[[CustomWidget:setVisible]]&lt;br /&gt;
*[[CustomWidget:setEnabled]]&lt;br /&gt;
*[[CustomWidget:setColorScheme]]&lt;br /&gt;
*[[CustomWidget:setFont]]&lt;br /&gt;
*[[CustomWidget:setFontSize]]&lt;br /&gt;
*[[CustomWidget:setSystemFont]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomWidget:getPosition]]&lt;br /&gt;
*[[CustomWidget:getSize]]&lt;br /&gt;
*[[CustomWidget:getRealSize]]&lt;br /&gt;
*[[CustomWidget:getVisible]]&lt;br /&gt;
*[[CustomWidget:getEnabled]]&lt;br /&gt;
*[[CustomWidget:getColorScheme]]&lt;br /&gt;
*[[CustomWidget:getFont]]&lt;br /&gt;
*[[CustomWidget:getFontSize]]&lt;br /&gt;
*[[getCWType]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomWidget:bringToFront]]&lt;br /&gt;
*[[CustomWidget:moveToBack]]&lt;br /&gt;
*[[CustomWidget:addEvent]]&lt;br /&gt;
*[[CustomWidget:removeEvent]]&lt;br /&gt;
*[[CustomWidget:destroy]]&lt;br /&gt;
*[[proceedColor]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Windows''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomWindow.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomWindow:setTitle]]&lt;br /&gt;
*[[CustomWindow:setText]]&lt;br /&gt;
*[[CustomWindow:setMovable]]&lt;br /&gt;
*[[CustomWindow:setSizable]]&lt;br /&gt;
*[[CustomWindow:setCloseEnabled]]&lt;br /&gt;
*[[CustomWindow:setSideBarLength]]&lt;br /&gt;
*[[CustomWindow:setSideBarPosition]]&lt;br /&gt;
*[[CustomWindow:setMinimalWidth]]&lt;br /&gt;
*[[CustomWindow:setMinimalHeight]]&lt;br /&gt;
*[[CustomWindow:setMinimalSize]]&lt;br /&gt;
*[[CustomWindow:setMaximalWidth]]&lt;br /&gt;
*[[CustomWindow:setMaximalHeight]]&lt;br /&gt;
*[[CustomWindow:setMaximalSize]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomWindow:getTitle]]&lt;br /&gt;
*[[CustomWindow:getText]]&lt;br /&gt;
*[[CustomWindow:getMovable]]&lt;br /&gt;
*[[CustomWindow:getSizable]]&lt;br /&gt;
*[[CustomWindow:getCloseEnabled]]&lt;br /&gt;
*[[CustomWindow:getSideBarLength]]&lt;br /&gt;
*[[CustomWindow:getSideBarPosition]]&lt;br /&gt;
*[[CustomWindow:getMinimalWidth]]&lt;br /&gt;
*[[CustomWindow:getMinimalHeight]]&lt;br /&gt;
*[[CustomWindow:getMinimalSize]]&lt;br /&gt;
*[[CustomWindow:getMaximalWidth]]&lt;br /&gt;
*[[CustomWindow:getMaximalHeight]]&lt;br /&gt;
*[[CustomWindow:getMaximalSize]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomWindow:open]]&lt;br /&gt;
*[[CustomWindow:close]]&lt;br /&gt;
*[[CustomWindow:addElement]]&lt;br /&gt;
*[[CustomWindow:addElements]]&lt;br /&gt;
*[[CustomWindow:showDialog]]&lt;br /&gt;
*[[CustomWindow:showBar]]&lt;br /&gt;
*[[CustomWindow:getMainElement]]&lt;br /&gt;
*[[CustomWindow:getHeader]]&lt;br /&gt;
*[[CustomWindow:getDialog]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Buttons''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomButton.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomButton:setText]]&lt;br /&gt;
*[[CustomButton:setImage]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomButton:getText]]&lt;br /&gt;
*[[CustomButton:getImage]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomButton:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Progress Bars''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomProgressBar.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomProgressBar:setProgress]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomProgressBar:getProgress]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomProgressBar:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Scroll Bars''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomScrollBar.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomScrollBar:setScrollPosition]]&lt;br /&gt;
*[[CustomScrollBar:setScrollLength]]&lt;br /&gt;
*[[CustomScrollBar:setScrollSpeed]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomScrollBar:getScrollPosition]]&lt;br /&gt;
*[[CustomScrollBar:getScrollLength]]&lt;br /&gt;
*[[CustomScrollBar:getScrollSpeed]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Edit Boxes''' ===&lt;br /&gt;
All functions, what has mark ''CustomEditBox'' available for ''CustomEdit'', ''CustomMemo'' and ''CustomSpinner''.&lt;br /&gt;
&lt;br /&gt;
==== Create Functions ====&lt;br /&gt;
*[[CustomEdit.create]]&lt;br /&gt;
*[[CustomMemo.create]]&lt;br /&gt;
*[[CustomSpinner.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomEditBox:setReadOnly]]&lt;br /&gt;
*[[CustomEditBox:setText]]&lt;br /&gt;
*[[CustomEditBox:setCaretIndex]]&lt;br /&gt;
*[[CustomEditBox:setSidesColor]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomEdit:setMasked]]&lt;br /&gt;
*[[CustomEdit:setMaxLength]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomSpinner:setMinimal]]&lt;br /&gt;
*[[CustomSpinner:setMaximal]]&lt;br /&gt;
*[[CustomSpinner:setStepSize]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomEditBox:getReadOnly]]&lt;br /&gt;
*[[CustomEditBox:getText]]&lt;br /&gt;
*[[CustomEditBox:getCaretIndex]]&lt;br /&gt;
*[[CustomEditBox:isOnSide]]&lt;br /&gt;
*[[CustomEditBox:getSidesColor]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomEdit:getMasked]]&lt;br /&gt;
*[[CustomEdit:getMaxLength]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomSpinner:getMinimal]]&lt;br /&gt;
*[[CustomSpinner:getMaximal]]&lt;br /&gt;
*[[CustomSpinner:getStepSize]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomEditBox:putOnSide]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Check Boxes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomCheckBox.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomCheckBox:setText]]&lt;br /&gt;
*[[CustomCheckBox:setChecked]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomCheckBox:getText]]&lt;br /&gt;
*[[CustomCheckBox:getChecked]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomCheckBox:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Combo Boxes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomComboBox.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomComboBox:setSelectedItem]]&lt;br /&gt;
*[[CustomComboBox:setItemText]]&lt;br /&gt;
*[[CustomComboBox:setMaxHeight]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomComboBox:getSelectedItem]]&lt;br /&gt;
*[[CustomComboBox:getItemText]]&lt;br /&gt;
*[[CustomComboBox:getMaxHeight]]&lt;br /&gt;
*[[CustomComboBox:getItemsCount]]&lt;br /&gt;
*[[CustomComboBox:getItems]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomComboBox:addItem]]&lt;br /&gt;
*[[CustomComboBox:removeItem]]&lt;br /&gt;
*[[CustomComboBox:clear]]&lt;br /&gt;
*[[CustomComboBox:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Tabbed Panels''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTabPanel.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomTabPanel:setTabVisible]]&lt;br /&gt;
*[[CustomTabPanel:setTabEnabled]]&lt;br /&gt;
*[[CustomTabPanel:setTabText]]&lt;br /&gt;
*[[CustomTabPanel:setSelectedTab]]&lt;br /&gt;
*[[CustomTabPanel:setTabsMinLength]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomTabPanel:getTabVisible]]&lt;br /&gt;
*[[CustomTabPanel:getTabEnabled]]&lt;br /&gt;
*[[CustomTabPanel:getTabText]]&lt;br /&gt;
*[[CustomTabPanel:getTabFromText]]&lt;br /&gt;
*[[CustomTabPanel:getSelectedTab]]&lt;br /&gt;
*[[CustomTabPanel:getTabsMinLength]]&lt;br /&gt;
*[[CustomTabPanel:getTabHeader]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomTabPanel:addTab]]&lt;br /&gt;
*[[CustomTabPanel:removeTab]]&lt;br /&gt;
*[[CustomTabPanel:clearTabs]]&lt;br /&gt;
*[[CustomTabPanel:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Labels''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomLabel.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomLabel:setText]]&lt;br /&gt;
*[[CustomLabel:setColor]]&lt;br /&gt;
*[[CustomLabel:setSchematicalColor]]&lt;br /&gt;
*[[CustomLabel:setHoverable]]&lt;br /&gt;
*[[CustomLabel:setVerticalAlign]]&lt;br /&gt;
*[[CustomLabel:setHorizontalAlign]]&lt;br /&gt;
*[[CustomLabel:setAlign]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomLabel:getText]]&lt;br /&gt;
*[[CustomLabel:getColor]]&lt;br /&gt;
*[[CustomLabel:getVerticalAlign]]&lt;br /&gt;
*[[CustomLabel:getHorizontalAlign]]&lt;br /&gt;
*[[CustomLabel:isSchematicalColor]]&lt;br /&gt;
*[[CustomLabel:isHoverable]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomLabel:getMainElement]]&lt;br /&gt;
*[[CustomLabel:addElement]]&lt;br /&gt;
*[[CustomLabel:removeElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Dialogs''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomDialog.create]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomDialog:open]]&lt;br /&gt;
*[[CustomDialog:close]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Tool Tips''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTooltip.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Function ====&lt;br /&gt;
*[[CustomTooltip:setShowTime]]&lt;br /&gt;
*[[CustomTooltip:setText]]&lt;br /&gt;
&lt;br /&gt;
==== Get Function ====&lt;br /&gt;
*[[CustomTooltip:getShowTime]]&lt;br /&gt;
*[[CustomTooltip:getText]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Loadings''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomLoading.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomLoading:setProgress]]&lt;br /&gt;
*[[CustomLoading:setAnimated]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomLoading:getProgress]]&lt;br /&gt;
*[[CustomLoading:getAnimated]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Scroll Panes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomScrollPane.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomScrollPane:setScrollSpeed]]&lt;br /&gt;
*[[CustomScrollPane:setVerticalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:setVerticalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrolling]]&lt;br /&gt;
*[[CustomScrollPane:setScrollingWithCursor]]&lt;br /&gt;
*[[CustomScrollPane:setScrollingWithWheel]]&lt;br /&gt;
*[[CustomScrollPane:addVerticalPixelScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:addHorizontalPixelScrollPosition]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomScrollPane:getScrollSpeed]]&lt;br /&gt;
*[[CustomScrollPane:getVerticalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:getHorizontalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:isVerticalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:isHorizontalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:isHorizontalScrolling]]&lt;br /&gt;
*[[CustomScrollPane:getScrollingWithCursor]]&lt;br /&gt;
*[[CustomScrollPane:getScrollingWithWheel]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomScrollPane:getMainElement]]&lt;br /&gt;
*[[CustomScrollPane:addElement]]&lt;br /&gt;
*[[CustomScrollPane:removeElement]]&lt;br /&gt;
*[[CustomScrollPane:update]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Table Views''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTableView.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomTableView:setSelectedLine]]&lt;br /&gt;
*[[CustomTableView:setIndentation]]&lt;br /&gt;
*[[CustomTableView:setTitleBarVisible]]&lt;br /&gt;
*[[CustomTableView:setLineHeight]]&lt;br /&gt;
*[[CustomTableView:setColumnWidth]]&lt;br /&gt;
*[[CustomTableView:setColumnTitle]]&lt;br /&gt;
*[[CustomTableView:setCellText]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomTableView:getSelectedLine]]&lt;br /&gt;
*[[CustomTableView:getIndentation]]&lt;br /&gt;
*[[CustomTableView:getTitleBarVisible]]&lt;br /&gt;
*[[CustomTableView:getLineHeight]]&lt;br /&gt;
*[[CustomTableView:getColumnWidth]]&lt;br /&gt;
*[[CustomTableView:getColumnTitle]]&lt;br /&gt;
*[[CustomTableView:getCellText]]&lt;br /&gt;
*[[CustomTableView:getCell]]&lt;br /&gt;
*[[CustomTableView:getLinesCount]]&lt;br /&gt;
*[[CustomTableView:getColumnsCount]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomTableView:addLine]]&lt;br /&gt;
*[[CustomTableView:removeLine]]&lt;br /&gt;
*[[CustomTableView:clearLines]]&lt;br /&gt;
*[[CustomTableView:addColumn]]&lt;br /&gt;
*[[CustomTableView:removeColumn]]&lt;br /&gt;
*[[CustomTableView:update]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Static Images''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomStaticImage.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Function ====&lt;br /&gt;
*[[CustomStaticImage:setColor]]&lt;br /&gt;
*[[CustomStaticImage:setImage]]&lt;br /&gt;
&lt;br /&gt;
==== Get Function ====&lt;br /&gt;
*[[CustomStaticImage:getColor]]&lt;br /&gt;
*[[CustomStaticImage:getImage]]&lt;br /&gt;
*[[CustomStaticImage:getNativeSize]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomStaticImage:getMainElement]]&lt;br /&gt;
*[[CustomStaticImage:addElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Events''' ===&lt;br /&gt;
*[[onCustomScrollPaneScrolled]]&lt;br /&gt;
*[[onCustomScrollBarScrolled]]&lt;br /&gt;
*[[onCustomDialogClick]]&lt;br /&gt;
*[[onCustomWindowClose]]&lt;br /&gt;
*[[onCustomCheckBoxChecked]]&lt;br /&gt;
*[[onCustomComboBoxSelectItem]]&lt;br /&gt;
*[[onCustomTabPanelChangeTab]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Other about Custom Widgets''' ===&lt;br /&gt;
*[[CustomWidgets.Variables]]&lt;br /&gt;
*[[CustomWidgets.Examples]]&lt;br /&gt;
*[[CustomWidgets.DemoWidgets]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:CWSFUNCS&amp;diff=59260</id>
		<title>Template:CWSFUNCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:CWSFUNCS&amp;diff=59260"/>
		<updated>2018-09-21T07:05:16Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Resource Wiki with ''content'' located here: [[Resource:CustomWidgets]]&lt;br /&gt;
=== '''Custom Widgets''' ===&lt;br /&gt;
This methods working for all elements except ''CustomDialogs'' and ''CustomTooltips''&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomWidget:setPosition]]&lt;br /&gt;
*[[CustomWidget:setSize]]&lt;br /&gt;
*[[CustomWidget:setVisible]]&lt;br /&gt;
*[[CustomWidget:setEnabled]]&lt;br /&gt;
*[[CustomWidget:setColorScheme]]&lt;br /&gt;
*[[CustomWidget:setFont]]&lt;br /&gt;
*[[CustomWidget:setFontSize]]&lt;br /&gt;
*[[CustomWidget:setSystemFont]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomWidget:getPosition]]&lt;br /&gt;
*[[CustomWidget:getSize]]&lt;br /&gt;
*[[CustomWidget:getRealSize]]&lt;br /&gt;
*[[CustomWidget:getVisible]]&lt;br /&gt;
*[[CustomWidget:getEnabled]]&lt;br /&gt;
*[[CustomWidget:getColorScheme]]&lt;br /&gt;
*[[CustomWidget:getFont]]&lt;br /&gt;
*[[CustomWidget:getFontSize]]&lt;br /&gt;
*[[getCWType]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomWidget:bringToFront]]&lt;br /&gt;
*[[CustomWidget:moveToBack]]&lt;br /&gt;
*[[CustomWidget:addEvent]]&lt;br /&gt;
*[[CustomWidget:removeEvent]]&lt;br /&gt;
*[[CustomWidget:destroy]]&lt;br /&gt;
*[[proceedColor]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Windows''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomWindow.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomWindow:setTitle]]&lt;br /&gt;
*[[CustomWindow:setText]]&lt;br /&gt;
*[[CustomWindow:setMovable]]&lt;br /&gt;
*[[CustomWindow:setSizable]]&lt;br /&gt;
*[[CustomWindow:setCloseEnabled]]&lt;br /&gt;
*[[CustomWindow:setSideBarLength]]&lt;br /&gt;
*[[CustomWindow:setSideBarPosition]]&lt;br /&gt;
*[[CustomWindow:setMinimalWidth]]&lt;br /&gt;
*[[CustomWindow:setMinimalHeight]]&lt;br /&gt;
*[[CustomWindow:setMinimalSize]]&lt;br /&gt;
*[[CustomWindow:setMaximalWidth]]&lt;br /&gt;
*[[CustomWindow:setMaximalHeight]]&lt;br /&gt;
*[[CustomWindow:setMaximalSize]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomWindow:getTitle]]&lt;br /&gt;
*[[CustomWindow:getText]]&lt;br /&gt;
*[[CustomWindow:getMovable]]&lt;br /&gt;
*[[CustomWindow:getSizable]]&lt;br /&gt;
*[[CustomWindow:getCloseEnabled]]&lt;br /&gt;
*[[CustomWindow:getSideBarLength]]&lt;br /&gt;
*[[CustomWindow:getSideBarPosition]]&lt;br /&gt;
*[[CustomWindow:getMinimalWidth]]&lt;br /&gt;
*[[CustomWindow:getMinimalHeight]]&lt;br /&gt;
*[[CustomWindow:getMinimalSize]]&lt;br /&gt;
*[[CustomWindow:getMaximalWidth]]&lt;br /&gt;
*[[CustomWindow:getMaximalHeight]]&lt;br /&gt;
*[[CustomWindow:getMaximalSize]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomWindow:open]]&lt;br /&gt;
*[[CustomWindow:close]]&lt;br /&gt;
*[[CustomWindow:addElement]]&lt;br /&gt;
*[[CustomWindow:addElements]]&lt;br /&gt;
*[[CustomWindow:showDialog]]&lt;br /&gt;
*[[CustomWindow:showBar]]&lt;br /&gt;
*[[CustomWindow:getMainElement]]&lt;br /&gt;
*[[CustomWindow:getHeader]]&lt;br /&gt;
*[[CustomWindow:getDialog]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Buttons''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomButton.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomButton:setText]]&lt;br /&gt;
*[[CustomButton:setImage]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomButton:getText]]&lt;br /&gt;
*[[CustomButton:getImage]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomButton:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Progress Bars''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomProgressBar.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomProgressBar:setProgress]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomProgressBar:getProgress]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomProgressBar:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Scroll Bars''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomScrollBar.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomScrollBar:setScrollPosition]]&lt;br /&gt;
*[[CustomScrollBar:setScrollLength]]&lt;br /&gt;
*[[CustomScrollBar:setScrollSpeed]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomScrollBar:getScrollPosition]]&lt;br /&gt;
*[[CustomScrollBar:getScrollLength]]&lt;br /&gt;
*[[CustomScrollBar:getScrollSpeed]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Edit Boxes''' ===&lt;br /&gt;
All functions, what has mark ''CustomEditBox'' available for ''CustomEdit'', ''CustomMemo'' and ''CustomSpinner''.&lt;br /&gt;
&lt;br /&gt;
==== Create Functions ====&lt;br /&gt;
*[[CustomEdit.create]]&lt;br /&gt;
*[[CustomMemo.create]]&lt;br /&gt;
*[[CustomSpinner.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomEditBox:setReadOnly]]&lt;br /&gt;
*[[CustomEditBox:setText]]&lt;br /&gt;
*[[CustomEditBox:setCaretIndex]]&lt;br /&gt;
*[[CustomEditBox:setSidesColor]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomEdit:setMasked]]&lt;br /&gt;
*[[CustomEdit:setMaxLength]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomSpinner:setMinimal]]&lt;br /&gt;
*[[CustomSpinner:setMaximal]]&lt;br /&gt;
*[[CustomSpinner:setStepSize]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomEditBox:getReadOnly]]&lt;br /&gt;
*[[CustomEditBox:getText]]&lt;br /&gt;
*[[CustomEditBox:getCaretIndex]]&lt;br /&gt;
*[[CustomEditBox:isOnSide]]&lt;br /&gt;
*[[CustomEditBox:getSidesColor]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomEdit:getMasked]]&lt;br /&gt;
*[[CustomEdit:getMaxLength]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomSpinner:getMinimal]]&lt;br /&gt;
*[[CustomSpinner:getMaximal]]&lt;br /&gt;
*[[CustomSpinner:getStepSize]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomEditBox:putOnSide]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Check Boxes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomCheckBox.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomCheckBox:setText]]&lt;br /&gt;
*[[CustomCheckBox:setChecked]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomCheckBox:getText]]&lt;br /&gt;
*[[CustomCheckBox:getChecked]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomCheckBox:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Combo Boxes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomComboBox.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomComboBox:setSelectedItem]]&lt;br /&gt;
*[[CustomComboBox:setItemText]]&lt;br /&gt;
*[[CustomComboBox:setMaxHeight]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomComboBox:getSelectedItem]]&lt;br /&gt;
*[[CustomComboBox:getItemText]]&lt;br /&gt;
*[[CustomComboBox:getMaxHeight]]&lt;br /&gt;
*[[CustomComboBox:getItemsCount]]&lt;br /&gt;
*[[CustomComboBox:getItems]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomComboBox:addItem]]&lt;br /&gt;
*[[CustomComboBox:removeItem]]&lt;br /&gt;
*[[CustomComboBox:clear]]&lt;br /&gt;
*[[CustomComboBox:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Tabbed Panels''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTabPanel.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomTabPanel:setTabVisible]]&lt;br /&gt;
*[[CustomTabPanel:setTabEnabled]]&lt;br /&gt;
*[[CustomTabPanel:setTabText]]&lt;br /&gt;
*[[CustomTabPanel:setSelectedTab]]&lt;br /&gt;
*[[CustomTabPanel:setTabsMinLength]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomTabPanel:getTabVisible]]&lt;br /&gt;
*[[CustomTabPanel:getTabEnabled]]&lt;br /&gt;
*[[CustomTabPanel:getTabText]]&lt;br /&gt;
*[[CustomTabPanel:getTabFromText]]&lt;br /&gt;
*[[CustomTabPanel:getSelectedTab]]&lt;br /&gt;
*[[CustomTabPanel:getTabsMinLength]]&lt;br /&gt;
*[[CustomTabPanel:getTabHeader]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomTabPanel:addTab]]&lt;br /&gt;
*[[CustomTabPanel:removeTab]]&lt;br /&gt;
*[[CustomTabPanel:clearTabs]]&lt;br /&gt;
*[[CustomTabPanel:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Labels''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomLabel.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomLabel:setText]]&lt;br /&gt;
*[[CustomLabel:setColor]]&lt;br /&gt;
*[[CustomLabel:setSchematicalColor]]&lt;br /&gt;
*[[CustomLabel:setHoverable]]&lt;br /&gt;
*[[CustomLabel:setVerticalAlign]]&lt;br /&gt;
*[[CustomLabel:setHorizontalAlign]]&lt;br /&gt;
*[[CustomLabel:setAlign]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomLabel:getText]]&lt;br /&gt;
*[[CustomLabel:getColor]]&lt;br /&gt;
*[[CustomLabel:getVerticalAlign]]&lt;br /&gt;
*[[CustomLabel:getHorizontalAlign]]&lt;br /&gt;
*[[CustomLabel:isSchematicalColor]]&lt;br /&gt;
*[[CustomLabel:isHoverable]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomLabel:getMainElement]]&lt;br /&gt;
*[[CustomLabel:addElement]]&lt;br /&gt;
*[[CustomLabel:removeElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Dialogs''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomDialog.create]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomDialog:open]]&lt;br /&gt;
*[[CustomDialog:close]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Tool Tips''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTooltip.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Function ====&lt;br /&gt;
*[[CustomTooltip:setShowTime]]&lt;br /&gt;
*[[CustomTooltip:setText]]&lt;br /&gt;
&lt;br /&gt;
==== Get Function ====&lt;br /&gt;
*[[CustomTooltip:getShowTime]]&lt;br /&gt;
*[[CustomTooltip:getText]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Loadings''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomLoading.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomLoading:setProgress]]&lt;br /&gt;
*[[CustomLoading:setAnimated]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomLoading:getProgress]]&lt;br /&gt;
*[[CustomLoading:getAnimated]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Scroll Panes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomScrollPane.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomScrollPane:setScrollSpeed]]&lt;br /&gt;
*[[CustomScrollPane:setVerticalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:setVerticalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrolling]]&lt;br /&gt;
*[[CustomScrollPane:setScrollingWithCursor]]&lt;br /&gt;
*[[CustomScrollPane:setScrollingWithWheel]]&lt;br /&gt;
*[[CustomScrollPane:addVerticalPixelScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:addHorizontalPixelScrollPosition]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomScrollPane:getScrollSpeed]]&lt;br /&gt;
*[[CustomScrollPane:getVerticalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:getHorizontalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:isVerticalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:isHorizontalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:isHorizontalScrolling]]&lt;br /&gt;
*[[CustomScrollPane:getScrollingWithCursor]]&lt;br /&gt;
*[[CustomScrollPane:getScrollingWithWheel]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomScrollPane:getMainElement]]&lt;br /&gt;
*[[CustomScrollPane:addElement]]&lt;br /&gt;
*[[CustomScrollPane:removeElement]]&lt;br /&gt;
*[[CustomScrollPane:update]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Table Views''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTableView.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomTableView:setSelectedLine]]&lt;br /&gt;
*[[CustomTableView:setIndentation]]&lt;br /&gt;
*[[CustomTableView:setTitleBarVisible]]&lt;br /&gt;
*[[CustomTableView:setLineHeight]]&lt;br /&gt;
*[[CustomTableView:setColumnWidth]]&lt;br /&gt;
*[[CustomTableView:setColumnTitle]]&lt;br /&gt;
*[[CustomTableView:setCellText]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomTableView:getSelectedLine]]&lt;br /&gt;
*[[CustomTableView:getIndentation]]&lt;br /&gt;
*[[CustomTableView:getTitleBarVisible]]&lt;br /&gt;
*[[CustomTableView:getLineHeight]]&lt;br /&gt;
*[[CustomTableView:getColumnWidth]]&lt;br /&gt;
*[[CustomTableView:getColumnTitle]]&lt;br /&gt;
*[[CustomTableView:getCellText]]&lt;br /&gt;
*[[CustomTableView:getCell]]&lt;br /&gt;
*[[CustomTableView:getLinesCount]]&lt;br /&gt;
*[[CustomTableView:getColumnsCount]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomTableView:addLine]]&lt;br /&gt;
*[[CustomTableView:removeLine]]&lt;br /&gt;
*[[CustomTableView:clearLines]]&lt;br /&gt;
*[[CustomTableView:addColumn]]&lt;br /&gt;
*[[CustomTableView:removeColumn]]&lt;br /&gt;
*[[CustomTableView:update]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Events''' ===&lt;br /&gt;
*[[onCustomScrollPaneScrolled]]&lt;br /&gt;
*[[onCustomScrollBarScrolled]]&lt;br /&gt;
*[[onCustomDialogClick]]&lt;br /&gt;
*[[onCustomWindowClose]]&lt;br /&gt;
*[[onCustomCheckBoxChecked]]&lt;br /&gt;
*[[onCustomComboBoxSelectItem]]&lt;br /&gt;
*[[onCustomTabPanelChangeTab]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Other about Custom Widgets''' ===&lt;br /&gt;
*[[CustomWidgets.Variables]]&lt;br /&gt;
*[[CustomWidgets.Examples]]&lt;br /&gt;
*[[CustomWidgets.DemoWidgets]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomScrollPane:getFrame&amp;diff=59259</id>
		<title>CustomScrollPane:getFrame</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomScrollPane:getFrame&amp;diff=59259"/>
		<updated>2018-09-21T07:04:32Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomScrollPane:getFrame to CustomScrollPane:getMainElement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CustomScrollPane:getMainElement]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomScrollPane:getMainElement&amp;diff=59258</id>
		<title>CustomScrollPane:getMainElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomScrollPane:getMainElement&amp;diff=59258"/>
		<updated>2018-09-21T07:04:32Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomScrollPane:getFrame to CustomScrollPane:getMainElement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Main Parent gui-element of Custom Scroll Pane.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gui-staticimage CustomScrollPane:getMainElement()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns main parent object of Custom Scroll Pane, where user can locate any object. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates window with Scroll Pane with buttons, connected to SP with different ways:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 100, 85, &amp;quot;Hello World&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local SPane = CustomScrollPane.create(5, 25, 90, 55, false, Window)&lt;br /&gt;
local ButtonOld = CustomButton.create(1, 1, 25, 25, &amp;quot;Hello World&amp;quot;, false, SPane:getMainElement())&lt;br /&gt;
local ButtonNew = CustomButton.create(1, 31, 88, 25, &amp;quot;Hello World&amp;quot;, false, SPane)&lt;br /&gt;
&lt;br /&gt;
Window:setColorScheme(Themes.Dark.Red)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomScrollPane:getMainElement&amp;diff=59257</id>
		<title>CustomScrollPane:getMainElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomScrollPane:getMainElement&amp;diff=59257"/>
		<updated>2018-09-21T07:04:25Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Main Parent gui-element of Custom Scroll Pane.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gui-staticimage CustomScrollPane:getMainElement()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns main parent object of Custom Scroll Pane, where user can locate any object. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates window with Scroll Pane with buttons, connected to SP with different ways:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 100, 85, &amp;quot;Hello World&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local SPane = CustomScrollPane.create(5, 25, 90, 55, false, Window)&lt;br /&gt;
local ButtonOld = CustomButton.create(1, 1, 25, 25, &amp;quot;Hello World&amp;quot;, false, SPane:getMainElement())&lt;br /&gt;
local ButtonNew = CustomButton.create(1, 31, 88, 25, &amp;quot;Hello World&amp;quot;, false, SPane)&lt;br /&gt;
&lt;br /&gt;
Window:setColorScheme(Themes.Dark.Red)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomLabel:getFrame&amp;diff=59256</id>
		<title>CustomLabel:getFrame</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomLabel:getFrame&amp;diff=59256"/>
		<updated>2018-09-21T07:04:02Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomLabel:getFrame to CustomLabel:getMainElement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CustomLabel:getMainElement]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomLabel:getMainElement&amp;diff=59255</id>
		<title>CustomLabel:getMainElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomLabel:getMainElement&amp;diff=59255"/>
		<updated>2018-09-21T07:04:02Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomLabel:getFrame to CustomLabel:getMainElement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Main gui-element (main element, where located any events) of Custom Label.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gui-staticimage CustomLabel:getMainElement()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns frame object of Custom Label, where user can locate any object. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Look at [[CustomWindow:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomLabel:getMainElement&amp;diff=59254</id>
		<title>CustomLabel:getMainElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomLabel:getMainElement&amp;diff=59254"/>
		<updated>2018-09-21T07:03:49Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Main gui-element (main element, where located any events) of Custom Label.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gui-staticimage CustomLabel:getMainElement()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns frame object of Custom Label, where user can locate any object. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Look at [[CustomWindow:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomTabPanel:getFrame&amp;diff=59253</id>
		<title>CustomTabPanel:getFrame</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomTabPanel:getFrame&amp;diff=59253"/>
		<updated>2018-09-21T07:03:17Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomTabPanel:getFrame to CustomTabPanel:getMainElement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CustomTabPanel:getMainElement]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomTabPanel:getMainElement&amp;diff=59252</id>
		<title>CustomTabPanel:getMainElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomTabPanel:getMainElement&amp;diff=59252"/>
		<updated>2018-09-21T07:03:17Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomTabPanel:getFrame to CustomTabPanel:getMainElement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Main gui-element (main element, where located any events) of Custom Tab Panel.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gui-staticimage CustomTabPanel:getMainElement()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns current tab object of Custom Tab Panel, where user can locate any object. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Look at [[CustomWindow:getMainElement]]&lt;br /&gt;
Same as [[CustomTabPanel:getSelectedTab]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomTabPanel:getMainElement&amp;diff=59251</id>
		<title>CustomTabPanel:getMainElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomTabPanel:getMainElement&amp;diff=59251"/>
		<updated>2018-09-21T07:03:10Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Main gui-element (main element, where located any events) of Custom Tab Panel.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gui-staticimage CustomTabPanel:getMainElement()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns current tab object of Custom Tab Panel, where user can locate any object. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Look at [[CustomWindow:getMainElement]]&lt;br /&gt;
Same as [[CustomTabPanel:getSelectedTab]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomComboBox:getFrame&amp;diff=59250</id>
		<title>CustomComboBox:getFrame</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomComboBox:getFrame&amp;diff=59250"/>
		<updated>2018-09-21T07:02:48Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomComboBox:getFrame to CustomComboBox:getMainElement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CustomComboBox:getMainElement]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomComboBox:getMainElement&amp;diff=59249</id>
		<title>CustomComboBox:getMainElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomComboBox:getMainElement&amp;diff=59249"/>
		<updated>2018-09-21T07:02:47Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomComboBox:getFrame to CustomComboBox:getMainElement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Main gui-element (main element, where located any events) of Custom Combo Box.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gui-staticimage CustomComboBox:getMainElement()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns frame object of Custom Combo Box, where user can locate any object. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Look at [[CustomWindow:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomComboBox:getMainElement&amp;diff=59248</id>
		<title>CustomComboBox:getMainElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomComboBox:getMainElement&amp;diff=59248"/>
		<updated>2018-09-21T07:02:42Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Main gui-element (main element, where located any events) of Custom Combo Box.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gui-staticimage CustomComboBox:getMainElement()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns frame object of Custom Combo Box, where user can locate any object. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Look at [[CustomWindow:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomCheckBox:getFrame&amp;diff=59247</id>
		<title>CustomCheckBox:getFrame</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomCheckBox:getFrame&amp;diff=59247"/>
		<updated>2018-09-21T07:02:26Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomCheckBox:getFrame to CustomCheckBox:getMainElement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CustomCheckBox:getMainElement]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomCheckBox:getMainElement&amp;diff=59246</id>
		<title>CustomCheckBox:getMainElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomCheckBox:getMainElement&amp;diff=59246"/>
		<updated>2018-09-21T07:02:26Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomCheckBox:getFrame to CustomCheckBox:getMainElement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Main gui-element (main element, where located any events) of Custom Check Box.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gui-staticimage CustomCheckBox:getMainElement()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns frame object of Custom Check Box, where user can locate any object. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Look at [[CustomWindow:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomCheckBox:getMainElement&amp;diff=59245</id>
		<title>CustomCheckBox:getMainElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomCheckBox:getMainElement&amp;diff=59245"/>
		<updated>2018-09-21T07:02:20Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Main gui-element (main element, where located any events) of Custom Check Box.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gui-staticimage CustomCheckBox:getMainElement()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns frame object of Custom Check Box, where user can locate any object. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Look at [[CustomWindow:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomProgressBar:getFrame&amp;diff=59244</id>
		<title>CustomProgressBar:getFrame</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomProgressBar:getFrame&amp;diff=59244"/>
		<updated>2018-09-21T07:02:08Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomProgressBar:getFrame to CustomProgressBar:getMainElement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CustomProgressBar:getMainElement]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomProgressBar:getMainElement&amp;diff=59243</id>
		<title>CustomProgressBar:getMainElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomProgressBar:getMainElement&amp;diff=59243"/>
		<updated>2018-09-21T07:02:07Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomProgressBar:getFrame to CustomProgressBar:getMainElement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Main gui-element (main element, where located any events) of Custom Progress Bar.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gui-staticimage CustomProgressBar:getMainElement()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns frame object of Custom Progress Bar, where user can locate any object. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Look at [[CustomWindow:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomProgressBar:getMainElement&amp;diff=59242</id>
		<title>CustomProgressBar:getMainElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomProgressBar:getMainElement&amp;diff=59242"/>
		<updated>2018-09-21T07:02:00Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Main gui-element (main element, where located any events) of Custom Progress Bar.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gui-staticimage CustomProgressBar:getMainElement()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns frame object of Custom Progress Bar, where user can locate any object. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Look at [[CustomWindow:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomButton:getFrame&amp;diff=59241</id>
		<title>CustomButton:getFrame</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomButton:getFrame&amp;diff=59241"/>
		<updated>2018-09-21T07:00:43Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomButton:getFrame to CustomButton:getMainElement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CustomButton:getMainElement]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomButton:getMainElement&amp;diff=59240</id>
		<title>CustomButton:getMainElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomButton:getMainElement&amp;diff=59240"/>
		<updated>2018-09-21T07:00:43Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomButton:getFrame to CustomButton:getMainElement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Main gui-element (main element, where located any events) of Custom Button.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gui-staticimage CustomButton:getMainElement()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns frame object of Custom Button, where user can locate any object. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Look at [[CustomWindow:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomButton:getMainElement&amp;diff=59239</id>
		<title>CustomButton:getMainElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomButton:getMainElement&amp;diff=59239"/>
		<updated>2018-09-21T07:00:32Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Main gui-element (main element, where located any events) of Custom Button.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gui-staticimage CustomButton:getMainElement()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns frame object of Custom Button, where user can locate any object. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Look at [[CustomWindow:getMainElement]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomWindow:getFrame&amp;diff=59238</id>
		<title>CustomWindow:getFrame</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomWindow:getFrame&amp;diff=59238"/>
		<updated>2018-09-21T06:59:59Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomWindow:getFrame to CustomWindow:getMainElement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CustomWindow:getMainElement]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomWindow:getMainElement&amp;diff=59237</id>
		<title>CustomWindow:getMainElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomWindow:getMainElement&amp;diff=59237"/>
		<updated>2018-09-21T06:59:59Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomWindow:getFrame to CustomWindow:getMainElement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Frame gui-element of Custom Window.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gui-staticimage CustomWindow:getMainElement()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns frame object of Custom Window, where user can locate any object. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
[[File:ParenChecker.png|thumb|right|Code Example.]]&lt;br /&gt;
This example creates window with buttons, connected to it with different types:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 100, 85, &amp;quot;Hello World&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local ButtonWithTheme = CustomButton.create(5, 25, 90, 25, &amp;quot;With Theme&amp;quot;, false, Window)&lt;br /&gt;
local ButtonWithoutTheme = CustomButton.create(5, 55, 90, 25, &amp;quot;Without Theme&amp;quot;, false, Window:getMainElement())&lt;br /&gt;
&lt;br /&gt;
Window:setColorScheme(Themes.Dark.Red)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomWindow:getMainElement&amp;diff=59236</id>
		<title>CustomWindow:getMainElement</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomWindow:getMainElement&amp;diff=59236"/>
		<updated>2018-09-21T06:59:52Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Frame gui-element of Custom Window.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
gui-staticimage CustomWindow:getMainElement()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
Returns frame object of Custom Window, where user can locate any object. &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
[[File:ParenChecker.png|thumb|right|Code Example.]]&lt;br /&gt;
This example creates window with buttons, connected to it with different types:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 100, 85, &amp;quot;Hello World&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local ButtonWithTheme = CustomButton.create(5, 25, 90, 25, &amp;quot;With Theme&amp;quot;, false, Window)&lt;br /&gt;
local ButtonWithoutTheme = CustomButton.create(5, 55, 90, 25, &amp;quot;Without Theme&amp;quot;, false, Window:getMainElement())&lt;br /&gt;
&lt;br /&gt;
Window:setColorScheme(Themes.Dark.Red)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomWidget:setSystemFont&amp;diff=59235</id>
		<title>CustomWidget:setSystemFont</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomWidget:setSystemFont&amp;diff=59235"/>
		<updated>2018-09-21T06:54:39Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: Created page with &amp;quot;__NOTOC__ {{Client function}} This function sets font for Custom Widget from defaults.  == Syntax == &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; nil CustomWidget:setSystemFont(string FontNam...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function sets font for Custom Widget from defaults.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
nil CustomWidget:setSystemFont(string FontName)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Arguments === &lt;br /&gt;
*'''FontName''' - String of font. Look for [[Standard_GUI_Font_Names]]&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates label and changing its font to Default Bold.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 150, 85, &amp;quot;Example&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local Label = CustomLabel.create(5, 25, 140, 25, &amp;quot;Label&amp;quot;, false, Window)&lt;br /&gt;
Label:setSystemFont(&amp;quot;default-bold&amp;quot;)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomLabel:setFontSize&amp;diff=59234</id>
		<title>CustomLabel:setFontSize</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomLabel:setFontSize&amp;diff=59234"/>
		<updated>2018-09-21T06:51:42Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomLabel:setFontSize to CustomWidget:setFontSize&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CustomWidget:setFontSize]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomWidget:setFontSize&amp;diff=59233</id>
		<title>CustomWidget:setFontSize</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomWidget:setFontSize&amp;diff=59233"/>
		<updated>2018-09-21T06:51:42Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomLabel:setFontSize to CustomWidget:setFontSize&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function sets font size for Custom Widget.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
nil CustomWidget:setFontSize([float FontSize])&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Arguments === &lt;br /&gt;
*'''FontSize''' - Font Size. Default - ''9''.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates label and changing its font.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 150, 85, &amp;quot;Example&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local Label = CustomLabel.create(5, 25, 140, 25, &amp;quot;Label&amp;quot;, false, Window)&lt;br /&gt;
Label:setFont(Fonts.RobotoThin)&lt;br /&gt;
Label:setFontSize(12)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomWidget:setFontSize&amp;diff=59232</id>
		<title>CustomWidget:setFontSize</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomWidget:setFontSize&amp;diff=59232"/>
		<updated>2018-09-21T06:51:29Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function sets font size for Custom Widget.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
nil CustomWidget:setFontSize([float FontSize])&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Arguments === &lt;br /&gt;
*'''FontSize''' - Font Size. Default - ''9''.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates label and changing its font.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 150, 85, &amp;quot;Example&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local Label = CustomLabel.create(5, 25, 140, 25, &amp;quot;Label&amp;quot;, false, Window)&lt;br /&gt;
Label:setFont(Fonts.RobotoThin)&lt;br /&gt;
Label:setFontSize(12)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomLabel:getFontSize&amp;diff=59231</id>
		<title>CustomLabel:getFontSize</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomLabel:getFontSize&amp;diff=59231"/>
		<updated>2018-09-21T06:50:17Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomLabel:getFontSize to CustomWidget:getFontSize&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CustomWidget:getFontSize]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomWidget:getFontSize&amp;diff=59230</id>
		<title>CustomWidget:getFontSize</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomWidget:getFontSize&amp;diff=59230"/>
		<updated>2018-09-21T06:50:17Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomLabel:getFontSize to CustomWidget:getFontSize&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets font size of Custom Widget.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
float CustomWidget:getFontSize()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns === &lt;br /&gt;
Returns font size of Custom Widget.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates label and changing its font.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 150, 85, &amp;quot;Example&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local Label = CustomLabel.create(5, 25, 140, 25, &amp;quot;Label&amp;quot;, false, Window)&lt;br /&gt;
Label:setFont(Fonts.RobotoThin, 12)&lt;br /&gt;
&lt;br /&gt;
outputChatBox(Label:getFontSize())&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomWidget:getFontSize&amp;diff=59229</id>
		<title>CustomWidget:getFontSize</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomWidget:getFontSize&amp;diff=59229"/>
		<updated>2018-09-21T06:50:09Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets font size of Custom Widget.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
float CustomWidget:getFontSize()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns === &lt;br /&gt;
Returns font size of Custom Widget.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates label and changing its font.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 150, 85, &amp;quot;Example&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local Label = CustomLabel.create(5, 25, 140, 25, &amp;quot;Label&amp;quot;, false, Window)&lt;br /&gt;
Label:setFont(Fonts.RobotoThin, 12)&lt;br /&gt;
&lt;br /&gt;
outputChatBox(Label:getFontSize())&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomLabel:getFont&amp;diff=59228</id>
		<title>CustomLabel:getFont</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomLabel:getFont&amp;diff=59228"/>
		<updated>2018-09-21T06:49:37Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomLabel:getFont to CustomWidget:getFont&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CustomWidget:getFont]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomWidget:getFont&amp;diff=59227</id>
		<title>CustomWidget:getFont</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomWidget:getFont&amp;diff=59227"/>
		<updated>2018-09-21T06:49:37Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomLabel:getFont to CustomWidget:getFont&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets font of Custom Widget.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
string CustomWidget:getFont()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns === &lt;br /&gt;
Returns string of font location.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates label and changing its font.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 150, 85, &amp;quot;Example&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local Label = CustomLabel.create(5, 25, 140, 25, &amp;quot;Label&amp;quot;, false, Window)&lt;br /&gt;
Label:setFont(Fonts.RobotoThin, 12)&lt;br /&gt;
&lt;br /&gt;
outputChatBox(Label:getFont())&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomWidget:getFont&amp;diff=59226</id>
		<title>CustomWidget:getFont</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomWidget:getFont&amp;diff=59226"/>
		<updated>2018-09-21T06:49:26Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets font of Custom Widget.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
string CustomWidget:getFont()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns === &lt;br /&gt;
Returns string of font location.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates label and changing its font.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 150, 85, &amp;quot;Example&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local Label = CustomLabel.create(5, 25, 140, 25, &amp;quot;Label&amp;quot;, false, Window)&lt;br /&gt;
Label:setFont(Fonts.RobotoThin, 12)&lt;br /&gt;
&lt;br /&gt;
outputChatBox(Label:getFont())&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:CWSFUNCS&amp;diff=59225</id>
		<title>Template:CWSFUNCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:CWSFUNCS&amp;diff=59225"/>
		<updated>2018-09-21T06:48:54Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Resource Wiki with ''content'' located here: [[Resource:CustomWidgets]]&lt;br /&gt;
=== '''Custom Widgets''' ===&lt;br /&gt;
This methods working for all elements except ''CustomDialogs'' and ''CustomTooltips''&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomWidget:setPosition]]&lt;br /&gt;
*[[CustomWidget:setSize]]&lt;br /&gt;
*[[CustomWidget:setVisible]]&lt;br /&gt;
*[[CustomWidget:setEnabled]]&lt;br /&gt;
*[[CustomWidget:setColorScheme]]&lt;br /&gt;
*[[CustomWidget:setFont]]&lt;br /&gt;
*[[CustomWidget:setFontSize]]&lt;br /&gt;
*[[CustomWidget:setSystemFont]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomWidget:getPosition]]&lt;br /&gt;
*[[CustomWidget:getSize]]&lt;br /&gt;
*[[CustomWidget:getRealSize]]&lt;br /&gt;
*[[CustomWidget:getVisible]]&lt;br /&gt;
*[[CustomWidget:getEnabled]]&lt;br /&gt;
*[[CustomWidget:getColorScheme]]&lt;br /&gt;
*[[CustomWidget:getFont]]&lt;br /&gt;
*[[CustomWidget:getFontSize]]&lt;br /&gt;
*[[getCWType]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomWidget:bringToFront]]&lt;br /&gt;
*[[CustomWidget:moveToBack]]&lt;br /&gt;
*[[CustomWidget:addEvent]]&lt;br /&gt;
*[[CustomWidget:removeEvent]]&lt;br /&gt;
*[[CustomWidget:destroy]]&lt;br /&gt;
*[[proceedColor]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Windows''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomWindow.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomWindow:setTitle]]&lt;br /&gt;
*[[CustomWindow:setText]]&lt;br /&gt;
*[[CustomWindow:setMovable]]&lt;br /&gt;
*[[CustomWindow:setSizable]]&lt;br /&gt;
*[[CustomWindow:setCloseEnabled]]&lt;br /&gt;
*[[CustomWindow:setSideBarLength]]&lt;br /&gt;
*[[CustomWindow:setSideBarPosition]]&lt;br /&gt;
*[[CustomWindow:setMinimalWidth]]&lt;br /&gt;
*[[CustomWindow:setMinimalHeight]]&lt;br /&gt;
*[[CustomWindow:setMinimalSize]]&lt;br /&gt;
*[[CustomWindow:setMaximalWidth]]&lt;br /&gt;
*[[CustomWindow:setMaximalHeight]]&lt;br /&gt;
*[[CustomWindow:setMaximalSize]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomWindow:getTitle]]&lt;br /&gt;
*[[CustomWindow:getText]]&lt;br /&gt;
*[[CustomWindow:getMovable]]&lt;br /&gt;
*[[CustomWindow:getSizable]]&lt;br /&gt;
*[[CustomWindow:getCloseEnabled]]&lt;br /&gt;
*[[CustomWindow:getSideBarLength]]&lt;br /&gt;
*[[CustomWindow:getSideBarPosition]]&lt;br /&gt;
*[[CustomWindow:getMinimalWidth]]&lt;br /&gt;
*[[CustomWindow:getMinimalHeight]]&lt;br /&gt;
*[[CustomWindow:getMinimalSize]]&lt;br /&gt;
*[[CustomWindow:getMaximalWidth]]&lt;br /&gt;
*[[CustomWindow:getMaximalHeight]]&lt;br /&gt;
*[[CustomWindow:getMaximalSize]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomWindow:open]]&lt;br /&gt;
*[[CustomWindow:close]]&lt;br /&gt;
*[[CustomWindow:addElement]]&lt;br /&gt;
*[[CustomWindow:addElements]]&lt;br /&gt;
*[[CustomWindow:showDialog]]&lt;br /&gt;
*[[CustomWindow:showBar]]&lt;br /&gt;
*[[CustomWindow:getFrame]]&lt;br /&gt;
*[[CustomWindow:getHeader]]&lt;br /&gt;
*[[CustomWindow:getDialog]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Buttons''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomButton.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomButton:setText]]&lt;br /&gt;
*[[CustomButton:setImage]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomButton:getText]]&lt;br /&gt;
*[[CustomButton:getImage]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomButton:getFrame]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Progress Bars''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomProgressBar.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomProgressBar:setProgress]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomProgressBar:getProgress]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomProgressBar:getFrame]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Scroll Bars''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomScrollBar.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomScrollBar:setScrollPosition]]&lt;br /&gt;
*[[CustomScrollBar:setScrollLength]]&lt;br /&gt;
*[[CustomScrollBar:setScrollSpeed]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomScrollBar:getScrollPosition]]&lt;br /&gt;
*[[CustomScrollBar:getScrollLength]]&lt;br /&gt;
*[[CustomScrollBar:getScrollSpeed]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Edit Boxes''' ===&lt;br /&gt;
All functions, what has mark ''CustomEditBox'' available for ''CustomEdit'', ''CustomMemo'' and ''CustomSpinner''.&lt;br /&gt;
&lt;br /&gt;
==== Create Functions ====&lt;br /&gt;
*[[CustomEdit.create]]&lt;br /&gt;
*[[CustomMemo.create]]&lt;br /&gt;
*[[CustomSpinner.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomEditBox:setReadOnly]]&lt;br /&gt;
*[[CustomEditBox:setText]]&lt;br /&gt;
*[[CustomEditBox:setCaretIndex]]&lt;br /&gt;
*[[CustomEditBox:setSidesColor]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomEdit:setMasked]]&lt;br /&gt;
*[[CustomEdit:setMaxLength]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomSpinner:setMinimal]]&lt;br /&gt;
*[[CustomSpinner:setMaximal]]&lt;br /&gt;
*[[CustomSpinner:setStepSize]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomEditBox:getReadOnly]]&lt;br /&gt;
*[[CustomEditBox:getText]]&lt;br /&gt;
*[[CustomEditBox:getCaretIndex]]&lt;br /&gt;
*[[CustomEditBox:isOnSide]]&lt;br /&gt;
*[[CustomEditBox:getSidesColor]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomEdit:getMasked]]&lt;br /&gt;
*[[CustomEdit:getMaxLength]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomSpinner:getMinimal]]&lt;br /&gt;
*[[CustomSpinner:getMaximal]]&lt;br /&gt;
*[[CustomSpinner:getStepSize]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomEditBox:putOnSide]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Check Boxes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomCheckBox.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomCheckBox:setText]]&lt;br /&gt;
*[[CustomCheckBox:setChecked]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomCheckBox:getText]]&lt;br /&gt;
*[[CustomCheckBox:getChecked]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomCheckBox:getFrame]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Combo Boxes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomComboBox.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomComboBox:setSelectedItem]]&lt;br /&gt;
*[[CustomComboBox:setItemText]]&lt;br /&gt;
*[[CustomComboBox:setMaxHeight]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomComboBox:getSelectedItem]]&lt;br /&gt;
*[[CustomComboBox:getItemText]]&lt;br /&gt;
*[[CustomComboBox:getMaxHeight]]&lt;br /&gt;
*[[CustomComboBox:getItemsCount]]&lt;br /&gt;
*[[CustomComboBox:getItems]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomComboBox:addItem]]&lt;br /&gt;
*[[CustomComboBox:removeItem]]&lt;br /&gt;
*[[CustomComboBox:clear]]&lt;br /&gt;
*[[CustomComboBox:getFrame]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Tabbed Panels''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTabPanel.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomTabPanel:setTabVisible]]&lt;br /&gt;
*[[CustomTabPanel:setTabEnabled]]&lt;br /&gt;
*[[CustomTabPanel:setTabText]]&lt;br /&gt;
*[[CustomTabPanel:setSelectedTab]]&lt;br /&gt;
*[[CustomTabPanel:setTabsMinLength]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomTabPanel:getTabVisible]]&lt;br /&gt;
*[[CustomTabPanel:getTabEnabled]]&lt;br /&gt;
*[[CustomTabPanel:getTabText]]&lt;br /&gt;
*[[CustomTabPanel:getTabFromText]]&lt;br /&gt;
*[[CustomTabPanel:getSelectedTab]]&lt;br /&gt;
*[[CustomTabPanel:getTabsMinLength]]&lt;br /&gt;
*[[CustomTabPanel:getTabHeader]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomTabPanel:addTab]]&lt;br /&gt;
*[[CustomTabPanel:removeTab]]&lt;br /&gt;
*[[CustomTabPanel:clearTabs]]&lt;br /&gt;
*[[CustomTabPanel:getFrame]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Labels''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomLabel.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomLabel:setText]]&lt;br /&gt;
*[[CustomLabel:setColor]]&lt;br /&gt;
*[[CustomLabel:setSchematicalColor]]&lt;br /&gt;
*[[CustomLabel:setHoverable]]&lt;br /&gt;
*[[CustomLabel:setVerticalAlign]]&lt;br /&gt;
*[[CustomLabel:setHorizontalAlign]]&lt;br /&gt;
*[[CustomLabel:setAlign]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomLabel:getText]]&lt;br /&gt;
*[[CustomLabel:getColor]]&lt;br /&gt;
*[[CustomLabel:getVerticalAlign]]&lt;br /&gt;
*[[CustomLabel:getHorizontalAlign]]&lt;br /&gt;
*[[CustomLabel:isSchematicalColor]]&lt;br /&gt;
*[[CustomLabel:isHoverable]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomLabel:getFrame]]&lt;br /&gt;
*[[CustomLabel:addElement]]&lt;br /&gt;
*[[CustomLabel:removeElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Dialogs''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomDialog.create]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomDialog:open]]&lt;br /&gt;
*[[CustomDialog:close]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Tool Tips''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTooltip.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Function ====&lt;br /&gt;
*[[CustomTooltip:setShowTime]]&lt;br /&gt;
*[[CustomTooltip:setText]]&lt;br /&gt;
&lt;br /&gt;
==== Get Function ====&lt;br /&gt;
*[[CustomTooltip:getShowTime]]&lt;br /&gt;
*[[CustomTooltip:getText]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Loadings''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomLoading.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomLoading:setProgress]]&lt;br /&gt;
*[[CustomLoading:setAnimated]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomLoading:getProgress]]&lt;br /&gt;
*[[CustomLoading:getAnimated]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Scroll Panes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomScrollPane.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomScrollPane:setScrollSpeed]]&lt;br /&gt;
*[[CustomScrollPane:setVerticalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:setVerticalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrolling]]&lt;br /&gt;
*[[CustomScrollPane:setScrollingWithCursor]]&lt;br /&gt;
*[[CustomScrollPane:setScrollingWithWheel]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomScrollPane:getScrollSpeed]]&lt;br /&gt;
*[[CustomScrollPane:getVerticalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:getHorizontalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:isVerticalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:isHorizontalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:isHorizontalScrolling]]&lt;br /&gt;
*[[CustomScrollPane:getScrollingWithCursor]]&lt;br /&gt;
*[[CustomScrollPane:getScrollingWithWheel]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomScrollPane:getFrame]]&lt;br /&gt;
*[[CustomScrollPane:addElement]]&lt;br /&gt;
*[[CustomScrollPane:removeElement]]&lt;br /&gt;
*[[CustomScrollPane:update]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Table Views''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTableView.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomTableView:setSelectedLine]]&lt;br /&gt;
*[[CustomTableView:setIndentation]]&lt;br /&gt;
*[[CustomTableView:setTitleBarVisible]]&lt;br /&gt;
*[[CustomTableView:setLineHeight]]&lt;br /&gt;
*[[CustomTableView:setColumnWidth]]&lt;br /&gt;
*[[CustomTableView:setColumnTitle]]&lt;br /&gt;
*[[CustomTableView:setCellText]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomTableView:getSelectedLine]]&lt;br /&gt;
*[[CustomTableView:getIndentation]]&lt;br /&gt;
*[[CustomTableView:getTitleBarVisible]]&lt;br /&gt;
*[[CustomTableView:getLineHeight]]&lt;br /&gt;
*[[CustomTableView:getColumnWidth]]&lt;br /&gt;
*[[CustomTableView:getColumnTitle]]&lt;br /&gt;
*[[CustomTableView:getCellText]]&lt;br /&gt;
*[[CustomTableView:getCell]]&lt;br /&gt;
*[[CustomTableView:getLinesCount]]&lt;br /&gt;
*[[CustomTableView:getColumnsCount]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomTableView:addLine]]&lt;br /&gt;
*[[CustomTableView:removeLine]]&lt;br /&gt;
*[[CustomTableView:clearLines]]&lt;br /&gt;
*[[CustomTableView:addColumn]]&lt;br /&gt;
*[[CustomTableView:removeColumn]]&lt;br /&gt;
*[[CustomTableView:update]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Events''' ===&lt;br /&gt;
*[[onCustomScrollPaneScrolled]]&lt;br /&gt;
*[[onCustomScrollBarScrolled]]&lt;br /&gt;
*[[onCustomDialogClick]]&lt;br /&gt;
*[[onCustomWindowClose]]&lt;br /&gt;
*[[onCustomCheckBoxChecked]]&lt;br /&gt;
*[[onCustomComboBoxSelectItem]]&lt;br /&gt;
*[[onCustomTabPanelChangeTab]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Other about Custom Widgets''' ===&lt;br /&gt;
*[[CustomWidgets.Variables]]&lt;br /&gt;
*[[CustomWidgets.Examples]]&lt;br /&gt;
*[[CustomWidgets.DemoWidgets]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomLabel:setFont&amp;diff=59224</id>
		<title>CustomLabel:setFont</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomLabel:setFont&amp;diff=59224"/>
		<updated>2018-09-21T06:48:46Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomLabel:setFont to CustomWidget:setFont&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CustomWidget:setFont]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomWidget:setFont&amp;diff=59223</id>
		<title>CustomWidget:setFont</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomWidget:setFont&amp;diff=59223"/>
		<updated>2018-09-21T06:48:46Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: AriosJentu moved page CustomLabel:setFont to CustomWidget:setFont&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function sets font for Custom Widget.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
nil CustomWidget:setFont(string FontLocation, [float FontSize])&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Arguments === &lt;br /&gt;
*'''FontLocation''' - String of font location. For default fonts use function [[CustomWidget:setSystemFont]]&lt;br /&gt;
&lt;br /&gt;
=== Other Arguments === &lt;br /&gt;
*'''FontSize''' - Font Size. Default - ''9''.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates label and changing its font.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 150, 85, &amp;quot;Example&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local Label = CustomLabel.create(5, 25, 140, 25, &amp;quot;Label&amp;quot;, false, Window)&lt;br /&gt;
Label:setFont(Fonts.RobotoThin, 12)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomWidget:setFont&amp;diff=59222</id>
		<title>CustomWidget:setFont</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomWidget:setFont&amp;diff=59222"/>
		<updated>2018-09-21T06:48:34Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function sets font for Custom Widget.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
nil CustomWidget:setFont(string FontLocation, [float FontSize])&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Arguments === &lt;br /&gt;
*'''FontLocation''' - String of font location. For default fonts use function [[CustomWidget:setSystemFont]]&lt;br /&gt;
&lt;br /&gt;
=== Other Arguments === &lt;br /&gt;
*'''FontSize''' - Font Size. Default - ''9''.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates label and changing its font.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 150, 85, &amp;quot;Example&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
local Label = CustomLabel.create(5, 25, 140, 25, &amp;quot;Label&amp;quot;, false, Window)&lt;br /&gt;
Label:setFont(Fonts.RobotoThin, 12)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:CWSFUNCS&amp;diff=59160</id>
		<title>Template:CWSFUNCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:CWSFUNCS&amp;diff=59160"/>
		<updated>2018-09-15T17:46:14Z</updated>

		<summary type="html">&lt;p&gt;AriosJentu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Resource Wiki with ''content'' located here: [[Resource:CustomWidgets]]&lt;br /&gt;
=== '''Custom Widgets''' ===&lt;br /&gt;
This methods working for all elements except ''CustomDialogs'' and ''CustomTooltips''&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomWidget:setPosition]]&lt;br /&gt;
*[[CustomWidget:setSize]]&lt;br /&gt;
*[[CustomWidget:setVisible]]&lt;br /&gt;
*[[CustomWidget:setEnabled]]&lt;br /&gt;
*[[CustomWidget:setColorScheme]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomWidget:getPosition]]&lt;br /&gt;
*[[CustomWidget:getSize]]&lt;br /&gt;
*[[CustomWidget:getRealSize]]&lt;br /&gt;
*[[CustomWidget:getVisible]]&lt;br /&gt;
*[[CustomWidget:getEnabled]]&lt;br /&gt;
*[[CustomWidget:getColorScheme]]&lt;br /&gt;
*[[getCWType]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomWidget:bringToFront]]&lt;br /&gt;
*[[CustomWidget:moveToBack]]&lt;br /&gt;
*[[CustomWidget:addEvent]]&lt;br /&gt;
*[[CustomWidget:removeEvent]]&lt;br /&gt;
*[[CustomWidget:destroy]]&lt;br /&gt;
*[[proceedColor]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Windows''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomWindow.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomWindow:setTitle]]&lt;br /&gt;
*[[CustomWindow:setText]]&lt;br /&gt;
*[[CustomWindow:setMovable]]&lt;br /&gt;
*[[CustomWindow:setSizable]]&lt;br /&gt;
*[[CustomWindow:setCloseEnabled]]&lt;br /&gt;
*[[CustomWindow:setSideBarLength]]&lt;br /&gt;
*[[CustomWindow:setSideBarPosition]]&lt;br /&gt;
*[[CustomWindow:setMinimalWidth]]&lt;br /&gt;
*[[CustomWindow:setMinimalHeight]]&lt;br /&gt;
*[[CustomWindow:setMinimalSize]]&lt;br /&gt;
*[[CustomWindow:setMaximalWidth]]&lt;br /&gt;
*[[CustomWindow:setMaximalHeight]]&lt;br /&gt;
*[[CustomWindow:setMaximalSize]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomWindow:getTitle]]&lt;br /&gt;
*[[CustomWindow:getText]]&lt;br /&gt;
*[[CustomWindow:getMovable]]&lt;br /&gt;
*[[CustomWindow:getSizable]]&lt;br /&gt;
*[[CustomWindow:getCloseEnabled]]&lt;br /&gt;
*[[CustomWindow:getSideBarLength]]&lt;br /&gt;
*[[CustomWindow:getSideBarPosition]]&lt;br /&gt;
*[[CustomWindow:getMinimalWidth]]&lt;br /&gt;
*[[CustomWindow:getMinimalHeight]]&lt;br /&gt;
*[[CustomWindow:getMinimalSize]]&lt;br /&gt;
*[[CustomWindow:getMaximalWidth]]&lt;br /&gt;
*[[CustomWindow:getMaximalHeight]]&lt;br /&gt;
*[[CustomWindow:getMaximalSize]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomWindow:open]]&lt;br /&gt;
*[[CustomWindow:close]]&lt;br /&gt;
*[[CustomWindow:addElement]]&lt;br /&gt;
*[[CustomWindow:addElements]]&lt;br /&gt;
*[[CustomWindow:showDialog]]&lt;br /&gt;
*[[CustomWindow:showBar]]&lt;br /&gt;
*[[CustomWindow:getFrame]]&lt;br /&gt;
*[[CustomWindow:getHeader]]&lt;br /&gt;
*[[CustomWindow:getDialog]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Buttons''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomButton.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomButton:setText]]&lt;br /&gt;
*[[CustomButton:setImage]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomButton:getText]]&lt;br /&gt;
*[[CustomButton:getImage]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomButton:getFrame]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Progress Bars''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomProgressBar.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomProgressBar:setProgress]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomProgressBar:getProgress]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomProgressBar:getFrame]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Scroll Bars''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomScrollBar.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomScrollBar:setScrollPosition]]&lt;br /&gt;
*[[CustomScrollBar:setScrollLength]]&lt;br /&gt;
*[[CustomScrollBar:setScrollSpeed]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomScrollBar:getScrollPosition]]&lt;br /&gt;
*[[CustomScrollBar:getScrollLength]]&lt;br /&gt;
*[[CustomScrollBar:getScrollSpeed]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Edit Boxes''' ===&lt;br /&gt;
All functions, what has mark ''CustomEditBox'' available for ''CustomEdit'', ''CustomMemo'' and ''CustomSpinner''.&lt;br /&gt;
&lt;br /&gt;
==== Create Functions ====&lt;br /&gt;
*[[CustomEdit.create]]&lt;br /&gt;
*[[CustomMemo.create]]&lt;br /&gt;
*[[CustomSpinner.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomEditBox:setReadOnly]]&lt;br /&gt;
*[[CustomEditBox:setText]]&lt;br /&gt;
*[[CustomEditBox:setCaretIndex]]&lt;br /&gt;
*[[CustomEditBox:setSidesColor]]&lt;br /&gt;
*[[CustomEditBox:setFont]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomEdit:setMasked]]&lt;br /&gt;
*[[CustomEdit:setMaxLength]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomSpinner:setMinimal]]&lt;br /&gt;
*[[CustomSpinner:setMaximal]]&lt;br /&gt;
*[[CustomSpinner:setStepSize]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomEditBox:getReadOnly]]&lt;br /&gt;
*[[CustomEditBox:getText]]&lt;br /&gt;
*[[CustomEditBox:getCaretIndex]]&lt;br /&gt;
*[[CustomEditBox:isOnSide]]&lt;br /&gt;
*[[CustomEditBox:getSidesColor]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomEdit:getMasked]]&lt;br /&gt;
*[[CustomEdit:getMaxLength]]&lt;br /&gt;
&lt;br /&gt;
*[[CustomSpinner:getMinimal]]&lt;br /&gt;
*[[CustomSpinner:getMaximal]]&lt;br /&gt;
*[[CustomSpinner:getStepSize]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomEditBox:putOnSide]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Check Boxes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomCheckBox.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomCheckBox:setText]]&lt;br /&gt;
*[[CustomCheckBox:setChecked]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomCheckBox:getText]]&lt;br /&gt;
*[[CustomCheckBox:getChecked]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomCheckBox:getFrame]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Combo Boxes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomComboBox.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomComboBox:setSelectedItem]]&lt;br /&gt;
*[[CustomComboBox:setItemText]]&lt;br /&gt;
*[[CustomComboBox:setMaxHeight]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomComboBox:getSelectedItem]]&lt;br /&gt;
*[[CustomComboBox:getItemText]]&lt;br /&gt;
*[[CustomComboBox:getMaxHeight]]&lt;br /&gt;
*[[CustomComboBox:getItemsCount]]&lt;br /&gt;
*[[CustomComboBox:getItems]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomComboBox:addItem]]&lt;br /&gt;
*[[CustomComboBox:removeItem]]&lt;br /&gt;
*[[CustomComboBox:clear]]&lt;br /&gt;
*[[CustomComboBox:getFrame]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Tabbed Panels''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTabPanel.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomTabPanel:setTabVisible]]&lt;br /&gt;
*[[CustomTabPanel:setTabEnabled]]&lt;br /&gt;
*[[CustomTabPanel:setTabText]]&lt;br /&gt;
*[[CustomTabPanel:setSelectedTab]]&lt;br /&gt;
*[[CustomTabPanel:setTabsMinLength]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomTabPanel:getTabVisible]]&lt;br /&gt;
*[[CustomTabPanel:getTabEnabled]]&lt;br /&gt;
*[[CustomTabPanel:getTabText]]&lt;br /&gt;
*[[CustomTabPanel:getTabFromText]]&lt;br /&gt;
*[[CustomTabPanel:getSelectedTab]]&lt;br /&gt;
*[[CustomTabPanel:getTabsMinLength]]&lt;br /&gt;
*[[CustomTabPanel:getTabHeader]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomTabPanel:addTab]]&lt;br /&gt;
*[[CustomTabPanel:removeTab]]&lt;br /&gt;
*[[CustomTabPanel:clearTabs]]&lt;br /&gt;
*[[CustomTabPanel:getFrame]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Labels''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomLabel.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomLabel:setText]]&lt;br /&gt;
*[[CustomLabel:setColor]]&lt;br /&gt;
*[[CustomLabel:setSchematicalColor]]&lt;br /&gt;
*[[CustomLabel:setHoverable]]&lt;br /&gt;
*[[CustomLabel:setVerticalAlign]]&lt;br /&gt;
*[[CustomLabel:setHorizontalAlign]]&lt;br /&gt;
*[[CustomLabel:setAlign]]&lt;br /&gt;
*[[CustomLabel:setFont]]&lt;br /&gt;
*[[CustomLabel:setFontSize]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomLabel:getText]]&lt;br /&gt;
*[[CustomLabel:getColor]]&lt;br /&gt;
*[[CustomLabel:getVerticalAlign]]&lt;br /&gt;
*[[CustomLabel:getHorizontalAlign]]&lt;br /&gt;
*[[CustomLabel:getFont]]&lt;br /&gt;
*[[CustomLabel:getFontSize]]&lt;br /&gt;
*[[CustomLabel:isSchematicalColor]]&lt;br /&gt;
*[[CustomLabel:isHoverable]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomLabel:getFrame]]&lt;br /&gt;
*[[CustomLabel:addElement]]&lt;br /&gt;
*[[CustomLabel:removeElement]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Dialogs''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomDialog.create]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomDialog:open]]&lt;br /&gt;
*[[CustomDialog:close]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Tool Tips''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTooltip.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Function ====&lt;br /&gt;
*[[CustomTooltip:setShowTime]]&lt;br /&gt;
*[[CustomTooltip:setText]]&lt;br /&gt;
&lt;br /&gt;
==== Get Function ====&lt;br /&gt;
*[[CustomTooltip:getShowTime]]&lt;br /&gt;
*[[CustomTooltip:getText]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Loadings''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomLoading.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomLoading:setProgress]]&lt;br /&gt;
*[[CustomLoading:setAnimated]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomLoading:getProgress]]&lt;br /&gt;
*[[CustomLoading:getAnimated]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Scroll Panes''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomScrollPane.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomScrollPane:setScrollSpeed]]&lt;br /&gt;
*[[CustomScrollPane:setVerticalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:setVerticalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:setHorizontalScrolling]]&lt;br /&gt;
*[[CustomScrollPane:setScrollingWithCursor]]&lt;br /&gt;
*[[CustomScrollPane:setScrollingWithWheel]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomScrollPane:getScrollSpeed]]&lt;br /&gt;
*[[CustomScrollPane:getVerticalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:getHorizontalScrollPosition]]&lt;br /&gt;
*[[CustomScrollPane:isVerticalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:isHorizontalScrollInversed]]&lt;br /&gt;
*[[CustomScrollPane:isHorizontalScrolling]]&lt;br /&gt;
*[[CustomScrollPane:getScrollingWithCursor]]&lt;br /&gt;
*[[CustomScrollPane:getScrollingWithWheel]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomScrollPane:getFrame]]&lt;br /&gt;
*[[CustomScrollPane:addElement]]&lt;br /&gt;
*[[CustomScrollPane:removeElement]]&lt;br /&gt;
*[[CustomScrollPane:update]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Table Views''' ===&lt;br /&gt;
&lt;br /&gt;
==== Create Function ====&lt;br /&gt;
*[[CustomTableView.create]]&lt;br /&gt;
&lt;br /&gt;
==== Set Functions ====&lt;br /&gt;
*[[CustomTableView:setSelectedLine]]&lt;br /&gt;
*[[CustomTableView:setIndentation]]&lt;br /&gt;
*[[CustomTableView:setTitleBarVisible]]&lt;br /&gt;
*[[CustomTableView:setLineHeight]]&lt;br /&gt;
*[[CustomTableView:setColumnWidth]]&lt;br /&gt;
*[[CustomTableView:setColumnTitle]]&lt;br /&gt;
*[[CustomTableView:setCellText]]&lt;br /&gt;
&lt;br /&gt;
==== Get Functions ====&lt;br /&gt;
*[[CustomTableView:getSelectedLine]]&lt;br /&gt;
*[[CustomTableView:getIndentation]]&lt;br /&gt;
*[[CustomTableView:getTitleBarVisible]]&lt;br /&gt;
*[[CustomTableView:getLineHeight]]&lt;br /&gt;
*[[CustomTableView:getColumnWidth]]&lt;br /&gt;
*[[CustomTableView:getColumnTitle]]&lt;br /&gt;
*[[CustomTableView:getCellText]]&lt;br /&gt;
*[[CustomTableView:getCell]]&lt;br /&gt;
*[[CustomTableView:getLinesCount]]&lt;br /&gt;
*[[CustomTableView:getColumnsCount]]&lt;br /&gt;
&lt;br /&gt;
==== Event Functions ====&lt;br /&gt;
*[[CustomTableView:addLine]]&lt;br /&gt;
*[[CustomTableView:removeLine]]&lt;br /&gt;
*[[CustomTableView:clearLines]]&lt;br /&gt;
*[[CustomTableView:addColumn]]&lt;br /&gt;
*[[CustomTableView:removeColumn]]&lt;br /&gt;
*[[CustomTableView:update]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Custom Events''' ===&lt;br /&gt;
*[[onCustomScrollPaneScrolled]]&lt;br /&gt;
*[[onCustomScrollBarScrolled]]&lt;br /&gt;
*[[onCustomDialogClick]]&lt;br /&gt;
*[[onCustomWindowClose]]&lt;br /&gt;
*[[onCustomCheckBoxChecked]]&lt;br /&gt;
*[[onCustomComboBoxSelectItem]]&lt;br /&gt;
*[[onCustomTabPanelChangeTab]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Other about Custom Widgets''' ===&lt;br /&gt;
*[[CustomWidgets.Variables]]&lt;br /&gt;
*[[CustomWidgets.Examples]]&lt;br /&gt;
*[[CustomWidgets.DemoWidgets]]&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
</feed>