Handbook
Glossary
gtk_notebook_set_menu_label_text ( notebook child menu_text -- )
Vocabulary
gtk2
.
ffi
Inputs
notebook
an
object
child
an
object
menu_text
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_notebook_set_menu_label_text
( GtkNotebook* notebook, GtkWidget* child, gchar* menu_text
)