[maemo-developers] Disable auto uppercase on input?
From: Alberto Garcia agarcia at igalia.comDate: Wed Nov 5 11:54:46 EET 2008
- Previous message: Disable auto uppercase on input?
- Next message: mediaplayer dbus interface
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/
- Previous message: Disable auto uppercase on input?
- Next message: mediaplayer dbus interface
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]