[longomatch/livecapture2: 29/31] Add some properties and signal connections that was done with the stetic designer



commit 348acd791a2a77b0aaa1d3f48ebf7c7d425a3a58
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun May 2 14:28:10 2010 +0200

    Add some properties and signal connections that was done with the stetic designer

 LongoMatch/Gui/Component/PlayListWidget.cs |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/PlayListWidget.cs b/LongoMatch/Gui/Component/PlayListWidget.cs
index 3d15931..a280d6b 100644
--- a/LongoMatch/Gui/Component/PlayListWidget.cs
+++ b/LongoMatch/Gui/Component/PlayListWidget.cs
@@ -1,4 +1,4 @@
-// PlayListWidget.cs
+// PlayListWidget.cs
 //
 //  Copyright (C) 2007-2009 Andoni Morales Alastruey
 //
@@ -56,12 +56,14 @@ namespace LongoMatch.Gui.Component
 		private MultimediaFactory factory;
 
 
-		public PlayListWidget()
+		public PlayListWidget ()
 		{
-			this.Build();
-			lock_node = new System.Object();
-			factory = new  MultimediaFactory();
-			playlisttreeview1.ApplyCurrentRate += new ApplyCurrentRateHandler(OnApplyRate);
+			this.Build ();
+			lock_node = new System.Object ();
+			factory = new MultimediaFactory ();
+			playlisttreeview1.Reorderable = true;
+			playlisttreeview1.RowActivated += OnPlaylisttreeview1RowActivated;
+			playlisttreeview1.ApplyCurrentRate += OnApplyRate;
 			savebutton.Sensitive = false;
 		}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]