Table.getColSpacing

Gets the amount of space between column col, and column col + 1. See gtk_table_set_col_spacing().

class Table
uint
getColSpacing
(
uint column
)

Parameters

column uint

a column in the table, 0 indicates the first column

Return Value

Type: uint

the column spacing

Meta