_gtkTextTableTagLookup

Search if a tag exists already in a table.

Recherche si un tag existe déjà dans une table..

Type :

fun [ObjGtkTextTableTag S] I

_table_ : ObjGtkTextTableTag : any table tag object already created.

_name_ : S : the name of a tag.

Return : I : 1 if the tag already exists, 0 if the tag is unknown in this table or nil if an error occurs.

Back