get_column

@accepts(RB.EntryViewColumn)
@returns(Gtk.TreeViewColumn)
def get_column(coltype)

Retrieves a predefined column from the entry view. This can be used to insert additional cell renderers into the column.

coltype :

type of column to retrieve

Returns :

a GtkTreeViewColumn instance, or NULL