[longomatch] Add a new property to hide controls
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Add a new property to hide controls
- Date: Mon, 7 Jul 2014 11:26:52 +0000 (UTC)
commit 2f589be70341207eebd173afdcea8dca3cb05fc8
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Jun 3 19:10:17 2014 +0200
Add a new property to hide controls
LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs b/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
index 5f5fb23..b47b117 100644
--- a/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
+++ b/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
@@ -165,6 +165,13 @@ namespace LongoMatch.Gui
get;
set;
}
+
+ public bool ShowControls {
+ set {
+ controlsbox.Visible = value;
+ vscale1.Visible = value;
+ }
+ }
#endregion
#region Public methods
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]