Function GraphNode.showClose

If true, the close button will be visible. Note: Pressing it will only emit the closeRequest signal, the GraphNode needs to be removed manually.

bool showClose() nothrow @property @nogc;

void showClose (
  bool v
) nothrow @property @nogc;