forked from AuroraMiddleware/gtk
Mention GtkEntryCompletion signal parameter change
This commit is contained in:
parent
83927a61fc
commit
6bbe86a763
@ -1010,6 +1010,17 @@ gtk_arrow_draw (GtkWidget *widget,
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title>GtkEntryCompletion signal parameters</title>
|
||||
|
||||
<para>
|
||||
The #GtkEntryCompletion::match-selected and
|
||||
#GtkEntryCompletion::cursor-on-match signals were erroneously
|
||||
given the internal filter model instead of the users model.
|
||||
This oversight has been fixed in GTK+ 3; if you have handlers
|
||||
for these signals, they will likely need slight adjustments.
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title>Resize grips</title>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user