Go to file
Lauro Moura 5ddc8e4f50 efl_mono: Use PascalCase in events
Summary:
To deal with events with the same name as some methods (Del, Invalidate,
etc), the suffix Evt was added.

Thus, now we use

obj.ButtonClickedEvt += callback;

Instead of

obj.BUTTON_CLICKED += cal

The argument classes use the same scheme, being called <Evt name>_Args.
Depends on D5991

Reviewers: felipealmeida

Reviewed By: felipealmeida

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D5992
2018-04-26 10:55:18 -03:00
ecore gitignore: add some new example binaries to the ignore list 2017-09-13 11:25:13 +02:00
ecore_avahi Examples: Fix compilation (disable CXX examples!) 2016-04-21 17:16:53 +09:00
edje edje/examples: don't alter source directory 2017-03-11 00:04:48 +01:00
eet examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
efl_mono examples: Improve efl_mono and eolian_cxx build 2018-04-12 21:23:42 -03:00
eina efl-mono: Fix compile flags, .config files and class_name in description 2018-04-03 14:01:29 -03:00
eina_cxx efl-cxx: Fixes to make dist 2017-12-13 14:13:09 -02:00
eio build: fix make examples on Windows 2017-10-05 16:23:52 -07:00
eldbus examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
elementary Update elementary examples .gitignore 2018-04-24 09:03:26 -07:00
elocation build: fix make examples on Windows 2017-10-05 16:23:52 -07:00
elua examples: elua: ensure the install hook honors a set DESTDIR 2016-06-16 11:16:30 +02:00
emile examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
emotion examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
eolian_cxx examples: Improve efl_mono and eolian_cxx build 2018-04-12 21:23:42 -03:00
ephysics examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
ethumb_client examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
evas efl-mono: Fix compile flags, .config files and class_name in description 2018-04-03 14:01:29 -03:00
unsorted efl_mono: Use PascalCase in events 2018-04-26 10:55:18 -03:00