Method

GtkTableget_col_spacing

deprecated: 3.4 

Declaration [src]

guint
gtk_table_get_col_spacing (
  GtkTable* table,
  guint column
)

Description [src]

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

Deprecated since: 3.4

GtkGrid does not offer a replacement for this functionality.

Parameters

column

Type: guint

A column in the table, 0 indicates the first column.

Return value

Type: guint

The column spacing.