search for: button_events

Displaying 3 results from an estimated 3 matches for "button_events".

2007 Nov 28
0
59 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_button.c libswfdec/swfdec_button.h libswfdec/swfdec_button_movie.c libswfdec/swfdec_button_movie.h libswfdec/swfdec_event.c
.../test/trace/button-hittest.c new file mode 100644 index 0000000..9cb574e --- /dev/null +++ b/test/trace/button-hittest.c @@ -0,0 +1,85 @@ +/* gcc `pkg-config --libs --cflags libming` button-hittest.c -o button-hittest && ./button-hittest + */ + +#include <ming.h> + +static const char *button_events[] = { "Idle => OverUp", "OverUp => Idle", "OverUp => OverDown", "OverDown => OverUp", "OverDown => OutDown", "OutDown => OverDown", "OutDown => Idle", "Idle => OutDown", "OverDown => Idle...
2008 Jan 08
0
9 commits - configure.ac test/custom test/Makefile.am test/swfdec_test_initialize.as test/swfdec_test_initialize.h test/swfdec_test_test.c test/trace
...ton-events.c -o button-events && ./button-events + */ + +#include <ming.h> + +static const char *events[] = { "Press", "Release", "ReleaseOutside", "RollOver", "RollOut", "DragOver", "DragOut" }; +static const char *button_events[] = { "Idle => OverUp", "OverUp => Idle", "OverUp => OverDown", "OverDown => OverUp", "OverDown => OutDown", "OutDown => OverDown", "OutDown => Idle", "Idle => OutDown", "OverDown => Idle...
2008 Jan 21
0
70 commits - configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_socket.c libswfdec-gtk/swfdec_gtk_socket.h libswfdec-gtk/swfdec_playback_alsa.c
...est/custom/button-hittest.c new file mode 100644 index 0000000..9cb574e --- /dev/null +++ b/test/custom/button-hittest.c @@ -0,0 +1,85 @@ +/* gcc `pkg-config --libs --cflags libming` button-hittest.c -o button-hittest && ./button-hittest + */ + +#include <ming.h> + +static const char *button_events[] = { "Idle => OverUp", "OverUp => Idle", "OverUp => OverDown", "OverDown => OverUp", "OverDown => OutDown", "OutDown => OverDown", "OutDown => Idle", "Idle => OutDown", "OverDown => Idle...