WidgetGetColumnStart

Syntax

StartColumn = WidgetGetColumnStart(Widget)

Description

Retrieves the starting column index (1-based) for the specified widget within its parent Grid layout.

Parameters

Widget
The handle of the ProGUI widget whose starting column is to be retrieved.

Return Value

Returns the 1-based starting column index as an Integer. Returns 0 or #False if the widget handle is invalid, not placed in a Grid layout, or if the start column hasn't been explicitly set (meaning it's auto-placed).

Remarks

This property is only relevant for widgets placed within a layout of type #PG_Layout_Type_Grid. It determines the grid column line where the widget's placement begins.

See Also

WidgetSetColumnStart, WidgetSetColumnSpan, WidgetSetRowStart, WidgetSetRowSpan, LayoutSetType

Supported OS

Windows, Linux