Table.getColSpacing

Warning gtk_table_get_col_spacing has been deprecated since version 3.4 and should not be used in newly-written code. GtkGrid does not offer a replacement for this functionality. 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