Home
last modified time | relevance | path

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

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlclueflow.h88 HTMLClueFlowStyle html_clueflow_get_style (HTMLClueFlow *flow);
H A Dhtmlengine-edit.c626 … || html_clueflow_get_style (HTML_CLUEFLOW (e->cursor->object->parent)) != HTML_CLUEFLOW_STYLE_PRE) in html_engine_indent_pre_line()
682 …|| html_clueflow_get_style (HTML_CLUEFLOW (e->cursor->object->parent)) != HTML_CLUEFLOW_STYLE_PRE)… in html_engine_fill_pre_line()
H A Dhtmlengine-edit-clueflowstyle.c106 props->style = html_clueflow_get_style (clueflow); in get_props()
H A Dhtmlengine-edit-cut-and-paste.c1361 cfs = html_clueflow_get_style (cf); in html_engine_insert_empty_paragraph()
H A Dhtmlclueflow.c2914 html_clueflow_get_style (HTMLClueFlow *flow) in html_clueflow_get_style() function