diff options
author | corvid <corvid@lavabit.com> | 2009-11-30 20:30:40 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-11-30 20:30:40 +0000 |
commit | fe400d3924d2ce6b59d97f7f88b7a6210acb6396 (patch) | |
tree | 772d24e9f341572d513f4832dcfc3a356d2548b1 /doc | |
parent | 3d8516800abe2c3347d269e2a876f359a8b63250 (diff) |
more of same
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dw-changes.doc | 4 | ||||
-rw-r--r-- | doc/dw-layout-widgets.doc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/dw-changes.doc b/doc/dw-changes.doc index b76e9433..18341399 100644 --- a/doc/dw-changes.doc +++ b/doc/dw-changes.doc @@ -91,7 +91,7 @@ The old documentation has been moved to: <tr><td>remarks on specific widgets <td>respective source files: dw::Bullet, dw::core::ui::Embed <tr><td rowspan="2">DwImage.txt - <td>signals <td>dw::core::Widget::LinkReceiver + <td>signals <td>dw::core::Layout::LinkReceiver <tr><td>rest <td>dw::Image, \ref dw-images-and-backgrounds <tr><td colspan="2">Imgbuf.txt <td>dw::core::Imgbuf, @@ -106,4 +106,4 @@ The old documentation has been moved to: <tr><td colspan="2">Selection.txt <td>dw::core::SelectionState </table> -*/
\ No newline at end of file +*/ diff --git a/doc/dw-layout-widgets.doc b/doc/dw-layout-widgets.doc index f5b0ed06..085e103e 100644 --- a/doc/dw-layout-widgets.doc +++ b/doc/dw-layout-widgets.doc @@ -232,7 +232,7 @@ and dw::core::Widget::leaveNotifyImpl are called. <h3>Signals</h3> If a caller outside of the widget is interested in these events, he -can connect a dw::core::Widget::EventReceiver. For those events with a +can connect a dw::core::Layoutt::LinkReceiver. For those events with a boolean return value, the results of the signal emission is regarded, i.e. the delegation of an event to the parent of the widget can be stopped by a signal receiver returning true, even if the widget method @@ -267,4 +267,4 @@ background colors to parts of a widget (as dw::Table does for rows), it must call dw::core::Widget::setBgColor for the children inside this part. -*/
\ No newline at end of file +*/ |