InfoBar.setResponseSensitive

Sets the sensitivity of action widgets for @response_id.

Calls gtk_widget_set_sensitive (widget, setting) for each widget in the info bars’s action area with the given @response_id. A convenient way to sensitize/desensitize buttons.

class InfoBar
void
setResponseSensitive
(,
bool setting
)

Parameters

responseId int

a response ID

setting bool

TRUE for sensitive

Meta