Tomi Ollila kirjoitti 24.1.2006 kello 23.10:

1  I've set  "Capitalize"  on  when typing on virtual keyboard. Is
there a way in GtkEntry to to hint the keyboard to not to capitalize
   the first word? BTW it is interesting that also the numeric keypad
   is capitalized ;/

Hi,

One of these should do:

entry = g_object_new (GTK_TYPE_ENTRY, "autocap", FALSE, NULL);
g_object_set (entry, "autocap", FALSE, NULL);

Regards,
Lassi


_______________________________________________
maemo-developers mailing list
[email protected]
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to