Template:CWSFUNCS: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 45: Line 45:
*[[CustomWindow:getSideBarLength]]
*[[CustomWindow:getSideBarLength]]
*[[CustomWindow:getSideBarPosition]]
*[[CustomWindow:getSideBarPosition]]
*[[CustomWindow:getFrame]]
*[[CustomWindow:getHeader]]
*[[CustomWindow:getDialog]]


==== Event Functions ====
==== Event Functions ====
Line 56: Line 53:
*[[CustomWindow:showDialog]]
*[[CustomWindow:showDialog]]
*[[CustomWindow:showBar]]
*[[CustomWindow:showBar]]
*[[CustomWindow:getFrame]]
*[[CustomWindow:getHeader]]
*[[CustomWindow:getDialog]]




Line 70: Line 70:
*[[CustomButton:getText]]
*[[CustomButton:getText]]
*[[CustomButton:getImage]]
*[[CustomButton:getImage]]
==== Event Functions ====
*[[CustomButton:getFrame]]
*[[CustomButton:getFrame]]


Line 83: Line 85:
==== Get Functions ====
==== Get Functions ====
*[[CustomProgressBar:getProgress]]
*[[CustomProgressBar:getProgress]]
==== Event Functions ====
*[[CustomProgressBar:getFrame]]
*[[CustomProgressBar:getFrame]]


Line 153: Line 157:
*[[CustomCheckBox:getText]]
*[[CustomCheckBox:getText]]
*[[CustomCheckBox:getChecked]]
*[[CustomCheckBox:getChecked]]
==== Event Functions ====
*[[CustomCheckBox:getFrame]]
*[[CustomCheckBox:getFrame]]


Line 172: Line 178:
*[[CustomComboBox:getItemsCount]]
*[[CustomComboBox:getItemsCount]]
*[[CustomComboBox:getItems]]
*[[CustomComboBox:getItems]]
*[[CustomComboBox:getFrame]]


==== Event Functions ====
==== Event Functions ====
Line 178: Line 183:
*[[CustomComboBox:removeItem]]
*[[CustomComboBox:removeItem]]
*[[CustomComboBox:clear]]
*[[CustomComboBox:clear]]
*[[CustomComboBox:getFrame]]




Line 200: Line 206:
*[[CustomTabPanel:getTabsMinLength]]
*[[CustomTabPanel:getTabsMinLength]]
*[[CustomTabPanel:getTabHeader]]
*[[CustomTabPanel:getTabHeader]]
*[[CustomTabPanel:getFrame]]


==== Event Functions ====
==== Event Functions ====
*[[CustomTabPanel:addTab]]
*[[CustomTabPanel:addTab]]
*[[CustomTabPanel:removeTab]]
*[[CustomTabPanel:removeTab]]
*[[CustomTabPanel:getFrame]]





Revision as of 10:39, 20 August 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