append_column

@accepts(RB.EntryViewColumn, gboolean)
@returns(none)
def append_column(coltype, always_visible)

Appends a predefined column type to the set of columns already present in the entry view. If @always_visible is TRUE, the column will ignore the user's coulmn visibility settings and will always be visible. This should only be used when it is vital for the purpose of the source that the column be visible.

coltype :

type of column to append

always_visible :

if TRUE, ignore the user's column visibility settings