On Tue, Nov 04, 2008 at 08:26:42PM +0100, Till Harbaum / Lists wrote: > i know that this auto uppercase for the first letter can be disabled > in the control panel. But how do i disable this from my program?
http://maemo.org/api_refs/4.0/gtk/GtkEntry.html#hildon-gtk-entry-set-input-mode http://maemo.org/api_refs/4.0/gtk/GtkIMContext.html#HildonGtkInputMode GtkWidget *entry = gtk_entry_new (); hildon_gtk_entry_set_input_mode (GTK_ENTRY (entry), HILDON_GTK_INPUT_MODE_FULL); -- Alberto García González http://people.igalia.com/berto/ _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
