examples/tutorial/c
Xavi Artigas 1e380eace9 Reorganize inheritance example
Added circle to illustrate shape interface
Removed shape interface from square, since it inherits from rectangle.
Removed square private data and use its parent's data through the public accessors.
Do not overwrite rectangle's accessors in square, only define the new side.
Removed class cons/destructors which are not used (tutorial is complex enough)
Removed color property from interface (tutorial is complex enough)
2017-11-15 16:02:37 +01:00
..
eo-classes Split eo-classes in two: classes and inherit 2017-11-15 11:55:04 +01:00
eo-inherit Reorganize inheritance example 2017-11-15 16:02:37 +01:00
eo-intro Correct name for tutorial folder 2017-11-10 10:51:57 +00:00
eo-refcount Correct name for tutorial folder 2017-11-10 10:51:57 +00:00
hello-cmdline cmdline: depend on efl-core actually. 2017-11-14 14:41:12 -08:00
hello-gui hello-gui: depends on Efl_Ui.h 2017-11-14 16:37:38 -08:00
lib c-lib: Remove OS path separator from meson 2017-11-14 11:53:21 +00:00
lifecycle Correct name for tutorial folder 2017-11-10 10:51:57 +00:00