GUI Classes: Difference between revisions
Jump to navigation
Jump to search
(New page: <pageclass class="client"></pageclass> This page lists all the gui class objects. This will only work with: http://community.mtasa.com/index.php?p=resources&s=details&id=241 This system i...) |
|||
Line 1: | Line 1: | ||
<pageclass class=" | <pageclass class="resource"></pageclass> | ||
This page lists all the gui class objects. This will only work with: http://community.mtasa.com/index.php?p=resources&s=details&id=241 | This page lists all the gui class objects. This will only work with: http://community.mtasa.com/index.php?p=resources&s=details&id=241 | ||
This system is created by the well | This system is created by the well known 50p! | ||
GUI Classes made scripting gui objects | GUI Classes made scripting gui objects easier! | ||
__TOC__ | __TOC__ | ||
== | ==Button class== | ||
{{ | {{GUI_Classes_Button}} | ||
==Check Box class== | |||
{{GUI_Classes_CheckBox}} | |||
==Gridlist class== | |||
{{GUI_Classes_Gridlist}} | |||
==Label class== | |||
{{GUI_Classes_Label}} | |||
==Memo class== | |||
{{GUI_Classes_Memo}} | |||
==Progress Bar class== | |||
{{GUI_Classes_ProgressBar}} | |||
==Radio Button class== | |||
{{GUI_Classes_Button}} | |||
== | ==Scroll Bar class== | ||
{{ | {{GUI_Classes_ScrollBar}} | ||
== | ==Static Image class== | ||
{{ | {{GUI_Classes_StaticImage}} | ||
==Tab class== | ==Tab class== | ||
{{GUI_Classes_Tab}} | {{GUI_Classes_Tab}} | ||
== | ==Tab panel class== | ||
{{ | {{GUI_Classes_TabPanel}} | ||
== | ==Text Box class (formally known as Edit)== | ||
{{GUI_Classes_Button}} | {{GUI_Classes_Button}} | ||
==Window class== | |||
{{GUI_Classes_Window}} | |||
==Shared methods with all classes== | |||
{{GUI_Classes_SharedFuncs}} |
Revision as of 17:44, 28 February 2009
This page lists all the gui class objects. This will only work with: http://community.mtasa.com/index.php?p=resources&s=details&id=241
This system is created by the well known 50p!
GUI Classes made scripting gui objects easier!
Button class
Check Box class
Gridlist class
- GridList:Create
- GridList:AutoSizeColumn
- GridList:AddColumn
- GridList:AddRow
- GridList:Clear
- GridList:ItemData
- GridList:ItemText
- GridList:SelectedItem
- GridList:SortingEnabled
- GridList:RowCount
- GridList:ColumnCount
- GridList:InsertRowAfter
- GridList:RemoveColumn
- GridList:RemoveRow
- GridList:ScrollBars
- GridList:SelectionMode
Label class
- Label:Create
- Label:Color
- Label:VerticalAlign
- Label:HorizontalAlign
- Label:GetTextExtent
- Label:GetFontHeight
Memo class
Progress Bar class
- ProgressBar:Create
- ProgressBar:Font
- ProgressBar:LabelColor
- ProgressBar:Progress
- ProgressBar:Text
- ProgressBar:Size
Radio Button class
Scroll Bar class
Static Image class
Tab class
Tab panel class
Text Box class (formally known as Edit)
Window class
- GUISharedFuncs:Alpha
- GUISharedFuncs:BringToFront
- GUISharedFuncs:Dragable
- GUISharedFuncs:Enabled
- GUISharedFuncs:Font
- GUISharedFuncs:MoveToBack
- GUISharedFuncs:Property
- GUISharedFuncs:Text
- GUISharedFuncs:Position
- GUISharedFuncs:Size
- GUISharedFuncs:Visible
- GUISharedFuncs:AddOnClick
- GUISharedFuncs:RemoveOnClick
- GUISharedFuncs:AddOnMouseEnter
- GUISharedFuncs:RemoveOnMouseEnter
- GUISharedFuncs:AddOnMouseLeave
- GUISharedFuncs:RemoveOnMouseLeave