Searched refs:path_preview (Results 1 – 4 of 4) sorted by relevance
174 char path_preview [1024]; in player_init_load_images() local177 sprintf (path_preview, "%s/%s", complete_path, "/preview.png"); in player_init_load_images()179 data->preview = util_load_image (path_preview, FALSE); in player_init_load_images()184 printf (_("Can't load '%s' image\n"), path_preview); in player_init_load_images()
121 g_free(data->theme[slot].path_preview); in theme_del_entry()201 data->theme[slot].path_preview = g_strconcat(path, preview, NULL); in theme_add_entry()478 gchar *path = data->theme[themeid].path_preview; in theme_preview_read()
381 gchar *path_preview; member
54 GtkWidget *path_preview; member542 editor->private->path_preview = gtk_image_new(); in fillup_icons_by_path()543 gtk_file_chooser_set_preview_widget( file_chooser, editor->private->path_preview ); in fillup_icons_by_path()880 gtk_image_set_from_pixbuf( GTK_IMAGE( editor->private->path_preview ), pixbuf ); in on_path_update_preview()