Banshee.NowPlaying.FullscreenWindow.FullscreenWindow C# (CSharp) Method

FullscreenWindow() public method

public FullscreenWindow ( Gtk.Window parent ) : System
parent Gtk.Window
return System
        public FullscreenWindow (Window parent) : base (WindowType.Toplevel)
        {
            Title = parent.Title;
            AppPaintable = true;

            this.parent = parent;
            this.action_service = ServiceManager.Get<InterfaceActionService> ();

            AddAccelGroup (action_service.UIManager.AccelGroup);

            SetupWidget ();
        }