cookbook: Example of ClutterClickAction

Example of handling clicks on an actor; part of the recipe on
handling button events.
This commit is contained in:
Elliot Smith
2010-09-28 16:37:26 +01:00
parent fc9ecdf82e
commit 0cda6c006b
2 changed files with 68 additions and 0 deletions

View File

@ -29,6 +29,7 @@ noinst_PROGRAMS = \
script-ui \
script-signals \
events-buttons \
events-buttons-click \
$(NULL)
INCLUDES = \
@ -78,5 +79,6 @@ textures_crossfade_slideshow_SOURCES = textures-crossfade-slideshow.c
script_ui_SOURCES = script-ui.c
script_signals_SOURCES = script-signals.c
events_buttons_SOURCES = events-buttons.c
events_buttons_click_SOURCES = events-buttons-click.c
-include $(top_srcdir)/build/autotools/Makefile.am.gitignore