方法
声明 [src]
gboolean
gtk_text_buffer_delete_selection (
GtkTextBuffer* buffer,
gboolean interactive,
gboolean default_editable
)
描述 [src]
删除“插入”和“selection_bound”标记之间的范围,即当前选中的文本。
如果interactive
设置为TRUE
,那么将考虑选择的可编辑性(用户不能删除不可编辑的文本)。