setOption

fnvoid setOption(Option opt, bool val) nothrow @nogc @trusted

Sets an FLTK option value.

Parameters

optOption to set
valtrue to enable, false to disable Example:
setOption(Option.SHOW_TOOLTIPS, true);