gtk_info_bar_add_button ( info_bar button_text response_id -- GtkButton* )


Vocabulary
gtk3.ffi

Inputs
info_baran object
button_textan object
response_idan object


Outputs
GtkButton*an object


Definition


LIBRARY: gtk3 FUNCTION: GtkButton* gtk_info_bar_add_button
( GtkInfoBar* info_bar, gchar* button_text, GtkResponseType
response_id )