Garry's Mod Wiki

Panel:GWEN_SetHorizontalAlign

  Panel:GWEN_SetHorizontalAlign( string hAlign )

Description

This is used internally - although you're able to use it you probably shouldn't.

Used by Panel:ApplyGWEN to apply the HorizontalAlign property to a panel object. This calls Panel:SetContentAlignment.

Arguments

1 string hAlign
The alignment, as a string, to pass to Panel:SetContentAlignment. Accepts:
  • Right: Align mid-right.
  • Left: Align mid-left.
  • Center: Align mid-center.