Creation/Dev/Script/Client/GuiControls List: Difference between revisions
From Graal Bible
Deas Voice (talk | contribs) (→Special: Added GuiContextMenuCtrl since it wasn't on the list, NEED IMAGE.) |
m (→GUI Containers) |
||
Line 5: | Line 5: | ||
The full list of GUI controls is available at [[Creation/Dev/Script/Client#Classes_.2F_Object_Types|Client Object Types]]. | The full list of GUI controls is available at [[Creation/Dev/Script/Client#Classes_.2F_Object_Types|Client Object Types]]. | ||
==GUI Containers== | <nowiki>Insert non-formatted text here</nowiki>==GUI Containers== | ||
[[Image:Guicontrol_panel.png|thumb|left|[[Creation/Dev/Script/Client/GuiControl|GuiControl]]]] | [[Image:Guicontrol_panel.png|thumb|left|[[Creation/Dev/Script/Client/GuiControl|GuiControl]]]] | ||
[[Image:Guicontrol_window.png|thumb|left|[[Creation/Dev/Script/Client/GuiWindowCtrl|GuiWindowCtrl]]]] | [[Image:Guicontrol_window.png|thumb|left|[[Creation/Dev/Script/Client/GuiWindowCtrl|GuiWindowCtrl]]]] | ||
[[Image:Guicontrol_bitmapborder.png|thumb|none|[[Creation/Dev/Script/Client/GuiBitmapBorderCtrl|GuiBitmapBorderCtrl]]]] | [[Image:Guicontrol_bitmapborder.png|thumb|none|[[Creation/Dev/Script/Client/GuiBitmapBorderCtrl|GuiBitmapBorderCtrl]]]] | ||
[[Image:Guicontrol_panel.png|thumb|left|[[Creation/Dev/Script/Client/GuiFlash|GuiFlash]]]] | |||
Revision as of 10:13, 3 September 2011
Click on the name below the image of the GUI control to see a description and the script for displaying it. Also check out the page about GUI profiles. The full list of GUI controls is available at Client Object Types.
Insert non-formatted text here==GUI Containers==
Text and Edit fields
Buttons
Menus
TextList and TreeView
Special