Handbook
Glossary
gtk_text_buffer_cut_clipboard ( text_buffer clipboard default_editable -- )
Vocabulary
gtk2
.
ffi
Inputs
text_buffer
an
object
clipboard
an
object
default_editable
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_text_buffer_cut_clipboard
( GtkTextBuffer* text_buffer, GtkClipboard* clipboard,
gboolean
default_editable )