>
>
> Overview of Changes in GTK+ 3.0.12
> ==
>
> * Assorted file chooser improvements/redesign:
> - Remove the expander in Save mode
> - Move the path bar up in Save mode
> - Remember the last opened directory
> - Start in recently-used mode when no folder is
To gtk gurus
I want to put a new title as soon as possible to the mainwindow when en
entry change.
For that I must have all pending call back executed. the only way I know is
to put the following
statment in the entry call back :
while (g_main_context_iteration (NULL, FALSE));
And when that