[ease/presenter: 9/11] Start creating some actors
- From: Stéphane Maniaci <maniacis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease/presenter: 9/11] Start creating some actors
- Date: Mon, 16 Aug 2010 21:58:14 +0000 (UTC)
commit 41e8637b8d47d1692478a0b2ece348cbdbf67275
Author: Stéphane Maniaci <stephane maniaci gmail com>
Date: Mon Aug 16 16:10:29 2010 -0500
Start creating some actors
ease/ease-presenter-window.vala | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/ease/ease-presenter-window.vala b/ease/ease-presenter-window.vala
index 7e30ff4..62d9c55 100644
--- a/ease/ease-presenter-window.vala
+++ b/ease/ease-presenter-window.vala
@@ -36,6 +36,12 @@ internal class Ease.PresenterWindow : Gtk.Window
this.add (embed);
stage = embed.get_stage () as Clutter.Stage;
+ current_display = new Clutter.Group ();
+ bottom_display = new Clutter.Group ();
+
+ slides_elapsed = new Clutter.Text.full ("Sans 20",
+ @"Slide n°$slide_index/$doc.length",
+ Clutter.Color.from_string ("white"));
stage.color = { 0, 0, 0, 255 };
stage.set_fullscreen (true);
stage.show_all ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]