GuiGridListSetScrollBars: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{Client function}}
__NOTOC__  
__NOTOC__  
This function allows a gridlists to be forced '''on''', or returned to default.
This function allows a gridlists to be forced '''on''', or returned to default.
Line 24: Line 25:
{{GUI functions}}
{{GUI functions}}
[[Category:Needs_Example]]
[[Category:Needs_Example]]
----

Revision as of 16:53, 9 October 2007

This function allows a gridlists to be forced on, or returned to default.

Syntax

bool guiGridListSetScrollbars ( element guiGridlist, bool horizontalBar, bool verticalBar )

Required Arguments

  • guiGridlist: The GUI gridlist you wish to change the state of scrollbars
  • horizontalBar: A bool where true forces the horizontal scrollbar on, and false returns them to default.
  • verticalBar: A bool where true forces the verical scrollbar on, and false returns them to default.

Returns

Returns true if the scrollbars were successfully set, false otherwise.

Example

This page does not have an example

--add an example here

See Also

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows