Just a tiny change in gtkeditable. gtk_set_position had a return statement with a value in a void function (the value was actually a call to another void function. This was probably why it didn't bomb out on gcc.) Someone found this because their compiler gave an error. All fixed now. Christopher James Lahey