CustomProgressBar:getMainElement: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client function}} This function gets Frame gui-element (main element, where located any events) of Custom Progress Bar. == Syntax == <syntaxhighlight lang="lua">...")
 
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Client function}}
{{Client function}}
This function gets Frame gui-element (main element, where located any events) of Custom Progress Bar.
This function gets Main gui-element (main element, where located any events) of Custom Progress Bar.


== Syntax ==
== Syntax ==
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
gui-staticimage CustomProgressBar:getFrame()
gui-staticimage CustomProgressBar:getMainElement()
</syntaxhighlight>
</syntaxhighlight>


Line 12: Line 12:


== Example ==
== Example ==
Look at [[CustomWindow:getFrame]]
Look at [[CustomWindow:getMainElement]]


== See Also ==
== See Also ==
{{CWSFUNCS}}
{{CWSFUNCS}}

Revision as of 07:02, 21 September 2018

This function gets Main gui-element (main element, where located any events) of Custom Progress Bar.

Syntax

gui-staticimage CustomProgressBar:getMainElement()

Returns

Returns frame object of Custom Progress Bar, where user can locate any object.

Example

Look at CustomWindow:getMainElement

See Also

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