--
rephorm
On Jan 26, 2005, at 9:38 AM, Vincent Torri wrote:
On Wed, 26 Jan 2005, joel vennin wrote:
Hello,
i'm using the ewl_tree and i try to get for each row something like this:
+ <icon> some text + <icon> some text .... + <icon> some text ....
The problem is that i'm unable to get a row with an icon and a text. How can i do ?
you create a hbox with the icon and the text packed in it
you create a row with ewl_tree_row_add with the last parameter set to the
pointer to this box (prow = ewl_tree_row_add(EWL_TREE(my_tree),
NULL, &hbox); for example)
Another question: Is there already something in ewl to display animated icon ? In this way i can put in a tree row an animated icon with some text.
afaik, not yet.
regards
Vincent Torri
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
