Package: gtk
Function gtk:toggle-button-mode
Lambda Listgtk:toggle-button-mode (button) SyntaxArgumentsDetails
Gets or sets whether the button is displayed as a separate indicator and
label.
You can call this function on a check button or a radio button with the false value for mode to make the button look like a normal button. This function only affects instances of classes like the gtk:check-button and gtk:radio-button classes that derive from the gtk:toggle-button class, not instances of the gtk:toggle-button class itself. Notes | See also |
#2026-06-23