I have 10 different icons stored in 10 files. I want to display these 10
icons in different locations in a gtk_grid_new().
It works fine once.
If I gtk_widget_destroy(grid), create a new grid, and try to display these
10 icons a second time (some in different grid locations and some not) I ge
On Fri, Mar 14, 2014 at 4:53 PM, Marshall Lake wrote:
>
> I have 10 different icons stored in 10 files. I want to display these 10
> icons in different locations in a gtk_grid_new().
>
> It works fine once.
>
> If I gtk_widget_destroy(grid), create a new grid, and try to display these
> 10 icons