Garry's Mod Wiki

Panel:StretchRightTo

  Panel:StretchRightTo( Panel tgtPanel, number offset = 0 )

Description

Resizes the panel object's width so that its right edge is aligned with the left of the passed panel. An offset greater than zero will reduce the panel's width to leave a gap between it and the passed panel.

Arguments

1 Panel tgtPanel
The panel to align the right edge of this one with.
2 number offset = 0
The gap to leave between this and the passed panel. Negative values will cause the panel's width to increase, forming an overlap.