diff options
author | corvid <corvid@lavabit.com> | 2009-11-30 20:18:34 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-11-30 20:18:34 +0000 |
commit | 3d8516800abe2c3347d269e2a876f359a8b63250 (patch) | |
tree | 0ca372a59deff68c51801551975e45def4da75a4 /dw/selection.hh | |
parent | a9a1f2ebff4aa2fc271aba690dccf555b31f3d15 (diff) |
documentation: update references to LinkReceiver
Diffstat (limited to 'dw/selection.hh')
-rw-r--r-- | dw/selection.hh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dw/selection.hh b/dw/selection.hh index 2e84c385..ba03fd18 100644 --- a/dw/selection.hh +++ b/dw/selection.hh @@ -40,7 +40,7 @@ namespace core { * within the iterator, * <tr><td>int linkNo <td>if this item is associated with a * link, its number (see - * dw::core::Widget::LinkReceiver), + * dw::core::Layout::LinkReceiver), * otherwise -1 * <tr><td>dw::core::EventButton *event <td>the event itself; only the button * is used @@ -69,12 +69,12 @@ namespace core { * * The return value is the same as in DwWidget event handling methods. * I.e., in most cases, they should simply return it. The events - * dw::core::Widget::LinkReceiver::press, - * dw::core::Widget::LinkReceiver::release and - * dw::core::Widget::LinkReceiver::click (but not - * dw::core::Widget::LinkReceiver::enter) are emitted by these methods, so + * dw::core::Layout::LinkReceiver::press, + * dw::core::Layout::LinkReceiver::release and + * dw::core::Layout::LinkReceiver::click (but not + * dw::core::Layout::LinkReceiver::enter) are emitted by these methods, so * that widgets which let dw::core::SelectionState handle links, should only - * emit dw::core::Widget::LinkReceiver::enter for themselves. + * emit dw::core::Layout::LinkReceiver::enter for themselves. * * <h3>Selection State</h3> * |