Template:CWSFUNCS: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 9: Line 9:
*[[CustomWidget:setEnabled]]
*[[CustomWidget:setEnabled]]
*[[CustomWidget:setColorScheme]]
*[[CustomWidget:setColorScheme]]
*[[CustomWidget:setFont]]
*[[CustomWidget:setFontSize]]
*[[CustomWidget:setSystemFont]]


==== Get Functions ====
==== Get Functions ====
Line 17: Line 20:
*[[CustomWidget:getEnabled]]
*[[CustomWidget:getEnabled]]
*[[CustomWidget:getColorScheme]]
*[[CustomWidget:getColorScheme]]
*[[CustomWidget:getFont]]
*[[CustomWidget:getFontSize]]
*[[getCWType]]


==== Event Functions ====
==== Event Functions ====
Line 23: Line 29:
*[[CustomWidget:addEvent]]
*[[CustomWidget:addEvent]]
*[[CustomWidget:removeEvent]]
*[[CustomWidget:removeEvent]]
*[[CustomWidget:destroy]]
*[[proceedColor]]
*[[proceedColor]]


Line 35: Line 42:
*[[CustomWindow:setText]]
*[[CustomWindow:setText]]
*[[CustomWindow:setMovable]]
*[[CustomWindow:setMovable]]
*[[CustomWindow:setSizable]]
*[[CustomWindow:setCloseEnabled]]
*[[CustomWindow:setCloseEnabled]]
*[[CustomWindow:setSideBarLength]]
*[[CustomWindow:setSideBarLength]]
*[[CustomWindow:setSideBarPosition]]
*[[CustomWindow:setSideBarPosition]]
*[[CustomWindow:setMinimalWidth]]
*[[CustomWindow:setMinimalHeight]]
*[[CustomWindow:setMinimalSize]]
*[[CustomWindow:setMaximalWidth]]
*[[CustomWindow:setMaximalHeight]]
*[[CustomWindow:setMaximalSize]]


==== Get Functions ====
==== Get Functions ====
Line 43: Line 57:
*[[CustomWindow:getText]]
*[[CustomWindow:getText]]
*[[CustomWindow:getMovable]]
*[[CustomWindow:getMovable]]
*[[CustomWindow:getSizable]]
*[[CustomWindow:getCloseEnabled]]
*[[CustomWindow:getCloseEnabled]]
*[[CustomWindow:getSideBarLength]]
*[[CustomWindow:getSideBarLength]]
*[[CustomWindow:getSideBarPosition]]
*[[CustomWindow:getSideBarPosition]]
*[[CustomWindow:getMinimalWidth]]
*[[CustomWindow:getMinimalHeight]]
*[[CustomWindow:getMinimalSize]]
*[[CustomWindow:getMaximalWidth]]
*[[CustomWindow:getMaximalHeight]]
*[[CustomWindow:getMaximalSize]]


==== Event Functions ====
==== Event Functions ====
Line 54: Line 75:
*[[CustomWindow:showDialog]]
*[[CustomWindow:showDialog]]
*[[CustomWindow:showBar]]
*[[CustomWindow:showBar]]
*[[CustomWindow:getFrame]]
*[[CustomWindow:getMainElement]]
*[[CustomWindow:getHeader]]
*[[CustomWindow:getHeader]]
*[[CustomWindow:getDialog]]
*[[CustomWindow:getDialog]]
Line 73: Line 94:


==== Event Functions ====
==== Event Functions ====
*[[CustomButton:getFrame]]
*[[CustomButton:getMainElement]]




Line 88: Line 109:


==== Event Functions ====
==== Event Functions ====
*[[CustomProgressBar:getFrame]]
*[[CustomProgressBar:getMainElement]]




Line 160: Line 181:


==== Event Functions ====
==== Event Functions ====
*[[CustomCheckBox:getFrame]]
*[[CustomCheckBox:getMainElement]]




Line 184: Line 205:
*[[CustomComboBox:removeItem]]
*[[CustomComboBox:removeItem]]
*[[CustomComboBox:clear]]
*[[CustomComboBox:clear]]
*[[CustomComboBox:getFrame]]
*[[CustomComboBox:getMainElement]]




Line 211: Line 232:
*[[CustomTabPanel:addTab]]
*[[CustomTabPanel:addTab]]
*[[CustomTabPanel:removeTab]]
*[[CustomTabPanel:removeTab]]
*[[CustomTabPanel:getFrame]]
*[[CustomTabPanel:clearTabs]]
*[[CustomTabPanel:getMainElement]]




Line 227: Line 249:
*[[CustomLabel:setHorizontalAlign]]
*[[CustomLabel:setHorizontalAlign]]
*[[CustomLabel:setAlign]]
*[[CustomLabel:setAlign]]
*[[CustomLabel:setFont]]
*[[CustomLabel:setFontSize]]


==== Get Functions ====
==== Get Functions ====
Line 235: Line 255:
*[[CustomLabel:getVerticalAlign]]
*[[CustomLabel:getVerticalAlign]]
*[[CustomLabel:getHorizontalAlign]]
*[[CustomLabel:getHorizontalAlign]]
*[[CustomLabel:getFont]]
*[[CustomLabel:getFontSize]]
*[[CustomLabel:isSchematicalColor]]
*[[CustomLabel:isSchematicalColor]]
*[[CustomLabel:isHoverable]]
*[[CustomLabel:isHoverable]]


==== Event Functions ====
==== Event Functions ====
*[[CustomLabel:getFrame]]
*[[CustomLabel:getMainElement]]
*[[CustomLabel:addElement]]
*[[CustomLabel:addElement]]
*[[CustomLabel:removeElement]]
*[[CustomLabel:removeElement]]
Line 263: Line 281:
==== Set Function ====
==== Set Function ====
*[[CustomTooltip:setShowTime]]
*[[CustomTooltip:setShowTime]]
*[[CustomTooltip:setText]]


==== Get Function ====
==== Get Function ====
*[[CustomTooltip:getShowTime]]
*[[CustomTooltip:getShowTime]]
*[[CustomTooltip:getText]]




Line 294: Line 314:
*[[CustomScrollPane:setHorizontalScrollInversed]]
*[[CustomScrollPane:setHorizontalScrollInversed]]
*[[CustomScrollPane:setHorizontalScrolling]]
*[[CustomScrollPane:setHorizontalScrolling]]
*[[CustomScrollPane:setScrollingWithCursor]]
*[[CustomScrollPane:setScrollingWithWheel]]
*[[CustomScrollPane:addVerticalPixelScrollPosition]]
*[[CustomScrollPane:addHorizontalPixelScrollPosition]]


==== Get Functions ====
==== Get Functions ====
Line 302: Line 326:
*[[CustomScrollPane:isHorizontalScrollInversed]]
*[[CustomScrollPane:isHorizontalScrollInversed]]
*[[CustomScrollPane:isHorizontalScrolling]]
*[[CustomScrollPane:isHorizontalScrolling]]
*[[CustomScrollPane:getScrollingWithCursor]]
*[[CustomScrollPane:getScrollingWithWheel]]


==== Event Functions ====
==== Event Functions ====
*[[CustomScrollPane:getFrame]]
*[[CustomScrollPane:getMainElement]]
*[[CustomScrollPane:addElement]]
*[[CustomScrollPane:addElement]]
*[[CustomScrollPane:removeElement]]
*[[CustomScrollPane:removeElement]]
Line 323: Line 349:
*[[CustomTableView:setColumnTitle]]
*[[CustomTableView:setColumnTitle]]
*[[CustomTableView:setCellText]]
*[[CustomTableView:setCellText]]
*[[CustomTableView:setShadowsEnabled]]


==== Get Functions ====
==== Get Functions ====
Line 335: Line 362:
*[[CustomTableView:getLinesCount]]
*[[CustomTableView:getLinesCount]]
*[[CustomTableView:getColumnsCount]]
*[[CustomTableView:getColumnsCount]]
*[[CustomTableView:getShadowsEnabled]]


==== Event Functions ====
==== Event Functions ====
Line 343: Line 371:
*[[CustomTableView:removeColumn]]
*[[CustomTableView:removeColumn]]
*[[CustomTableView:update]]
*[[CustomTableView:update]]
=== '''Custom Static Images''' ===
==== Create Function ====
*[[CustomStaticImage.create]]
==== Set Function ====
*[[CustomStaticImage:setColor]]
*[[CustomStaticImage:setImage]]
*[[CustomStaticImage:setSchematicalColor]]
==== Get Function ====
*[[CustomStaticImage:getColor]]
*[[CustomStaticImage:getImage]]
*[[CustomStaticImage:getNativeSize]]
*[[CustomStaticImage:isSchematicalColor]]
==== Event Functions ====
*[[CustomStaticImage:getMainElement]]
*[[CustomStaticImage:addElement]]
=== '''Custom Text Boxes''' ===
==== Create Function ====
*[[CustomTextBox.create]]
*[[CustomMemoBox.create]]
==== Set Function ====
*[[CustomTextBox:setText]]
*[[CustomTextBox:setColor]]
*[[CustomTextBox:setCaretIndex]]
*[[CustomTextBox:setReadOnly]]
*[[CustomTextBox:setMasked]]
*[[CustomTextBox:setBordersEnabled]]
*[[CustomTextBox:setBackgroundEnabled]]
==== Get Function ====
*[[CustomTextBox:getText]]
*[[CustomTextBox:getColor]]
*[[CustomTextBox:getCaretIndex]]
*[[CustomTextBox:getCaretSelectionStart]]
*[[CustomTextBox:getCaretSelectionEnd]]
*[[CustomTextBox:getCaretSelectionLength]]
*[[CustomTextBox:isReadOnly]]
*[[CustomTextBox:isMasked]]
*[[CustomTextBox:isBordersEnabled]]
*[[CustomTextBox:isBackgroundEnabled]]





Latest revision as of 15:00, 4 April 2019

Resource Wiki with content located here: Resource:CustomWidgets

Custom Widgets

This methods working for all elements except CustomDialogs and CustomTooltips

Set Functions

Get Functions

Event Functions


Custom Windows

Create Function

Set Functions

Get Functions

Event Functions


Custom Buttons

Create Function

Set Functions

Get Functions

Event Functions


Custom Progress Bars

Create Function

Set Functions

Get Functions

Event Functions


Custom Scroll Bars

Create Function

Set Functions

Get Functions


Custom Edit Boxes

All functions, what has mark CustomEditBox available for CustomEdit, CustomMemo and CustomSpinner.

Create Functions

Set Functions

Get Functions

Event Functions


Custom Check Boxes

Create Function

Set Functions

Get Functions

Event Functions


Custom Combo Boxes

Create Function

Set Functions

Get Functions

Event Functions


Custom Tabbed Panels

Create Function

Set Functions

Get Functions

Event Functions


Custom Labels

Create Function

Set Functions

Get Functions

Event Functions


Custom Dialogs

Create Function

Event Functions


Custom Tool Tips

Create Function

Set Function

Get Function


Custom Loadings

Create Function

Set Functions

Get Functions


Custom Scroll Panes

Create Function

Set Functions

Get Functions

Event Functions


Custom Table Views

Create Function

Set Functions

Get Functions

Event Functions


Custom Static Images

Create Function

Set Function

Get Function

Event Functions


Custom Text Boxes

Create Function

Set Function

Get Function


Custom Events


Other about Custom Widgets