|
C-Menu 0.2.9
A User Interface Toolkit
|
#include <cm.h>
Data Fields | |
| char | text [CHYRON_KEY_MAXLEN] |
| int | keycode |
| int | end_pos |
| int | cp |
| int ChyronKey::cp |
color pair index for the command text in the chyron
Definition at line 237 of file cm.h.
Referenced by compile_chyron(), set_chyron_key(), and set_chyron_key_cp().
| int ChyronKey::end_pos |
end position of the command text in the chyron
Definition at line 236 of file cm.h.
Referenced by compile_chyron(), and get_chyron_key().
| int ChyronKey::keycode |
key code associated with the command
Definition at line 235 of file cm.h.
Referenced by get_chyron_key(), set_chyron_key(), and set_chyron_key_cp().
| char ChyronKey::text[CHYRON_KEY_MAXLEN] |
command text associated with the key code
Definition at line 233 of file cm.h.
Referenced by compile_chyron(), is_set_chyron_key(), set_chyron_key(), set_chyron_key_cp(), and unset_chyron_key().