newWithLabel

fun newWithLabel(label: String? = null): CheckButton

Creates a new GtkCheckButton with the given text.

Return

a new GtkCheckButton

Parameters

label

the text for the check button.