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.cxx1557 GdkPixbuf *pixbuf; in update_preview_cb() local
1565 pixbuf = gdk_pixbuf_new_from_file_at_size( in update_preview_cb()
1570 have_preview = ( pixbuf != NULL ); in update_preview_cb()
1572 gtk_image_set_from_pixbuf( GTK_IMAGE( preview ), pixbuf ); in update_preview_cb()
1573 if( pixbuf ) in update_preview_cb()
1574 gdk_pixbuf_unref( pixbuf ); in update_preview_cb()
/trunk/main/
H A Dconfigure.ac5874 …PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4 gdk-pixbuf-xlib-2.0 >= 2.2 ,,AC_MSG_ERROR([requirements to …
6796 dnl always rely on the system version of gdk-pixbuf

Completed in 44 milliseconds