TwGetBarByName (function)

TwBar *TwGetBarByName(const char *barName)

Description

Returns the bar named barName.

Parameter

barName

Name of the requested bar (a zero-terminated c string).

Return value

  • Bar identifier (a pointer to an internal TwBar structure).
  • or NULL if the bar is not found.

See also