Hi Patrick, El jue, 01-12-2005 a las 12:26 +0100, Patrick Bernaud escribió: > Hello all, > > As announced previously, I have modified the component selection > dialog to put together the directory and component names in the same > tree and reorganized slighly the overall dialog layout.
> The tree is also reduced to matching component names when filtering > (instead of the previous incremental filter that displayed all > components... not sure I am clear here but I do not know how else I > can describe it, well give it a try and compare :). GTK 2.4 is > required for now but an adaptation to GTK 2.2 is underway. [snip] I like the new dialog. I have some questions about your new file load/save dialogs, specially because IIRC you were writing a GTK 2.2 compliant version. I'm playing with the close confirmation dialog (the one asking you if you really want to exit with unsaved schematics). I use the i_callback_file_save to save the files (selected by the user). I also want to check if there was some error when saving, so I modified it to return an error value. All is fine with schematics which were saved previously. If not, there is a call to x_fileselect_setup in i_callback_file_save, so the user enters the filename. As it is currently done, I can't just call to x_fileselect_setup and make it returns an error value. I'm going to wait until you check in your changes, but I wonder if it can be done with your new GTK 2.2 dialogs... Thanks, Carlos
