Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : libs/etk-perl

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


Modified Files:
        Constants.pm 


Log Message:
more implementation of the Combobox_Entry widget 

===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/lib/Etk/Constants.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- Constants.pm        12 Mar 2007 14:11:24 -0000      1.16
+++ Constants.pm        29 Jul 2007 07:56:12 -0000      1.17
@@ -34,7 +34,8 @@
 
 our %EXPORT_TAGS = (
    box         => [qw/BoxStart BoxEnd BoxNone BoxExpand BoxFill 
BoxExpandFill/],
-   combobox    => [qw/ColumnTypeLabel ColumnTypeImage ColumnTypeOther/],
+   combobox    => [qw/ColumnTypeLabel ColumnTypeImage ColumnTypeOther 
EntryImage EntryLabel EntryOther
+    EntryNone EntryExpand EntryFill EntryExpandFill/],
    fillpolicy  => [qw/FillNone HFill VFill HExpand VExpand/],
    messagedialog=> [qw/None Warning Question Error
     ButtonsNone ButtonsOk ButtonsClose ButtonsCancel ButtonsYesNo 
ButtonsOkCancel/],
@@ -90,7 +91,14 @@
 {
     ColumnTypeLabel => 0,
     ColumnTypeImage => 1,
-    ColumnTypeOther => 2
+    ColumnTypeOther => 2,
+    EntryLabel => 0,
+    EntryImage => 1,
+    EntryOther => 2,
+    EntryNone  => 0,
+    EntryExpand        => 1 << 0,
+    EntryFill  => 1 << 1,
+    EntryExpandFill    => (1 << 0) | (1 << 1)
 };
 
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to