Handbook
Glossary
gtk_info_bar_add_action_widget ( info_bar child response_id -- )
Vocabulary
gtk3
.
ffi
Inputs
info_bar
an
object
child
an
object
response_id
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_info_bar_add_action_widget
( GtkInfoBar* info_bar, GtkWidget* child,
GtkResponseType
response_id )