> Hello all,
> I try to create animation using GtkCellPixmap in GtkTreeView using next
> code:
>
> angle += PIXMAP_ROTATE_STEP;
> rotated_pixbuf = pixmap_rotate (original_pixbuf, angle);
>
> gtk_list_store_set (GTK_LIST_STORE (tree_model), &iter,
> FILE_LIST_COL_
Hello all,
I try to create animation using GtkCellPixmap in GtkTreeView using next
code:
angle += PIXMAP_ROTATE_STEP;
rotated_pixbuf = pixmap_rotate (original_pixbuf, angle);
gtk_list_store_set (GTK_LIST_STORE (tree_model), &iter,
FILE_LIST_COL_FILE_ICON, rotat