Re: Reshowing Icons in a Grid (Andrew Potter)

2014-03-15 Thread Marshall Lake
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

Re: Reshowing Icons in a Grid

2014-03-14 Thread Andrew Potter
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