some more
authorCarsten Haitzler <raster@rasterman.com>
Mon, 14 Sep 2009 04:22:14 +0000 (04:22 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 14 Sep 2009 04:22:14 +0000 (04:22 +0000)
SVN revision: 42483

13 files changed:
src/bin/test_layout.c
src/bin/test_list.c
src/bin/test_notepad.c
src/bin/test_pager.c
src/bin/test_photo.c
src/bin/test_photocam.c
src/bin/test_progressbar.c
src/bin/test_radio.c
src/bin/test_scaling.c
src/bin/test_scroller.c
src/bin/test_separator.c
src/bin/test_slider.c
src/bin/test_spinner.c

index c190a7a..81fafa9 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 void
 test_layout(void *data, Evas_Object *obj, void *event_info)
 {
@@ -39,3 +39,4 @@ test_layout(void *data, Evas_Object *obj, void *event_info)
 
    evas_object_show(win);
 }
+#endif
index e993a5a..9fa1d77 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 void
 test_list(void *data, Evas_Object *obj, void *event_info)
 {
@@ -312,4 +312,4 @@ test_list3(void *data, Evas_Object *obj, void *event_info)
    evas_object_resize(win, 320, 300);
    evas_object_show(win);
 }
-
+#endif
index 15548db..3ee8a6b 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 static void
 my_notepad_bt_1(void *data, Evas_Object *obj, void *event_info)
 {
@@ -95,3 +95,4 @@ test_notepad(void *data, Evas_Object *obj, void *event_info)
    elm_object_focus(win);
    evas_object_show(win);
 }
+#endif
index 1403f1e..18fbb10 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 typedef struct _Pginfo Pginfo;
 
 struct _Pginfo
@@ -143,3 +143,4 @@ test_pager(void *data, Evas_Object *obj, void *event_info)
 
    evas_object_show(win);
 }
+#endif
index 8ff178b..9d7fb97 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 void
 test_photo(void *data, Evas_Object *obj, void *event_info)
 {
@@ -61,3 +61,4 @@ test_photo(void *data, Evas_Object *obj, void *event_info)
    evas_object_resize(win, 300, 300);
    evas_object_show(win);
 }
+#endif
index 6ea046c..663bdf5 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 void
 test_photocam(void *data, Evas_Object *obj, void *event_info)
 {
@@ -32,3 +32,4 @@ test_photocam(void *data, Evas_Object *obj, void *event_info)
    evas_object_resize(win, 800, 800);
    evas_object_show(win);
 }
+#endif
index 48db34b..fa581be 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 typedef struct Progressbar
 {
    Evas_Object *pb1;
@@ -185,3 +185,4 @@ test_progressbar(void *data, Evas_Object *obj, void *event_info)
 
    evas_object_show(win);
 }
+#endif
index 6dd2a9f..6fba2d0 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 void
 test_radio(void *data, Evas_Object *obj, void *event_info)
 {
@@ -92,3 +92,4 @@ test_radio(void *data, Evas_Object *obj, void *event_info)
 
    evas_object_show(win);
 }
+#endif
index fd13c53..64e20fd 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 void
 test_scaling(void *data, Evas_Object *obj, void *event_info)
 {
@@ -122,3 +122,4 @@ test_scaling2(void *data, Evas_Object *obj, void *event_info)
    evas_object_resize(win, 320, 320);
    evas_object_show(win);
 }
+#endif
index 146829a..0714b52 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 void
 my_bt_go_300_300(void *data, Evas_Object *obj, void *event_info)
 {
@@ -126,3 +126,4 @@ test_scroller(void *data, Evas_Object *obj, void *event_info)
    evas_object_resize(win, 320, 320);
    evas_object_show(win);
 }
+#endif
index ae2cf4c..0941b36 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 void
 test_separator(void *data, Evas_Object *obj, void *event_info)
 {
@@ -69,3 +69,4 @@ test_separator(void *data, Evas_Object *obj, void *event_info)
 
    evas_object_show(win);
 }
+#endif
index f622172..faa8eff 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 void
 test_slider(void *data, Evas_Object *obj, void *event_info)
 {
@@ -86,3 +86,4 @@ test_slider(void *data, Evas_Object *obj, void *event_info)
 
    evas_object_show(win);
 }
+#endif
index af224fe..da02026 100644 (file)
@@ -1,5 +1,5 @@
 #include <Elementary.h>
-
+#ifndef ELM_LIB_QUICKLAUNCH
 void
 test_spinner(void *data, Evas_Object *obj, void *event_info)
 {
@@ -40,3 +40,4 @@ test_spinner(void *data, Evas_Object *obj, void *event_info)
 
    evas_object_show(win);
 }
+#endif