diff options
Diffstat (limited to 'doc/man/man3/tqimevent.3qt')
| -rw-r--r-- | doc/man/man3/tqimevent.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqimevent.3qt b/doc/man/man3/tqimevent.3qt index 2eb3ac3b6..bfea18ff2 100644 --- a/doc/man/man3/tqimevent.3qt +++ b/doc/man/man3/tqimevent.3qt @@ -73,7 +73,7 @@ If the user clicks another widget, taking the focus out of the widget where the See also Event Classes. .SH MEMBER FUNCTION DOCUMENTATION .SH "QIMEvent::QIMEvent ( Type type, const TQString & text, int cursorPosition )" -Constructs a new QIMEvent with the accept flag set to FALSE. \fItype\fR can be one of QEvent::IMStartEvent, QEvent::IMComposeEvent or QEvent::IMEndEvent. \fItext\fR contains the current compostion string and \fIcursorPosition\fR the current position of the cursor inside \fItext\fR. +Constructs a new QIMEvent with the accept flag set to false. \fItype\fR can be one of QEvent::IMStartEvent, QEvent::IMComposeEvent or QEvent::IMEndEvent. \fItext\fR contains the current compostion string and \fIcursorPosition\fR the current position of the cursor inside \fItext\fR. .SH "void QIMEvent::accept ()" Sets the accept flag of the input method event object. .PP @@ -93,7 +93,7 @@ The accept flag is cleared by default. .PP See also accept(). .SH "bool QIMEvent::isAccepted () const" -Returns TRUE if the receiver of the event processed the event; otherwise returns FALSE. +Returns true if the receiver of the event processed the event; otherwise returns false. .SH "int QIMEvent::selectionLength () const" Returns the number of characters in the composition string ( starting at cursorPos() ) that should be marked as selected by the input widget receiving the event. Will return 0 for IMStartEvent and IMEndEvent. .SH "const TQString & QIMEvent::text () const" |
