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.

  1. bool showClose [@property getter]
  2. bool showClose [@property setter]
    struct GraphNode
    @nogc nothrow @property
    void
    showClose
    (
    bool v
    )

Meta