[Glade-users] insert_text question

John Delaney johndelaney at gmail.com
Wed Nov 10 11:42:58 EST 2010


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.


More information about the Glade-users mailing list