Home
last modified time | relevance | path

Searched refs:pixbuf (Results 1 – 2 of 2) sorted by relevance

/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1544 GdkPixbuf *pixbuf; in update_preview_cb() local
1552 pixbuf = gdk_pixbuf_new_from_file_at_size( in update_preview_cb()
1557 have_preview = ( pixbuf != NULL ); in update_preview_cb()
1559 gtk_image_set_from_pixbuf( GTK_IMAGE( preview ), pixbuf ); in update_preview_cb()
1560 if( pixbuf ) in update_preview_cb()
1561 gdk_pixbuf_unref( pixbuf ); in update_preview_cb()
/trunk/main/
H A Dconfigure.ac6753 …PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4 gdk-pixbuf-xlib-2.0 >= 2.2 ,,AC_MSG_ERROR([requirements to …
7675 dnl always rely on the system version of gdk-pixbuf