DHorizontalDivider.SetLeft

From GMod Wiki

Jump to: navigation, search
Function
Syntax DHorizontalDivider:SetLeft( var Panel )
Description:
Set the panel that will be on the left side of the divider.
Returns: nil
In Object: DHorizontalDivider
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=DHorizontalDivider.SetLeft]DHorizontalDivider.SetLeft [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionSet the panel that will be on the left side of the divider..
Used onNewerClient.png
Code
 
DHorizontalDivider = vgui.Create("DHorizontalDivider")
DHorizontalDivider:SetLeft(Panel))
 
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox