[maemo-developers] Disable auto uppercase on input?

From: Alberto Garcia agarcia at igalia.com
Date: Wed Nov 5 11:54:46 EET 2008
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/

More information about the maemo-developers mailing list