Function cwipc_sink_caption

Function Documentation

bool cwipc_sink_caption(cwipc_sink *sink, const char *caption)

Set a caption or title on the window (C interface).

If the sink is a display window this will set some sort of caption on the window.

Parameters:
  • sink – The cwipc_sink object.

  • caption – The UTF8 caption string.

Returns:

True if this sink could present the caption to the user.