TwDeleteBar (function)

int TwDeleteBar(TwBar * bar)

Description

This function deletes a tweak bar previously created by TwNewBar.

Parameter

bar

Identifier to the tweak bar to delete.

Return value

  • 0 if deletion failed. Call TwGetLastError to retrieve the error.
  • 1 if succeeded.

See also