[ Team LiB ] Previous Section Next Section

Browser Plugin Compatibility

The Web Browser plugin requires changes to the event loop mechanism because Tcl is embedded in an application with its own event loop. While the C APIs have supported alternate event loops since Tcl 8.0.3, it has been difficult to do this sort of embedding without recompiling Tcl. The Tcl_SetNotifier API was added to support embedding a "stock" Tcl interpreter.

    [ Team LiB ] Previous Section Next Section