Home
last modified time | relevance | path

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

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlengine-save.c266 bg_image = e->bgPixmapPtr ? g_strdup_printf (" BACKGROUND=\"%s\"", in get_body()
268 (e->widget, ((HTMLImagePointer *) e->bgPixmapPtr)->url)) in get_body()
H A Dhtmlengine.h141 gpointer bgPixmapPtr; member
H A Dhtmlengine.c2266 if (e->bgPixmapPtr != NULL)
2267 html_image_factory_unregister (e->image_factory, e->bgPixmapPtr, NULL);
2268 e->bgPixmapPtr = html_image_factory_register (e->image_factory, NULL, bgurl, FALSE);
4332 if (engine->bgPixmapPtr) {
4333 html_image_factory_unregister (engine->image_factory, engine->bgPixmapPtr, NULL);
4334 engine->bgPixmapPtr = NULL;
4773 bgpixmap = e->bgPixmapPtr;
5597 if (e->bgPixmapPtr) {
5598 html_image_factory_unregister (e->image_factory, e->bgPixmapPtr, NULL);
5599 e->bgPixmapPtr = NULL;
/dports/www/gtkhtml4/gtkhtml-4.10.0/components/editor/
H A Dgtkhtml-editor-signals.c1255 if (html->engine->bgPixmapPtr != NULL) { in AUTOCONNECTED_SIGNAL_HANDLER()
1258 html->engine->bgPixmapPtr, NULL); in AUTOCONNECTED_SIGNAL_HANDLER()
1259 html->engine->bgPixmapPtr = NULL; in AUTOCONNECTED_SIGNAL_HANDLER()
1267 html->engine->bgPixmapPtr = html_image_factory_register ( in AUTOCONNECTED_SIGNAL_HANDLER()