Home
last modified time | relevance | path

Searched refs:BijiWebkitEditor (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/bijiben/bijiben-40.1/src/libbiji/editor/
H A Dbiji-webkit-editor.h36 typedef struct _BijiWebkitEditor BijiWebkitEditor; typedef
52 BijiWebkitEditor * biji_webkit_editor_new (BijiNoteObj *note);
56 gboolean biji_webkit_editor_has_selection (BijiWebkitEditor *self);
58 const gchar * biji_webkit_editor_get_selection (BijiWebkitEditor *self);
60 void biji_webkit_editor_cut (BijiWebkitEditor *self);
62 void biji_webkit_editor_copy (BijiWebkitEditor *self);
64 void biji_webkit_editor_paste (BijiWebkitEditor *self);
66 void biji_webkit_editor_undo (BijiWebkitEditor *self);
67 void biji_webkit_editor_redo (BijiWebkitEditor *self);
69 void biji_webkit_editor_set_font (BijiWebkitEditor *self, gchar *font);
[all …]
H A Dbiji-webkit-editor.c72 biji_webkit_editor_has_selection (BijiWebkitEditor *self) in biji_webkit_editor_has_selection()
132 biji_toggle_block_format (BijiWebkitEditor *self, in biji_toggle_block_format()
187 biji_webkit_editor_cut (BijiWebkitEditor *self) in biji_webkit_editor_cut()
193 biji_webkit_editor_copy (BijiWebkitEditor *self) in biji_webkit_editor_copy()
199 biji_webkit_editor_paste (BijiWebkitEditor *self) in biji_webkit_editor_paste()
205 biji_webkit_editor_undo (BijiWebkitEditor *self) in biji_webkit_editor_undo()
211 biji_webkit_editor_redo (BijiWebkitEditor *self) in biji_webkit_editor_redo()
280 biji_webkit_editor_init (BijiWebkitEditor *self) in biji_webkit_editor_init()
452 BijiWebkitEditor *self) in on_script_message()
477 BijiWebkitEditor *self; in biji_webkit_editor_constructed()
[all …]
/dports/deskutils/bijiben/bijiben-40.1/src/
H A Dbjb-note-view.c49 BijiWebkitEditor *editor;
/dports/deskutils/bijiben/bijiben-40.1/src/libbiji/
H A Dbiji-note-obj.c40 BijiWebkitEditor *editor;