Files
samskivert/projects/lookuplet/src/c/keysym-util.h
T
mdb 9dcafda455 Changed from a GNOME applet to a standalone application. Finished the
implementation of various things.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@53 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-02-24 02:35:20 +00:00

20 lines
342 B
C

/**
* $Id: keysym-util.h,v 1.1 2001/02/24 02:35:20 mdb Exp $
*/
#ifndef _KEYSYM_UTIL_H_
#define _KEYSYM_UTIL_H_
#include <glib.h>
gboolean
convert_string_to_keysym_state (const char* string,
guint* keysym,
guint* state);
char*
convert_keysym_state_to_string (guint keysym,
guint state);
#endif /* _KEYSYM_UTIL_H_ */