diff options
Diffstat (limited to 'doc/html/qimevent.html')
-rw-r--r-- | doc/html/qimevent.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qimevent.html b/doc/html/qimevent.html index 1f32bb3f8..4c5855d6d 100644 --- a/doc/html/qimevent.html +++ b/doc/html/qimevent.html @@ -80,7 +80,7 @@ not be Spacebar, Enter and Escape. <p> These three stages are represented by three different types of events. The IMStartEvent, IMComposeEvent and IMEndEvent. When a new input context is created, an IMStartEvent will be sent to the -widget and delivered to the <a href="ntqwidget.html#imStartEvent">TQWidget::imStartEvent</a>() function. +widget and delivered to the <a href="tqwidget.html#imStartEvent">TQWidget::imStartEvent</a>() function. The widget can then update internal data structures to reflect this. <p> After this, an IMComposeEvent will be sent to the widget for @@ -90,7 +90,7 @@ position within the composition string. This string is temporary and can change with every key the user types, so the widget will need to store the state before the composition started (the state it had when it received the IMStartEvent). IMComposeEvents will be -delivered to the <a href="ntqwidget.html#imComposeEvent">TQWidget::imComposeEvent</a>() function. +delivered to the <a href="tqwidget.html#imComposeEvent">TQWidget::imComposeEvent</a>() function. <p> Usually, widgets try to mark the part of the text that is part of the current composition in a way that is visible to the user. A commonly used visual cue is to use a dotted underline. @@ -99,7 +99,7 @@ be sent to the widget. The event contains the final string the user selected, and could be empty if they canceled the composition. This string should be accepted as the final text the user entered, and the intermediate composition string should be -cleared. These events are delivered to <a href="ntqwidget.html#imEndEvent">TQWidget::imEndEvent</a>(). +cleared. These events are delivered to <a href="tqwidget.html#imEndEvent">TQWidget::imEndEvent</a>(). <p> If the user clicks another widget, taking the focus out of the widget where the composition is taking place the IMEndEvent will be sent and the string it holds will be the result of the |