signal callback delegate or function to connect
void callback(int responseId, gtk.info_bar.InfoBar infoBar)
responseId the response ID (optional)
infoBar the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Response signal.
Emitted when an action widget is clicked or the application programmer calls gtk.dialog.Dialog.response. The response_id depends on which action widget was clicked.