Ignacio Nodal <[EMAIL PROTECTED]> writes:
>
> I want to use a GtkEntry widget, where the user should only enter float
> values.
> How can i avoid ilegal text-entries?
>
In addition to Flavio's suggestions, you can connect to the
insert_text signal and gtk_signal_emit_stop_by_name (entry,
"insert_text") if the text being inserted is something you don't want.
Havoc
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list