Re: GtkText




jb <jbnivoit@ix.netcom.com> writes:

> 	I think i found a bug (well i think it is one, i want your
> opinion) in the GtkText widget. In an empty text editable box, if you
> issue 'Ctrl-W' commands, the widget acts as if it were still doing
> something to the text it is meant to contain, and keeps on calling the
> callback function connected to the editable, but since there is no more
> text in the text widget, it does not make that much sense for the widget
> to invoke the associated callback...

I think you should think of the "changed" signal as meaning
"something might have changed" rather than "something changed".

It's a small flaw, but I don't think it will cause many difficulties
for applications.

Regards,
                                        Owen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]