Banshee.Gui.PlaybackActions.ShowPause C# (CSharp) 메소드

ShowPause() 개인적인 메소드

private ShowPause ( ) : void
리턴 void
        private void ShowPause ()
        {
            play_pause_action.Label = Catalog.GetString ("_Pause");
            play_pause_action.StockId = Gtk.Stock.MediaPause;
            play_pause_action.Tooltip = Catalog.GetString ("Pause the current item");
        }