CustomWindow:setSizable: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client function}} This function set Custom Window available for sizing on screen with mouse (makes window '(not)' sizable). == Syntax == <syntaxhighlight lang="lu...")
 
No edit summary
 
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Client function}}
{{Client function}}
This function set Custom Window available for sizing on screen with mouse (makes window '(not)' sizable).
This function set Custom Window available for sizing on screen with mouse .


== Syntax ==
== Syntax ==
Line 18: Line 18:
Window:setSizable(false)
Window:setSizable(false)
</syntaxhighlight>
</syntaxhighlight>
Rights : Ridden/Digital


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

Latest revision as of 13:33, 20 November 2020

This function set Custom Window available for sizing on screen with mouse .

Syntax

nil CustomWindow:setSizable([bool Sizable])

Other Arguments

  • Sizable - Boolean value of state for window of Sizable . Default - false (not sizable)

Example

This example creates window, and disables its sizing:

local Window = CustomWindow.create(50, 50, 200, 150, "Example")
Window:setSizable(false)

Rights : Ridden/Digital

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