Template:CWSFUNCS: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 75: Line 75:
*[[CustomWindow:showDialog]]
*[[CustomWindow:showDialog]]
*[[CustomWindow:showBar]]
*[[CustomWindow:showBar]]
*[[CustomWindow:getFrame]]
*[[CustomWindow:getMainElement]]
*[[CustomWindow:getHeader]]
*[[CustomWindow:getHeader]]
*[[CustomWindow:getDialog]]
*[[CustomWindow:getDialog]]
Line 94: Line 94:


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




Line 109: Line 109:


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




Line 181: Line 181:


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




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




Line 233: Line 233:
*[[CustomTabPanel:removeTab]]
*[[CustomTabPanel:removeTab]]
*[[CustomTabPanel:clearTabs]]
*[[CustomTabPanel:clearTabs]]
*[[CustomTabPanel:getFrame]]
*[[CustomTabPanel:getMainElement]]




Line 259: Line 259:


==== Event Functions ====
==== Event Functions ====
*[[CustomLabel:getFrame]]
*[[CustomLabel:getMainElement]]
*[[CustomLabel:addElement]]
*[[CustomLabel:addElement]]
*[[CustomLabel:removeElement]]
*[[CustomLabel:removeElement]]
Line 316: Line 316:
*[[CustomScrollPane:setScrollingWithCursor]]
*[[CustomScrollPane:setScrollingWithCursor]]
*[[CustomScrollPane:setScrollingWithWheel]]
*[[CustomScrollPane:setScrollingWithWheel]]
*[[CustomScrollPane:addVerticalPixelScrollPosition]]
*[[CustomScrollPane:addHorizontalPixelScrollPosition]]


==== Get Functions ====
==== Get Functions ====
Line 328: Line 330:


==== Event Functions ====
==== Event Functions ====
*[[CustomScrollPane:getFrame]]
*[[CustomScrollPane:getMainElement]]
*[[CustomScrollPane:addElement]]
*[[CustomScrollPane:addElement]]
*[[CustomScrollPane:removeElement]]
*[[CustomScrollPane:removeElement]]

Revision as of 07:05, 21 September 2018

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 Events


Other about Custom Widgets