Home
last modified time | relevance | path

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

/dports/games/volleyball/volleyball-0.8.6/src/
H A Dplayer.c174 char path_preview [1024]; in player_init_load_images() local
177 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()
/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/
H A Dtheme.c121 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()
H A Dglobal.h381 gchar *path_preview; member
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/nact/
H A Dnact-icon-chooser.c54 GtkWidget *path_preview; member
542 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()