Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

Dir     : e17/proto/etk-perl/lib/Etk


Modified Files:
        TextBlock.pm 


Log Message:
- TextView test
- start of Textblock implementation

===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/lib/Etk/TextBlock.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- TextBlock.pm        1 Jul 2006 20:20:22 -0000       1.1
+++ TextBlock.pm        5 Jul 2006 00:00:07 -0000       1.2
@@ -29,4 +29,11 @@
     Etk::etk_textblock_text_set($self->{WIDGET}, $text, $markup);
 }
 
+sub TextGet
+{
+    my $self = shift;
+    my $markup = shift;
+    return Etk::etk_textblock_text_get($self->{WIDGET}, $markup);
+}
+
 1;



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to