URLAction
new URLAction(urlAddress));
new URLAction(urlAddress));
new URLAction("https://www.haiku-os.org"));
new URLAction("https://www.haiku-inc.org/donate"));
URLAction::URLAction(const BString& url)
URLAction::~URLAction()
URLAction::Clicked(HyperTextView* view, BPoint where, BMessage* message)
class URLAction : public HyperTextAction {
URLAction(const BString& url);
virtual ~URLAction();