mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
cookbook: Example of ClutterClickAction
Example of handling clicks on an actor; part of the recipe on handling button events.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user