On Wed, Oct 20, 2010 at 10:27 AM, Daniel Juyung Seo <seojuyu...@gmail.com> wrote: > Hello, > I'm curious what the differences are between els, elc, elm in > elementary/src/lib. > I tried to figure the differences. > > elm is a public widget. > els is a smart object and is used internally by elementary widgets. > elc looks like an elementary widget as well. >
Yup, except unlike the simple elm widgets, elc are composed of other elm/c widgets to provide something more complex. Examples are the scrolled_entry, which is a simple entry inside a scroller. Before it was there you had to do that every time in your apps. Fileselector is another one, with a list to show files, an optional entry to set the name to save, buttons to open/cancel, etc. > Any ideas? > > Thanks. > Daniel Juyung Seo. > > ------------------------------------------------------------------------------ > Download new Adobe(R) Flash(R) Builder(TM) 4 > The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly > Flex(R) Builder(TM)) enable the development of rich applications that run > across multiple browsers and platforms. Download your free trials today! > http://p.sf.net/sfu/adobe-dev2dev > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel