[longomatch] Add new delegates definitions
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Add new delegates definitions
- Date: Mon, 7 Jul 2014 11:28:33 +0000 (UTC)
commit 4e892e0502b0d4dfc2cfae6733c77ecad36246fa
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Jun 17 18:46:00 2014 +0200
Add new delegates definitions
LongoMatch.Core/Handlers/Drawing.cs | 1 +
LongoMatch.Core/Handlers/Handlers.cs | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Core/Handlers/Drawing.cs b/LongoMatch.Core/Handlers/Drawing.cs
index 7615b4c..338b589 100644
--- a/LongoMatch.Core/Handlers/Drawing.cs
+++ b/LongoMatch.Core/Handlers/Drawing.cs
@@ -24,5 +24,6 @@ namespace LongoMatch.Handlers.Drawing
public delegate void ButtonPressedHandler (Point coords, uint time, ButtonType type, ButtonModifier
modifier);
public delegate void ButtonReleasedHandler (Point coords, ButtonType type, ButtonModifier modifier);
public delegate void MotionHandler (Point coords);
+ public delegate void SizeChangedHandler ();
}
diff --git a/LongoMatch.Core/Handlers/Handlers.cs b/LongoMatch.Core/Handlers/Handlers.cs
index ee312b3..4386334 100644
--- a/LongoMatch.Core/Handlers/Handlers.cs
+++ b/LongoMatch.Core/Handlers/Handlers.cs
@@ -154,6 +154,7 @@ namespace LongoMatch.Handlers
public delegate void TagSubcategoriesChangedHandler (bool tagsubcategories);
public delegate void ShowTimelineMenuHandler (List<Play> plays, Category cat, Time time);
+ public delegate void ShowTaggerMenuHandler (List<Play> plays);
public delegate void BackEventHandle ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]