is_column_selected


Description:

public abstract bool is_column_selected (int column)

Gets a boolean value indicating whether the specified column is selected

Parameters:

this

a GObject instance that implements AtkTableIface

column

a int representing a column in this

Returns:

a gboolean representing if the column is selected, or 0 if value does not implement this interface.