PDA

View Full Version : Are there final signal names in Gtk?



froggyswamp
September 23rd, 2009, 09:46 AM
Folks, this is somewhat a boolean question.
In Java to avoid misspelling there are usually final string variables, in Gtk (for signal names) you have to type the string itself each time, i.e. "key-press-event".
I found GDK_KEY_PRESS but it's a gint.
Using the C lang.