| Top |
Functions
| GtkWidget * | gedit_view_new () |
| void | gedit_view_cut_clipboard () |
| void | gedit_view_copy_clipboard () |
| void | gedit_view_paste_clipboard () |
| void | gedit_view_delete_selection () |
| void | gedit_view_select_all () |
| void | gedit_view_scroll_to_cursor () |
| void | gedit_view_set_font () |
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkTextView ╰── GtkSourceView ╰── GeditView
Functions
gedit_view_new ()
GtkWidget *
gedit_view_new (GeditDocument *doc);
Creates a new GeditView object displaying the doc
document.
doc
cannot be NULL.
gedit_view_delete_selection ()
void
gedit_view_delete_selection (GeditView *view);
Deletes the text currently selected in the GtkTextBuffer associated to the view and scroll to the cursor position.
gedit_view_select_all ()
void
gedit_view_select_all (GeditView *view);
Selects all the text displayed in the view
.
gedit_view_scroll_to_cursor ()
void
gedit_view_scroll_to_cursor (GeditView *view);
Scrolls the view
to the cursor position.
