mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
more signal linkification
svn path=/trunk/; revision=17949
This commit is contained in:
parent
324b853954
commit
81a44a10ff
@ -28,9 +28,9 @@ first.
|
||||
|
||||
<para>
|
||||
One of the important things to remember when monitoring the selection of
|
||||
a view is that the "changed" signal is mostly a hint. That is, it may
|
||||
a view is that the #GtkTreeSelection::changed signal is mostly a hint. That is, it may
|
||||
only emit one signal when a range of rows is selected. Additionally, it
|
||||
may on occasion emit a "changed" signal when nothing has happened
|
||||
may on occasion emit a ::changed signal when nothing has happened
|
||||
(mostly as a result of programmers calling select_row on an already
|
||||
selected row).
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user