Home
last modified time | relevance | path

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

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlengine-edit-table.c1088 static void table_set_padding (HTMLEngine *e, HTMLTable *t, gint padding, gboolean relative, HTMLUn…
1098table_set_padding (e, html_engine_get_table (e), data->attr.padding, FALSE, html_undo_direction_re… in table_set_padding_undo_action()
1102 table_set_padding (HTMLEngine *e, in table_set_padding() function
1149 table_set_padding (e, t, padding, relative, HTML_UNDO_UNDO); in html_engine_table_set_padding()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-content-editor.h375 void (*table_set_padding) (EContentEditor *editor, member
H A De-content-editor.c3634 g_return_if_fail (iface->table_set_padding != NULL); in e_content_editor_table_set_padding()
3636 iface->table_set_padding (editor, value); in e_content_editor_table_set_padding()
/dports/mail/evolution/evolution-3.42.1/src/modules/webkit-editor/
H A De-webkit-editor.c5893 iface->table_set_padding = webkit_editor_table_set_padding; in e_webkit_editor_content_editor_init()