WebKit2.InputMethodUnderline¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
Details¶
- class WebKit2.InputMethodUnderline¶
Range of text in an preedit string to be shown underlined.
New in version 2.28.
- classmethod new(start_offset, end_offset)¶
- Parameters:
- Returns:
A newly created
WebKit2.InputMethodUnderline
- Return type:
Create a new
WebKit2.InputMethodUnderline
for the given range in preedit stringNew in version 2.28.
- copy()¶
- Returns:
A copy of passed in
WebKit2.InputMethodUnderline
- Return type:
Make a copy of the
WebKit2.InputMethodUnderline
.New in version 2.28.
- free()¶
Free the
WebKit2.InputMethodUnderline
.New in version 2.28.