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. | |
process_event_t | ctk_signal_pointer_move |
Emitted when the mouse pointer is moved. | |
process_event_t | ctk_signal_pointer_button |
Emitted when a mouse button is pressed. |
|
Emitted when a hyperlink is activated. The signal is broadcast to all listeners. Definition at line 115 of file ctk.c. Referenced by PROCESS_THREAD(). |
|
Emitted for every key being pressed. The key is passed as signal data. Definition at line 115 of file ctk.c. Referenced by ctk_textedit_eventhandler(), and PROCESS_THREAD(). |
|
Emitted when a menu item is activated. The number of the menu item is passed as signal data. Definition at line 115 of file ctk.c. Referenced by PROCESS_THREAD(). |
|
Emitted when a mouse button is pressed. The button is passed as signal data to the listening process. Definition at line 115 of file ctk.c. Referenced by PROCESS_THREAD(). |
|
Emitted when the mouse pointer is moved. A NULL pointer is passed as signal data and it is up to the listening process to check the position of the mouse using the CTK mouse API. Definition at line 115 of file ctk.c. Referenced by PROCESS_THREAD(). |
|
Emitted when a widget is activated (pressed). A pointer to the widget is passed as signal data. Definition at line 115 of file ctk.c. Referenced by ctk_textedit_eventhandler(), and PROCESS_THREAD(). |
|
Emitted when a widget is selected. A pointer to the widget is passed as signal data. Definition at line 115 of file ctk.c. Referenced by PROCESS_THREAD(). |
|
Emitted when a window is closed. A pointer to the window is passed as signal data. Definition at line 115 of file ctk.c. Referenced by PROCESS_THREAD(). |