|
C-Menu 0.2.9
A User Interface Toolkit
|
#include <cm.h>
Data Fields | |
| ChyronKey * | key [CHYRON_KEYS] |
| char | s [MAXLEN] |
| cchar_t | cmplx_buf [MAXLEN] |
| int | l |
The ChyronKey structure includes fields for displayable text, the key code, and the end position of the command text in the chyron.
| cchar_t Chyron::cmplx_buf[MAXLEN] |
the chyron wide character string
Definition at line 243 of file cm.h.
Referenced by compile_chyron(), and display_chyron().
| ChyronKey* Chyron::key[CHYRON_KEYS] |
array of key bindings for the chyron
Definition at line 241 of file cm.h.
Referenced by compile_chyron(), destroy_chyron(), get_chyron_key(), is_set_chyron_key(), new_chyron(), set_chyron_key(), set_chyron_key_cp(), and unset_chyron_key().
| int Chyron::l |
length of the chyron string, for display purposes
Definition at line 244 of file cm.h.
Referenced by action_disposition(), answer_yn(), compile_chyron(), display_error(), display_page(), field_editor(), form_display_fields(), form_post(), form_process(), Perror(), pick_engine(), wait_continue(), and wait_mk_win().
| char Chyron::s[MAXLEN] |
the chyron string, for displaying messages in
Definition at line 242 of file cm.h.
Referenced by pick_engine().