Le 15/03/2014 21:19, Allin Cottrell a écrit :
> I'm reasonably familiar with the usage of both g_spawn_sync and
> g_spawn_async, but recently I've found myself wanting to do domething
> that seems to fall between the two and I can't quite work out how to do it.
>
> Here's the task: I want to spawn
I'm reasonably familiar with the usage of both g_spawn_sync and
g_spawn_async, but recently I've found myself wanting to do domething that
seems to fall between the two and I can't quite work out how to do it.
Here's the task: I want to spawn an mpiexec process from my GTK app and,
assuming al
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