LaunchURL(link);
StaticPopup_EditBoxOnEnterPressed();
StaticPopup_EditBoxOnEscapePressed();
GlueDialog_OnLoad(self);
GlueDialog_OnShow(self);
self:Raise();
GlueDialog_OnUpdate(self, elapsed);
GlueDialog_OnEvent(self, event, ...);
GlueDialog_OnHide();
GlueDialog_OnKeyDown(key);