Happy !
TorstenBergmann / WebBrowser
About WebBrowser
IMPORTANT
NOTE: This repo is obsolete. Since Pharo 7 the code is integrated into Pharo standard image.
Description
General and platform independent WebBrowser access for Pharo 4.0 onwards based on NativeBoost, for Pharo 5.0 onwards based on UFFI
- Mac
- Unix (Linux flavours)
- Windows
Usage
WebBrowser openOn: 'http://www.pharo.org'
Installation
You can load it either from Configuration Browser (Pharo 4), Catalog/directly by typing "WebBrowser" into Spotter (Pharo 5 onwards) or with the following load expression:
Metacello new
smalltalkhubUser: 'TorstenBergmann' project: 'WebBrowser';
configuration: 'WebBrowser';
load
