Next: , Previous: Tips and Techniques, Up: Top


14 Known Bugs

GtkEditable insert-text signal
The callback for the insert-text signal from a GtkEditable doesn't respect the length for the new text, and doesn't provide a means to modify the position (which is an in/out parameter).

This may change in the future, probably to a single string parameter for the text and some sort of modifiable location for the position (a one element vector perhaps).