Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | xed_view_new () |
void | xed_view_cut_clipboard () |
void | xed_view_copy_clipboard () |
void | xed_view_paste_clipboard () |
void | xed_view_delete_selection () |
void | xed_view_select_all () |
void | xed_view_scroll_to_cursor () |
void | xed_view_set_font () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkTextView ╰── GtkSourceView ╰── XedView
GtkWidget *
xed_view_new (XedDocument *doc
);
Creates a new XedView object displaying the doc
document.
doc
cannot be NULL
.
void
xed_view_delete_selection (XedView *view
);
Deletes the text currently selected in the GtkTextBuffer associated to the view and scroll to the cursor position.
void
xed_view_select_all (XedView *view
);
Selects all the text displayed in the view
.
void
xed_view_scroll_to_cursor (XedView *view
);
Scrolls the view
to the cursor position.
“drop-uris”
signalvoid user_function (XedView *xedview, GStrv arg1, gpointer user_data)
Flags: Action