Home
last modified time | relevance | path

Searched refs:HTMLUndo (Results 1 – 5 of 5) sorted by relevance

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlundo.h36 HTMLUndo *html_undo_new (void);
37 void html_undo_destroy (HTMLUndo *undo);
38 void html_undo_do_undo (HTMLUndo *undo,
40 void html_undo_do_redo (HTMLUndo *undo,
42 void html_undo_discard_redo (HTMLUndo *undo);
43 void html_undo_add_undo_action (HTMLUndo *undo,
46 void html_undo_add_redo_action (HTMLUndo *undo,
48 void html_undo_add_action (HTMLUndo *undo,
52 gboolean html_undo_has_undo_steps (HTMLUndo *undo);
54 void html_undo_level_begin (HTMLUndo *undo,
[all …]
H A Dhtmlundo.c94 HTMLUndo *
97 HTMLUndo *new_undo; in html_undo_new()
99 new_undo = g_new0 (HTMLUndo, 1); in html_undo_new()
105 html_undo_destroy (HTMLUndo *undo) in html_undo_destroy()
180 html_undo_do_undo (HTMLUndo *undo, in html_undo_do_undo()
336 html_undo_freeze (HTMLUndo *undo) in html_undo_freeze()
342 html_undo_thaw (HTMLUndo *undo) in html_undo_thaw()
368 HTMLUndo *parent_undo;
396 level_new (HTMLUndo *undo, in level_new()
442 redo_level_end (HTMLUndo *undo) in redo_level_end()
[all …]
H A Dhtmltypes.h133 typedef struct _HTMLUndo HTMLUndo; typedef
H A Dhtmlengine-edit.c61 HTMLUndo *undo; in html_engine_undo()
77 HTMLUndo *undo; in html_engine_redo()
H A Dhtmlengine.h60 HTMLUndo *undo;