Re: Simple Gtk app.
- From: Havoc Pennington <hp redhat com>
- To: Angelo Cano <acano systec com>
- Cc: Mark Hannah <mhannah_mail yahoo co uk>, gtk-app-devel-list gnome org
- Subject: Re: Simple Gtk app.
- Date: 19 Nov 2000 14:56:07 -0500
Angelo Cano <acano systec com> writes:
/*FIXME the values for GDK_(left|up|righ|down)arrow from gdkkeysyms.h
* don't seem to match the values reported in the key press callback :(
* I guess I'm doing something wrong here.
* #include <gdk/gdkkeysyms.h>
*/
#define LEFT_KEY (65361)
#define UP_KEY (65362)
#define RIGHT_KEY (65363)
#define DOWN_KEY (65364)
Use GDK_Up, GDK_Right, rather than GDK_uparrow, etc.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]