Next Previous Contents

122. SLang_define_key

Synopsis

Define a key in a keymap

Usage

int SLang_define_key(char *seq, char *fun, SLKeyMap_List_Type *km)

Description

SLang_define_key associates the key sequence seq with the function whose name is fun in the keymap specified by km.

See Also

SLkm_define_keysym, SLkm_define_key


Next Previous Contents