> A simple question: is there a mode in Gtk to use some native GUI > features on target systems that provide them, e.g. Windows ? For > instance, can one make it produce "normal" menus or file-open dialogs ? Sure, simply call the win32 API instead of the Gtk API. Arno