Example #1
0
        public void Notification(Pixbuf image, string stripUrl, string name, string author)
        {
            Application.Invoke(delegate {
                PopupWindow window = new PopupWindow();
                window.PopupDelay  = popupDelay;

                window.Notification(image, stripUrl, name, author);
            });
        }
Example #2
0
        public void Notification(Pixbuf image, string stripUrl, string name, string author)
        {
            Application.Invoke (delegate {
                PopupWindow window = new PopupWindow ();
                window.PopupDelay = popupDelay;

                window.Notification (image, stripUrl, name, author);
            });
        }