Function TreeItem.setButtonDisabled
If true
, disables the button at index button_idx
in column column
.
void setButtonDisabled
(
const(long) column,
const(long) button_idx,
const(bool) disabled
) nothrow @nogc;