Table.getColSpacing

Gets the amount of space between column col, and column col + 1. See Table.setColSpacing.

More...
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

Detailed Description

Deprecated: gtk.Grid does not offer a replacement for this functionality.