Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | gtef_view_new () |
void | gtef_view_cut_clipboard () |
void | gtef_view_copy_clipboard () |
void | gtef_view_paste_clipboard () |
void | gtef_view_delete_selection () |
void | gtef_view_select_all () |
void | gtef_view_scroll_to_cursor () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkTextView ╰── GtkSourceView ╰── GtefView
void
gtef_view_cut_clipboard (GtefView *view
);
Cuts the clipboard and then scrolls to the cursor position.
Since: 1.0
void
gtef_view_copy_clipboard (GtefView *view
);
Copies the clipboard.
Since: 1.0
void
gtef_view_paste_clipboard (GtefView *view
);
Pastes the clipboard and then scrolls to the cursor position.
Since: 1.0
void
gtef_view_delete_selection (GtefView *view
);
Deletes the text currently selected in the GtkTextBuffer associated to the view and then scrolls to the cursor position.
Since: 1.0
void
gtef_view_select_all (GtefView *view
);
Selects all the text.
Since: 1.0