W dniu 8 listopada 2010 21:42 użytkownik bulia byak <buliabyak@...400...> napisał:
- Having 2 versions of the dialog means that anyone who wants to add
any feature to the dialogs must be proficient both in Windows API and in GTK.
We better avoid adding too much of our stuff to these dialogs anyway. They are traditionally the responsibility of the OS or widget library, not ours. We should strive to keep our contact area with them to the absolute minimum.
I was referring to e.g. an extra checkbox in the import dialog that specifies whether the file is to be embedded or linked, or a button that brings up format options (which are currently shown as a popup). Adding extra controls is supported in both GTK and native Windows dialogs, and is a standard practice, but is more difficult in Windows API.
Regards, Krzysztof