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.
The signal is also emitted when the application programmer calls gtk.info_bar.InfoBar.response. The response_id depends on which action widget was clicked.