Home
last modified time | relevance | path

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

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlengine-edit-images.c63 html_image_set_spacing (HTML_IMAGE (image), hspace, vspace); in html_engine_insert_image()
H A Dhtmlimage.h121 void html_image_set_spacing (HTMLImage *image,
H A Dhtmlimage.c924 html_image_set_spacing (HTMLImage *image, in html_image_set_spacing() function
H A Dhtmlengine.c2510 html_image_set_spacing (HTML_IMAGE (HTML_IMAGEINPUT (element)->image), imgHSpace, imgVSpace);
2881 html_image_set_spacing (HTML_IMAGE (image), hspace, vspace);
/dports/www/gtkhtml4/gtkhtml-4.10.0/components/editor/
H A Dgtkhtml-editor-signals.c757 html_image_set_spacing (image, hspace, vspace); in AUTOCONNECTED_SIGNAL_HANDLER()