Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/etox
Dir : e17/libs/etox/test
Modified Files:
Makefile.am selections.c
Log Message:
Some progress towards working obstacle code. Still not working, but getting
better.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/test/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- Makefile.am 31 Jul 2003 04:59:24 -0000 1.13
+++ Makefile.am 15 Aug 2003 06:38:58 -0000 1.14
@@ -20,4 +20,4 @@
etox_selections_DEPENDENCIES = $(top_builddir)/src/libetox.la
etox_selections_SOURCES = selections.c
etox_selections_LDFLAGS = -static
-etox_selections_LDADD = $(top_builddir)/src/libetox.la @evas_libs@ @ewd_libs@
@estyle_libs@ @ecore_libs@ @edb_libs@
+etox_selections_LDADD = $(top_builddir)/src/libetox.la @evas_libs@ @ewd_libs@
@estyle_libs@ @ecore_libs@ @edb_libs@ -lefence
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/test/selections.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- selections.c 6 Aug 2003 02:45:36 -0000 1.8
+++ selections.c 15 Aug 2003 06:38:58 -0000 1.9
@@ -44,8 +44,11 @@
int main(int argc, const char **argv)
{
+ /*
Etox_Selection *selected1;
Etox_Selection *selected2;
+ */
+ Etox_Obstacle *obstacle;
ecore_init();
ecore_app_args_set(argc, argv);
@@ -84,6 +87,7 @@
etox_set_layer(etox, 1000);
etox_show(etox);
+ /*
selected1 = etox_select_index(etox, 9, 60);
if (selected1) {
etox_selection_set_font(selected1, "morpheus", 20);
@@ -109,8 +113,11 @@
if (selected2) {
etox_selection_set_color(selected2, 0, 0, 255, 255);
}
+ */
- etox_append_text(etox, "Well slap my ass and call me Sally!");
+ etox_append_text(etox, "Fear the boring test text!");
+
+ obstacle = etox_obstacle_add(etox, 20, 20, 20, 20);
ecore_evas_callback_resize_set(ee, window_resize);
ecore_event_handler_add(ECORE_EVENT_SIGNAL_EXIT, sig_exit, NULL);
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs