Functions
Link copied to clipboard
fun propertyToggleButton(value: V, text: String, block: PropertyToggleButton<V, P>.() -> Unit? = null): PropertyToggleButton<V, P>
fun propertyToggleButton(value: V, text: String, graphic: Node?, block: PropertyToggleButton<V, P>.() -> Unit? = null): PropertyToggleButton<V, P>
Link copied to clipboard
fun propertyToggleMenuItem(value: V, text: String, block: PropertyToggleMenuItem<V, P>.() -> Unit? = null): PropertyToggleMenuItem<V, P>