CTK events
[CTK graphical user interface]

Variables

process_event_t ctk_signal_keypress
 Emitted for every key being pressed.
process_event_t ctk_signal_widget_activate
 Emitted when a widget is activated (pressed).
process_event_t ctk_signal_button_activate
 Same as ctk_signal_widget_activate.
process_event_t ctk_signal_widget_select
 Emitted when a widget is selected.
process_event_t ctk_signal_button_hover
 Same as ctk_signal_widget_select.
process_event_t ctk_signal_hyperlink_activate
 Emitted when a hyperlink is activated.
process_event_t ctk_signal_hyperlink_hover
 Same as ctk_signal_widget_select.
process_event_t ctk_signal_menu_activate
 Emitted when a menu item is activated.
process_event_t ctk_signal_window_close
 Emitted when a window is closed.

Variable Documentation

process_event_t ctk_signal_button_activate

Same as ctk_signal_widget_activate.

Definition at line 127 of file ctk.c.

process_event_t ctk_signal_button_hover

Same as ctk_signal_widget_select.

Definition at line 127 of file ctk.c.

Emitted when a hyperlink is activated.

The signal is broadcast to all listeners.

Definition at line 127 of file ctk.c.

process_event_t ctk_signal_hyperlink_hover

Same as ctk_signal_widget_select.

Definition at line 127 of file ctk.c.

process_event_t ctk_signal_keypress

Emitted for every key being pressed.

The key is passed as signal data.

Definition at line 127 of file ctk.c.

process_event_t ctk_signal_menu_activate

Emitted when a menu item is activated.

The number of the menu item is passed as signal data.

Definition at line 152 of file ctk.c.

process_event_t ctk_signal_widget_activate

Emitted when a widget is activated (pressed).

A pointer to the widget is passed as signal data.

Definition at line 127 of file ctk.c.

process_event_t ctk_signal_widget_select

Emitted when a widget is selected.

A pointer to the widget is passed as signal data.

Definition at line 127 of file ctk.c.

process_event_t ctk_signal_window_close

Emitted when a window is closed.

A pointer to the window is passed as signal data.

Definition at line 156 of file ctk.c.


Generated on Mon Apr 11 14:23:51 2011 for Contiki 2.5 by  doxygen 1.6.1