| pluma Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Signals | ||||
PlumaViewPrivate; struct PlumaView; GtkWidget * pluma_view_new (PlumaDocument *doc); void pluma_view_cut_clipboard (PlumaView *view); void pluma_view_copy_clipboard (PlumaView *view); void pluma_view_paste_clipboard (PlumaView *view); void pluma_view_delete_selection (PlumaView *view); void pluma_view_select_all (PlumaView *view); void pluma_view_scroll_to_cursor (PlumaView *view); void pluma_view_set_font (PlumaView *view,gboolean def,const gchar *font_name);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkTextView
+----GtkSourceView
+----PlumaView
"drop-uris" :Action"reset-searched-text" :Action"start-interactive-goto-line" :Action"start-interactive-search" :Action
GtkWidget * pluma_view_new (PlumaDocument *doc);
Creates a new PlumaView object displaying the doc document.
doc cannot be NULL.
|
a PlumaDocument |
Returns : |
a new PlumaView |
void pluma_view_delete_selection (PlumaView *view);
Deletes the text currently selected in the GtkTextBuffer associated to the view and scroll to the cursor position.
|
a PlumaView |
void pluma_view_select_all (PlumaView *view);
Selects all the text displayed in the view.
|
a PlumaView |
void pluma_view_scroll_to_cursor (PlumaView *view);
Scrolls the view to the cursor position.
|
a PlumaView |
"drop-uris" signalvoid user_function (PlumaView *plumaview,
GStrv arg1,
gpointer user_data) : Action
"reset-searched-text" signalgboolean user_function (PlumaView *plumaview,
gpointer user_data) : Action
"start-interactive-goto-line" signalgboolean user_function (PlumaView *plumaview,
gpointer user_data) : Action
"start-interactive-search" signalgboolean user_function (PlumaView *plumaview,
gpointer user_data) : Action