Struct
WPEPlatformInputMethodUnderline
Description [src]
struct WPEInputMethodUnderline {
/* No available fields */
}
Range of text in an preedit string to be shown underlined.
Constructors
wpe_input_method_underline_new
Create a new WPEInputMethodUnderline
for the given range in preedit string.
Instance methods
wpe_input_method_underline_set_color
Set the color of the underline. If color
is NULL
the foreground text color will be used
for the underline too.