TwGetBarName (function)

const char * TwGetBarName(TwBar *bar)

Description

Returns the name of a given tweak bar.

Parameter

bar

Identifier to the tweak bar.

Return value

  • NULL if an error occurs (use TwGetLastError to retrieve the error).
  • Otherwise, pointer to a zero-terminated C-string containing the name of the bar.

See also