[gnome-devel-docs/wip/dxhackfest2013: 164/165] platform-demos: Improve scrolledwindows.js
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs/wip/dxhackfest2013: 164/165] platform-demos: Improve scrolledwindows.js
- Date: Sun, 23 Jun 2013 22:59:00 +0000 (UTC)
commit 5c16bbabd5ef48416f9bbf0ed365f4297117f134
Author: David King <amigadave amigadave com>
Date: Sun Jun 23 23:41:33 2013 +0100
platform-demos: Improve scrolledwindows.js
.../scrolledwindow.js} | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/platform-demos/C/scrolledwindowexample.js b/platform-demos/C/samples/scrolledwindow.js
similarity index 74%
rename from platform-demos/C/scrolledwindowexample.js
rename to platform-demos/C/samples/scrolledwindow.js
index ca553bb..0399b93 100644
--- a/platform-demos/C/scrolledwindowexample.js
+++ b/platform-demos/C/samples/scrolledwindow.js
@@ -16,7 +16,6 @@ const ScrolledWindowExample = new Lang.Class ({
this.application.connect('startup', Lang.bind(this, this._onStartup));
},
-
// Callback function for 'activate' signal presents windows when active
_onActivate: function() {
this.window.present();
@@ -57,6 +56,3 @@ const ScrolledWindowExample = new Lang.Class ({
// Run the application
let app = new ScrolledWindowExample();
app.application.run (ARGV);
-
-
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]