On Wed, Nov 10, 2010 at 4:27 PM, Arthur Shats <ashats at hotmail.com> wrote: > Any idea how would I go about limiting the input to alphanumeric chars for > cmbBoxEntry field? Use gtk_bin_get_child() to get the child GtkEntry widget of the combo box entry, and connect to the insert-text signal of that.