Handbook
Glossary
gtk_dialog_add_action_widget ( dialog child response_id -- )
Vocabulary
gtk3
.
ffi
Inputs
dialog
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_dialog_add_action_widget
( GtkDialog* dialog, GtkWidget* child,
GtkResponseType
response_id )