Enlightenment CVS committal Author : codewarrior Project : e17 Module : proto
Dir : e17/proto/enity Modified Files: README Log Message: examples++ =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/enity/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- README 14 Mar 2006 11:41:00 -0000 1.1 +++ README 14 Mar 2006 11:54:24 -0000 1.2 @@ -3,3 +3,43 @@ Enity allows users to create Etk dialogs using shell scripts or other scripting languages that can call programs. The basic idea is to ease the development of quick interfaces for input, configuration, installation, etc... + +Examples: + +enity --list \ + --title='Resolution' \ + --text='Select your prefered resolution' \ + --column='Num' --column='Option' \ + '1' '1920x1440' \ + '2' '1856x1392' \ + '3' '1792x1344' \ + '4' '1600x1200' \ + '5' '1280x1024' \ + '6' '1280x960' \ + '7' '1280x800' \ + '8' '1280x768' \ + '9' '1152x864' \ + '10' '1024x768' \ + '11' '800x600' \ + '12' '640x480' + +enity --entry \ + --text "Please enter username:" \ + --entry-text "username" + +enity --warning \ + --text 'Low disk space!' + +enity --info \ + --text 'Installation complete!' + +the following are work in progress: + +enity --question \ + --text 'Are you sure you want to proceed?' + +enity --error \ + --text 'Could not detect your VGA card!' + + + ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs