Dave Andreoli wrote:
> Hi raster, hi all.
> 
> I'm working on the elementary version of edje_editor and I need to write
> some new widgets.
> I started with the File Selector widget because it is also mentioned in the
> elementary TODO ;)
> 
> Attached you can find the first patch that add the new widget and a new test
> page.
> I have also posted the patch at: http://pastebin.com/m1396006
> ...for fast reading, or in the case I have problems with attachment ;)
> 
> I try to make it more 'elementary' as I can: It fit well also on small
> screen!
> a screenshot is at: http://imagebin.ca/view/t8ZiuW.html
> 
> 
> The current API: Evas_Object *elm_fileselector_add(Evas_Object *parent);
> const char*  elm_fileselector_selected_get(Evas_Object *obj);
> void         elm_fileselector_path_set(Evas_Object *obj, const char *path)
> void         elm_fileselector_expandable_set(Evas_Object *obj, Eina_Bool
> expand);

Very nice and also useful not to re-implement the wheel every time we
need a file selector... Will it merged?

Thanks!


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to